rpms/libdv/F-8 libdv.spec,1.23,1.24

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jul 7 19:07:18 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/libdv/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32524/F-8

Modified Files:
	libdv.spec 
Log Message:
fix conditional comparison


Index: libdv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libdv/F-8/libdv.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- libdv.spec	12 Sep 2007 14:20:12 -0000	1.23
+++ libdv.spec	7 Jul 2008 19:05:54 -0000	1.24
@@ -1,7 +1,7 @@
 Summary:        Software decoder for DV format video
 Name:           libdv
 Version:        1.0.0
-Release:        3%{?dist}
+Release:        5%{?dist}
 License:        LGPLv2+
 Group:          System Environment/Libraries
 URL:            http://libdv.sourceforge.net/
@@ -14,7 +14,7 @@
 BuildRequires:  libXt-devel, libXv-devel
 # Required for the gtk2 patch
 BuildRequires:  autoconf, automake, libtool, SDL-devel
-%if "%{?fedora}" >= "8"
+%if 0%{?fedora} >= 8
 BuildRequires: popt-devel
 %endif
 ExcludeArch:    s390 s390x
@@ -96,6 +96,12 @@
 %{_libdir}/pkgconfig/libdv.pc
 
 %changelog
+* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.0-5
+- fix conditional comparison
+
+* Thu Feb 14 2008 Jarod Wilson <jwilson at redhat.com> 1.0.0-4
+- Bump and rebuild with gcc 4.3
+
 * Wed Sep 12 2007 Jarod Wilson <jwilson at redhat.com> 1.0.0-3
 - A few more fixes from Matthias Saou:
  - List man pages in %%files consistently w/o gz extension




More information about the fedora-extras-commits mailing list