rpms/gnome-applet-timer/F-10 timer-applet-2.0.1-libnotify.patch, NONE, 1.1 gnome-applet-timer.spec, 1.19, 1.20

Christoph Wickert cwickert at fedoraproject.org
Sun Jan 4 18:09:44 UTC 2009


Author: cwickert

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

Modified Files:
	gnome-applet-timer.spec 
Added Files:
	timer-applet-2.0.1-libnotify.patch 
Log Message:
* Sun Jan 04 2009 Christoph Wickert <cwickert at fedoraproject.org> - 2.0.2-7
- Apply libnotify patch, thanks to Michael Schwendt and Paul Frields (#471465)


timer-applet-2.0.1-libnotify.patch:

--- NEW FILE timer-applet-2.0.1-libnotify.patch ---
--- timer-applet-2.0.1.orig/src/timerapplet/ui/Notifier.py	2007-04-28 03:31:03.000000000 +0200
+++ timer-applet-2.0.1/src/timerapplet/ui/Notifier.py	2009-01-04 18:53:32.000000000 +0100
@@ -1,5 +1,7 @@
 import gobject
 import pynotify
+import glib
+except glib.GError
 
 class Notifier(object):
     _NOTIFICATION_REDISPLAY_INTERVAL_SECONDS = 60


Index: gnome-applet-timer.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-applet-timer/F-10/gnome-applet-timer.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- gnome-applet-timer.spec	28 Aug 2008 22:31:03 -0000	1.19
+++ gnome-applet-timer.spec	4 Jan 2009 18:09:13 -0000	1.20
@@ -4,13 +4,14 @@
 
 Name:           gnome-applet-timer
 Version:        2.0.1
-Release:        5%{?dist}
+Release:        7%{?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-libnotify.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel >= 2.4
@@ -41,6 +42,7 @@
 
 %prep
 %setup -q -n timer-applet-%{version}
+%patch0 -p1 -b .plusing
 
 %build
 %if 0%{?fedora} > 6
@@ -98,6 +100,12 @@
 %{python_sitelib}/timerapplet/
 
 %changelog
+* Sun Jan 04 2009 Christoph Wickert <cwickert at fedoraproject.org> - 2.0.2-7
+- Apply libnotify patch, thanks to Michael Schwendt and Paul Frields (#471465)
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 2.0.1-6
+- Rebuild for Python 2.6
+
 * Fri Aug 29 2008 Michael Schwendt <mschwendt at fedoraproject.org> 2.0.1-5
 - include %%_libdir/timer-applet directory
 
@@ -107,29 +115,29 @@
 * 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
+* Fri Jun 20 2008 Christoph Wickert <cwickert at fedoraproject.org> - 2.0.2-1
 - Disable broken check macro (#449717) temporarily to fix #449485
 
-* Thu Feb 21 2008 Christoph Wickert <fedora christoph-wickert de> - 2.0.1-1
+* Thu Feb 21 2008 Christoph Wickert <cwickert at fedoraproject.org> - 2.0.1-1
 - Update to 2.0.1.
 
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.3.3-3
 - Autorebuild for GCC 4.3
 
-* Tue Aug 28 2007 Christoph Wickert <fedora christoph-wickert de> - 1.3.3-2
+* Tue Aug 28 2007 Christoph Wickert <cwickert at fedoraproject.org> - 1.3.3-2
 - Rebuild for BuildID feature
 - Update license tag
 
-* Sun Apr 15 2007 Christoph Wickert <fedora christoph-wickert de> - 1.3.3-1
+* Sun Apr 15 2007 Christoph Wickert <cwickert at fedoraproject.org> - 1.3.3-1
 - Update to 1.3.3.
 
-* Sun Dec 17 2006 Christoph Wickert <fedora christoph-wickert de> - 1.3.2-1
+* Sun Dec 17 2006 Christoph Wickert <cwickert at fedoraproject.org> - 1.3.2-1
 - Update to 1.3.2, includes fix for the icon in the notification bubble.
 
-* Tue Oct 31 2006 Christoph Wickert <fedora christoph-wickert de> - 1.3.1-1
+* Tue Oct 31 2006 Christoph Wickert <cwickert at fedoraproject.org> - 1.3.1-1
 - Update to 1.3.1 with libnotify support (#203234).
 
-* Fri Sep 15 2006 Christoph Wickert <fedora christoph-wickert de> - 1.2-4
+* Fri Sep 15 2006 Christoph Wickert <cwickert at fedoraproject.org> - 1.2-4
 - Mass rebuild for Fedora Core 6.
 - BuildRequire perl(XML::Parser).
 




More information about the fedora-extras-commits mailing list