rpms/xfce4-mailwatch-plugin/F-9 xfce4-mailwatch-plugin.spec, 1.8, 1.9

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


Author: spot

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

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


Index: xfce4-mailwatch-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-mailwatch-plugin/F-9/xfce4-mailwatch-plugin.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xfce4-mailwatch-plugin.spec	18 Feb 2008 23:50:18 -0000	1.8
+++ xfce4-mailwatch-plugin.spec	7 Jul 2008 19:33:24 -0000	1.9
@@ -1,6 +1,6 @@
 Name:		xfce4-mailwatch-plugin
 Version:	1.0.1
-Release:	8%{?dist}
+Release:	8%{?dist}.1
 Summary:	Mail Watcher plugin for the Xfce panel
 
 Group:		User Interface/Desktops
@@ -13,7 +13,7 @@
 BuildRequires:	gettext
 # only enable TLS support if a recent version of gnutls is available
 # install libXt for modular X
-%if "%fedora" > "4"
+%if 0%{?fedora} > 4
 BuildRequires:	gnutls-devel >= 1.2.0, libXt-devel
 %endif
 Requires:	xfce4-panel >= 4.4.0
@@ -57,6 +57,9 @@
 %{_datadir}/xfce4/doc/C/images/mailwatch-*.png
 
 %changelog
+* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.0.1-8.1
+- fix conditional comparison
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.0.1-8
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list