rpms/gnome-applet-timer/F-10 .cvsignore, 1.7, 1.8 gnome-applet-timer.spec, 1.23, 1.24 sources, 1.7, 1.8 timer-applet-2.0.1-stop-pulsing.patch, 1.2, NONE

Christoph Wickert cwickert at fedoraproject.org
Thu Apr 16 10:02:11 UTC 2009


Author: cwickert

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

Modified Files:
	.cvsignore gnome-applet-timer.spec sources 
Removed Files:
	timer-applet-2.0.1-stop-pulsing.patch 
Log Message:
* Thu Apr 16 2009 Christoph Wickert <cwickert at fedoraproject.org> - 2.1.2-1
- Update to 2.1.2 to fix #496037



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-applet-timer/F-10/.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	16 Apr 2009 10:01:40 -0000	1.8
@@ -1 +1 @@
-timer-applet-2.0.1.tar.gz
+timer-applet-2.1.2.tar.gz


Index: gnome-applet-timer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-applet-timer/F-10/gnome-applet-timer.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- gnome-applet-timer.spec	5 Jan 2009 23:39:50 -0000	1.23
+++ gnome-applet-timer.spec	16 Apr 2009 10:01:40 -0000	1.24
@@ -3,20 +3,19 @@
 %define debug_package %{nil}
 
 Name:           gnome-applet-timer
-Version:        2.0.1
-Release:        9%{?dist}
+Version:        2.1.2
+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
 BuildRequires:  GConf2
-BuildRequires:  gettext, perl(XML::Parser)
+BuildRequires:  intltool, perl(XML::Parser)
 Requires:       pygtk2-libglade >= 2.10
 Requires:       gnome-python2-applet >= 2.16
 Requires:       notify-python >= 0.1
@@ -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,22 @@
 %{_datadir}/timer-applet/
 %{python_sitelib}/timerapplet/
 
+
 %changelog
+* Thu Apr 16 2009 Christoph Wickert <cwickert at fedoraproject.org> - 2.1.2-1
+- Update to 2.1.2 to fix #496037
+
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* 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
+- BR intltool
+
+* 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 +135,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/F-10/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	16 Apr 2009 10:01:40 -0000	1.8
@@ -1 +1 @@
-c56e5ec73ece83389e05a51aa38e0d59  timer-applet-2.0.1.tar.gz
+88b6cb2b2ad178ccda2711208dcf744b  timer-applet-2.1.2.tar.gz


--- timer-applet-2.0.1-stop-pulsing.patch DELETED ---




More information about the fedora-extras-commits mailing list