rpms/gnome-applet-timer/devel .cvsignore, 1.7, 1.8 gnome-applet-timer.spec, 1.24, 1.25 sources, 1.7, 1.8

Christoph Wickert cwickert at fedoraproject.org
Sun Feb 15 12:13:15 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/gnome-applet-timer/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13652

Modified Files:
	.cvsignore gnome-applet-timer.spec sources 
Log Message:
* Sun Feb 15 2009 Christoph Wickert <cwickert at fedoraproject.org> - 2.1.1-1
- Update to 2.1.1
- Remove stop-pulsing.patch, workaround included by upstream



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-applet-timer/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	21 Feb 2008 20:32:43 -0000	1.7
+++ .cvsignore	15 Feb 2009 12:12:44 -0000	1.8
@@ -1 +1 @@
-timer-applet-2.0.1.tar.gz
+timer-applet-2.1.1.tar.gz


Index: gnome-applet-timer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-applet-timer/devel/gnome-applet-timer.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- gnome-applet-timer.spec	5 Jan 2009 23:39:49 -0000	1.24
+++ gnome-applet-timer.spec	15 Feb 2009 12:12:45 -0000	1.25
@@ -3,15 +3,14 @@
 %define debug_package %{nil}
 
 Name:           gnome-applet-timer
-Version:        2.0.1
-Release:        9%{?dist}
+Version:        2.1.1
+Release:        1%{?dist}
 Summary:        A countdown timer applet for the GNOME panel
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://timerapplet.sourceforge.net/
 Source0:        http://download.sourceforge.net/timerapplet/timer-applet-%{version}.tar.gz
-Patch0:         timer-applet-2.0.1-stop-pulsing.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel >= 2.4
@@ -40,28 +39,26 @@
 * Small and unobtrusive. Choose to either view the remaining time right in the 
   panel or hide it so you don't get distracted by the countdown.
 
+
 %prep
 %setup -q -n timer-applet-%{version}
-%patch0 -p1 -b .plusing
 
-%build
-%if 0%{?fedora} > 6
-export CPPFLAGS="${CPPFLAGS} -I/usr/include/libxml2"
-%endif
 
+%build
 %configure --disable-schemas-install
 make %{?_smp_mflags}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 %find_lang timer-applet
 
-# disable check for as long as #449717 isn't fixed.
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %pre
 if [ "$1" -gt 1 ]; then
     export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
@@ -77,6 +74,7 @@
 
 scrollkeeper-update -q -o %{_datadir}/omf/timer-applet || :
 
+
 %preun
 if [ "$1" -eq 0 ]; then
     export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
@@ -84,6 +82,7 @@
       %{_sysconfdir}/gconf/schemas/timer-applet.schemas > /dev/null || :
 fi
 
+
 %postun
 scrollkeeper-update -q || :
 
@@ -99,7 +98,15 @@
 %{_datadir}/timer-applet/
 %{python_sitelib}/timerapplet/
 
+
 %changelog
+* Sun Feb 15 2009 Christoph Wickert <cwickert at fedoraproject.org> - 2.1.1-1
+- Update to 2.1.1
+- Remove stop-pulsing.patch, workaround included by upstream
+
+* Mon Feb 02 2009 Christoph Wickert <cwickert at fedoraproject.org> - 2.1-1
+- Update to 2.1
+
 * Mon Jan 05 2009 Christoph Wickert <cwickert at fedoraproject.org> - 2.0.2-9
 - Update patch as suggested by Michael Schwendt
 
@@ -121,7 +128,7 @@
 * 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 <cwickert at fedoraproject.org> - 2.0.2-1
+* Fri Jun 20 2008 Christoph Wickert <cwickert at fedoraproject.org> - 2.0.1-2
 - Disable broken check macro (#449717) temporarily to fix #449485
 
 * Thu Feb 21 2008 Christoph Wickert <cwickert at fedoraproject.org> - 2.0.1-1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-applet-timer/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	21 Feb 2008 20:32:43 -0000	1.7
+++ sources	15 Feb 2009 12:12:45 -0000	1.8
@@ -1 +1 @@
-c56e5ec73ece83389e05a51aa38e0d59  timer-applet-2.0.1.tar.gz
+845364480ebecd28ecddffc2151e640d  timer-applet-2.1.1.tar.gz




More information about the fedora-extras-commits mailing list