rpms/gbirthday/F-12 gbirthday.spec,1.8,1.9

tomspur tomspur at fedoraproject.org
Thu Dec 17 01:33:43 UTC 2009


Author: tomspur

Update of /cvs/pkgs/rpms/gbirthday/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1482

Modified Files:
	gbirthday.spec 
Log Message:
add patch for checking for nonetype, bug #548007


Index: gbirthday.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gbirthday/F-12/gbirthday.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- gbirthday.spec	15 Dec 2009 23:57:23 -0000	1.8
+++ gbirthday.spec	17 Dec 2009 01:33:43 -0000	1.9
@@ -2,12 +2,13 @@
 
 Name:           gbirthday
 Version:        0.5.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Birthday reminder for Evolution and some others
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://gbirthday.sourceforge.net
 Source:         http://downloads.sourceforge.net/gbirthday/gbirthday-%{version}.tar.xz
+Patch0:         %{name}-ebook.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -31,6 +32,7 @@ your contacs' birthday on next days.
 
 %prep
 %setup -q -c %{name}-%{version}
+%patch0 -p1
 
 %build
 
@@ -60,6 +62,9 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/xdg/autostart/%{name}.desktop
 
 %changelog
+* Tue Dec 17 2009 Thomas Spura <tomspur at fedoraproject.org> 0.5.5-3
+- add ebook.patch, applied from upstream git repo, fixes bug #548007
+
 * Wed Dec 16 2009 Thomas Spura <tomspur at fedoraproject.org> 0.5.5-2
 - upstream tarball was corected, still same version
 




More information about the fedora-extras-commits mailing list