[pidgin-gfire] Update to 0.9.4

Andreas Osowski th0br0 at fedoraproject.org
Wed Mar 30 21:17:06 UTC 2011


commit afdd595d2c7730d79821c3656f16bc1da7cded51
Author: Andreas Osowski <th0br0 at mkdir.name>
Date:   Wed Mar 30 23:14:27 2011 +0200

    Update to 0.9.4

 .gitignore        |    2 ++
 pidgin-gfire.spec |   15 +++++++++++----
 sources           |    3 ++-
 3 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e8602ed..fffc82e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 pidgin-gfire-0.9.2.tar.bz2
+/pidgin-gfire-0.9.4.tar.bz2
+/pidgin-gfire-0.9.4-libnotify.patch
diff --git a/pidgin-gfire.spec b/pidgin-gfire.spec
index 5c7a246..b0d5713 100644
--- a/pidgin-gfire.spec
+++ b/pidgin-gfire.spec
@@ -1,14 +1,15 @@
 %global srcname gfire
 
 Name:		pidgin-gfire
-Version:	0.9.2
-Release:	3%{?dist}
+Version:	0.9.4
+Release:	1%{?dist}
 Summary:	Xfire plugin for Pidgin
 
 Group:		Applications/Communications
 License:	GPLv3+
 URL:		http://www.gfireproject.org/
 Source0:	http://downloads.sourceforge.net/%{srcname}/%{name}-%{version}.tar.bz2
+Patch0:		%{name}-%{version}-libnotify.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	pidgin-devel
@@ -18,6 +19,7 @@ BuildRequires:	dbus-glib-devel
 BuildRequires:	intltool
 Requires:	pidgin
 Requires:	libpurple
+Requires:	libnotify
 
 %description
 Gfire is an open source plugin for the Pidgin IM client
@@ -35,12 +37,13 @@ Features:
 
 %prep
 %setup -q 
+%if 0%{?fedora} >= 15
+	%patch0 -p1
+%endif
 chmod 0644 AUTHORS ChangeLog COPYING NEWS README
 chmod 0644 src/*.c src/*.h
 chmod 0644 pixmaps/*/%{srcname}.png
 
-mv po/cz.po po/cs.po
-sed -i 's/cz/cs/' configure.ac # Fixed in upstream changeset 446
 autoreconf -f
 
 %build
@@ -66,6 +69,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Mar 30 2011 Andreas Osowski <th0br0 at mkdir.name> - 0.9.4-1
+- Update to version 0.9.4
+- Added libnotify patch as per upstream ticket #85
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index b5497cd..bc98682 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-7d3d43f70000a3abe67c0ee93d8e1611  pidgin-gfire-0.9.2.tar.bz2
+7167828fd77200603a318afdd4d9ebd2  pidgin-gfire-0.9.4.tar.bz2
+088d12d867167aa8735dbd9bfcf80088  pidgin-gfire-0.9.4-libnotify.patch


More information about the scm-commits mailing list