rpms/xfce4-mailwatch-plugin/devel xfce4-mailwatch-plugin.spec, 1.9, 1.10

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


Author: spot

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

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


Index: xfce4-mailwatch-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-mailwatch-plugin/devel/xfce4-mailwatch-plugin.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xfce4-mailwatch-plugin.spec	6 Jun 2008 11:31:40 -0000	1.9
+++ xfce4-mailwatch-plugin.spec	7 Jul 2008 19:33:42 -0000	1.10
@@ -1,6 +1,6 @@
 Name:		xfce4-mailwatch-plugin
 Version:	1.0.1
-Release:	9%{?dist}
+Release:	10%{?dist}
 Summary:	Mail Watcher plugin for the Xfce panel
 
 Group:		User Interface/Desktops
@@ -14,7 +14,7 @@
 BuildRequires:	libXt-devel
 # 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
 %endif
 Requires:	xfce4-panel >= 4.4.0
@@ -58,6 +58,9 @@
 %{_datadir}/xfce4/doc/C/images/mailwatch-*.png
 
 %changelog
+* Mon Jul 07 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.0.1-10
+- fix conditional comparison
+
 * Fri Jun 06 2008 Christoph Wickert <fedora christoph-wickert de> - 1.0.1-9
 - BuildRequire libXt-devel for all releases (#449496)
 




More information about the scm-commits mailing list