rpms/pidgin-gfire/devel .cvsignore, 1.4, 1.5 import.log, 1.2, 1.3 pidgin-gfire.spec, 1.4, 1.5 sources, 1.4, 1.5

Andreas Osowski th0br0 at fedoraproject.org
Tue Jun 15 17:35:14 UTC 2010


Author: th0br0

Update of /cvs/pkgs/rpms/pidgin-gfire/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25449/devel

Modified Files:
	.cvsignore import.log pidgin-gfire.spec sources 
Log Message:
update to 0.9.2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pidgin-gfire/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	7 Sep 2009 17:22:09 -0000	1.4
+++ .cvsignore	15 Jun 2010 17:35:13 -0000	1.5
@@ -1 +1 @@
-pidgin-gfire-0.8.3.tar.gz
+pidgin-gfire-0.9.2.tar.bz2


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/pidgin-gfire/devel/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	12 Jun 2009 21:10:06 -0000	1.2
+++ import.log	15 Jun 2010 17:35:13 -0000	1.3
@@ -1,2 +1,3 @@
 pidgin-gfire-0_8_1-3_fc10:HEAD:pidgin-gfire-0.8.1-3.fc10.src.rpm:1242973374
 pidgin-gfire-0_8_2-1_fc10:HEAD:pidgin-gfire-0.8.2-1.fc10.src.rpm:1244840980
+pidgin-gfire-0_9_2-1_fc12:HEAD:pidgin-gfire-0.9.2-1.fc12.src.rpm:1276622535


Index: pidgin-gfire.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pidgin-gfire/devel/pidgin-gfire.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- pidgin-gfire.spec	7 Sep 2009 17:22:09 -0000	1.4
+++ pidgin-gfire.spec	15 Jun 2010 17:35:14 -0000	1.5
@@ -1,17 +1,20 @@
 %global srcname gfire
 
 Name:		pidgin-gfire
-Version:	0.8.3
+Version:	0.9.2
 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.gz
+Source0:	http://downloads.sourceforge.net/%{srcname}/%{name}-%{version}.tar.bz2
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	pidgin-devel
+BuildRequires:	gettext
+BuildRequires:	libnotify-devel
+BuildRequires:	dbus-glib-devel
 Requires:	pidgin
 Requires:	libpurple
 
@@ -33,33 +36,43 @@ Features:
 %setup -q 
 chmod 0644 AUTHORS ChangeLog COPYING NEWS README
 chmod 0644 src/*.c src/*.h
-chmod 0644 gfire_config.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
-%configure --disable-static
+%configure --disable-static --enable-libnotify --enable-dbus-status
 make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
 make install INSTALL="install -p" DESTDIR=%{buildroot} 
-
+%find_lang %{srcname}
 find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
-# Remove the shebang from the server detection script
-sed -i -e '/#\!/d' %{buildroot}/%{_datadir}/purple/%{srcname}/scripts/server_detection/4097.py 
-
 %clean
 rm -rf %{buildroot}
 
-%files 
+%files -f %{srcname}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_libdir}/purple-2/*.so
 %{_datadir}/pixmaps/pidgin/protocols/*/%{srcname}.png
+%{_datadir}/pixmaps/pidgin/emblems/16/*.png
 %{_datadir}/purple/%{srcname}/
 
+
 %changelog
+* Tue Jun 12 2010 Andreas Osowski <th0br0 at mkdir.name> - 0.9.2-1
+- Update to version 0.9.2
+- File Transfer
+- Clan support
+- Improved Game Detection (via GUI)
+- Server Detection
+- Avatar Support
+
 * Mon Sep 7 2009 Andreas Osowski <th0br0 at mkdir.name> - 0.8.3-1
 - Updated to version 0.8.3
 - Changes to Source0 due to new upstream file naming


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pidgin-gfire/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	7 Sep 2009 17:22:09 -0000	1.4
+++ sources	15 Jun 2010 17:35:14 -0000	1.5
@@ -1 +1 @@
-a0780772d05163bb5d70ef25ad818968  pidgin-gfire-0.8.3.tar.gz
+7d3d43f70000a3abe67c0ee93d8e1611  pidgin-gfire-0.9.2.tar.bz2



More information about the scm-commits mailing list