rpms/xfce4-xkb-plugin/F-9 xfce4-xkb-plugin.spec,1.14,1.15

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


Author: spot

Update of /cvs/pkgs/rpms/xfce4-xkb-plugin/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2607/F-9

Modified Files:
	xfce4-xkb-plugin.spec 
Log Message:
fix conditional comparison


Index: xfce4-xkb-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-xkb-plugin/F-9/xfce4-xkb-plugin.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- xfce4-xkb-plugin.spec	19 Feb 2008 00:10:16 -0000	1.14
+++ xfce4-xkb-plugin.spec	7 Jul 2008 19:35:26 -0000	1.15
@@ -1,6 +1,6 @@
 Name:		xfce4-xkb-plugin
 Version:	0.4.3
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	XKB layout switcher for the Xfce panel
 
 Group:		User Interface/Desktops
@@ -12,7 +12,7 @@
 BuildRequires:	xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.20, libxml2-devel
 BuildRequires:	gettext, perl(XML::Parser)
 # for modular X
-%if "%{?fedora}" > "4"
+%if 0%{?fedora} > 4
 #BuildRequires:	libXt-devel
 BuildRequires:	xorg-x11-proto-devel
 %endif
@@ -50,6 +50,9 @@
 %{_datadir}/xfce4/xkb/flags/*.png
 
 %changelog
+* Mon Jul 07 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.4.3-5
+- fix conditional comparison
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.4.3-4
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list