rpms/vigra/FC-6 sources,1.2,1.3 vigra.spec,1.1,1.2

Bruno Postle (bpostle) fedora-extras-commits at redhat.com
Wed Feb 21 21:45:25 UTC 2007


Author: bpostle

Update of /cvs/extras/rpms/vigra/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26871/FC-6

Modified Files:
	sources vigra.spec 
Log Message:
Fix for 228926 and update to 1.5.0



Index: sources
===================================================================
RCS file: /cvs/extras/rpms/vigra/FC-6/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	12 Sep 2006 21:50:31 -0000	1.2
+++ sources	21 Feb 2007 21:44:53 -0000	1.3
@@ -1 +1 @@
-ea91f2fb4212a21d708aced277e6e85a  vigra1.4.0.tar.gz
+5713de4ebfe29e1b5fa9689af76b8a90  vigra1.5.0.tar.gz


Index: vigra.spec
===================================================================
RCS file: /cvs/extras/rpms/vigra/FC-6/vigra.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vigra.spec	12 Sep 2006 21:50:31 -0000	1.1
+++ vigra.spec	21 Feb 2007 21:44:53 -0000	1.2
@@ -1,7 +1,7 @@
 Summary: Generic Programming for Computer Vision
 Name: vigra
-Version: 1.4.0
-Release: 4%{?dist}
+Version: 1.5.0
+Release: 1%{?dist}
 License: MIT
 Group: Development/Libraries
 Source: http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/%{name}%{version}.tar.gz
@@ -28,10 +28,11 @@
 
 %prep
 %setup -q -n %{name}%{version}
-chmod 644 %{_builddir}/vigra1.4.0/doc/vigra/documents/*.ps
-rm -f %{_builddir}/vigra1.4.0/doc/vigra/.cvsignore
+chmod 644 %{_builddir}/%{name}%{version}/doc/vigra/documents/*.ps
+rm -f %{_builddir}/%{name}%{version}/doc/vigra/.cvsignore
 
 %build
+export CXXFLAGS="$RPM_OPT_FLAGS"
 ./configure \
     --prefix=/usr \
     --with-tiff \
@@ -58,7 +59,7 @@
 
 %files
 %defattr(-, root, root,-)
-%doc LICENSE README
+%doc LICENSE.txt README.txt
 %{_libdir}/libvigraimpex.so.*
 
 %files devel
@@ -69,6 +70,10 @@
 %doc doc/vigra/*
 
 %changelog
+* Mon Feb 19 2007 Bruno Postle <bruno at postle.net> 1.5.0-1
+  - update to 1.5.0 release
+  - fix bug 228926: vigra: $RPM_OPT_FLAGS not used
+
 * Tue Sep 12 2006 Bruno Postle <bruno at postle.net> 1.4.0-4
   - remove gcc-c++ dependency
 




More information about the scm-commits mailing list