Author: bpostle
Update of /cvs/free/rpms/autopano-sift-C/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13017
Modified Files:
autopano-sift-C.spec
Log Message:
Workaround implicit DSO linking error with libm
Index: autopano-sift-C.spec
===================================================================
RCS file: /cvs/free/rpms/autopano-sift-C/F-13/autopano-sift-C.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- autopano-sift-C.spec 7 May 2010 22:58:05 -0000 1.4
+++ autopano-sift-C.spec 12 May 2010 19:20:59 -0000 1.5
@@ -1,7 +1,7 @@
Summary: SIFT feature detection
Name: autopano-sift-C
Version: 2.5.1
-Release: 1%{?dist}
+Release: 2%{?dist}
License: GPLv2
Group: Applications/Multimedia
Source:
http://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.gz
@@ -18,6 +18,7 @@
%prep
%setup -q
+sed -i 's/set(all_libs /set(all_libs m /' CMakeLists.txt
%build
cp -a %{SOURCE1} README.fedora
@@ -46,6 +47,9 @@
%{_mandir}/man7/autopano-sift-c.7.gz
%changelog
+* Wed May 12 2010 Bruno Postle <bruno(a)postle.net> - 2.5.1-2
+- Workaround implicit DSO linking error with libm
+
* Sun May 02 2010 Bruno Postle <bruno(a)postle.net> - 2.5.1-1
- 2.5.1 release