rpms/gnome-applet-timer/devel gnome-applet-timer.spec,1.16,1.17

Adam Jackson (ajax) fedora-extras-commits at redhat.com
Mon Jul 7 17:06:59 UTC 2008


Author: ajax

Update of /cvs/pkgs/rpms/gnome-applet-timer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7164

Modified Files:
	gnome-applet-timer.spec 
Log Message:
* Mon Jul 07 2008 Adam Jackson <ajax at redhat.com> 2.0.1-3
- %fedora is an int, not a string.



Index: gnome-applet-timer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-applet-timer/devel/gnome-applet-timer.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- gnome-applet-timer.spec	20 Jun 2008 22:29:13 -0000	1.16
+++ gnome-applet-timer.spec	7 Jul 2008 17:06:01 -0000	1.17
@@ -4,7 +4,7 @@
 
 Name:           gnome-applet-timer
 Version:        2.0.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A countdown timer applet for the GNOME panel
 
 Group:          User Interface/Desktops
@@ -43,7 +43,7 @@
 %setup -q -n timer-applet-%{version}
 
 %build
-%if "%{?fedora}" > "6"
+%if %{?fedora} > 6
 export CPPFLAGS="${CPPFLAGS} -I/usr/include/libxml2"
 %endif
 
@@ -97,6 +97,9 @@
 %{python_sitelib}/timerapplet/
 
 %changelog
+* Mon Jul 07 2008 Adam Jackson <ajax at redhat.com> 2.0.1-3
+- %%fedora is an int, not a string.
+
 * Fri Jun 20 2008 Christoph Wickert <fedora christoph-wickert de> - 2.0.2-1
 - Disable broken check macro (#449717) temporarily to fix #449485
 




More information about the fedora-extras-commits mailing list