rpms/gtk-vnc/F-8 gtk-vnc.spec,1.12,1.13

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


Author: spot

Update of /cvs/pkgs/rpms/gtk-vnc/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21590/F-8

Modified Files:
	gtk-vnc.spec 
Log Message:
fix conditional comparison


Index: gtk-vnc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gtk-vnc/F-8/gtk-vnc.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gtk-vnc.spec	4 Apr 2008 16:17:46 -0000	1.12
+++ gtk-vnc.spec	7 Jul 2008 18:17:40 -0000	1.13
@@ -7,7 +7,7 @@
 Summary: A GTK widget for VNC clients
 Name: gtk-vnc
 Version: 0.3.4
-Release: 3%{?dist}
+Release: 3%{?dist}.1
 License: LGPLv2+
 Group: Development/Libraries
 Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -21,7 +21,7 @@
 BuildRequires: gtk2-devel pygtk2-devel python-devel zlib-devel
 BuildRequires: gnutls-devel gtkglext-devel
 %if %{with_plugin}
-%if "%{fedora}" > "8"
+%if 0%{?fedora} > 8
 BuildRequires: xulrunner-devel
 %else
 BuildRequires: firefox-devel
@@ -130,6 +130,9 @@
 %endif
 
 %changelog
+* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.3.4-3.1
+- fix conditional comparison
+
 * Thu Apr  4 2008 Daniel P. Berrange <berrange at redhat.com> - 0.3.4-3.fc8
 - Fix OpenGL rendering artifacts (rhbz #440184)
 




More information about the fedora-extras-commits mailing list