rpms/deluge/F-10 .cvsignore, 1.48, 1.49 deluge.spec, 1.72, 1.73 sources, 1.48, 1.49

Peter Gordon pgordon at fedoraproject.org
Fri Jan 16 23:22:09 UTC 2009


Author: pgordon

Update of /cvs/pkgs/rpms/deluge/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22784/F-10

Modified Files:
	.cvsignore deluge.spec sources 
Log Message:
Update to 1.1.0


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/deluge/F-10/.cvsignore,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- .cvsignore	17 Dec 2008 05:17:53 -0000	1.48
+++ .cvsignore	16 Jan 2009 23:21:39 -0000	1.49
@@ -1 +1 @@
-deluge-1.0.7.tar.bz2
+deluge-1.1.0.tar.bz2


Index: deluge.spec
===================================================================
RCS file: /cvs/pkgs/rpms/deluge/F-10/deluge.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- deluge.spec	17 Dec 2008 05:17:53 -0000	1.72
+++ deluge.spec	16 Jan 2009 23:21:39 -0000	1.73
@@ -2,7 +2,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		deluge
-Version:	1.0.7
+Version:	1.1.0
 Release:	1%{?dist}
 Summary:	A GTK+ BitTorrent client with support for DHT, UPnP, and PEX
 Group:		Applications/Internet
@@ -78,7 +78,18 @@
 	--delete-original				\
 	--remove-category=Application			\
 	%{buildroot}%{_datadir}/applications/%{name}.desktop
-## TODO: The lang files should REEEAALLLY be in a standard place such as
+## Remove the country flags. This is a FEDORA-SPECIFIC change.
+## TODO: Perhaps instead of removing the flags entirely, we can replace that
+##       single column of pixbuf renderers with text renderers that show the
+##       country/locale code of the peer.
+## Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=479265
+pushd %{buildroot}%{python_sitearch}/%{name}
+	## FIXME: Now that we're not showing the flags and whatnot, do we
+	##        still need the GeoIP data (GeoIP.dat) too?
+	rm -rf data/pixmaps/flags/
+popd 
+
+## NOTE: The lang files should REEEAALLLY be in a standard place such as
 ##       /usr/share/locale or similar. It'd make things so much nicer for
 ##       the packaging. :O
 ## A bit of sed magic to mark the translation files with %%lang, taken from
@@ -115,7 +126,7 @@
 %files -f %{name}.filelist
 %defattr(-,root,root,-)
 %doc ChangeLog
-%{python_sitearch}/%{name}-%{version}-py?.?.egg-info
+%{python_sitearch}/%{name}-%{version}-py?.?.egg-info/
 %{_bindir}/%{name}
 %{_bindir}/%{name}d
 %{_datadir}/applications/fedora-%{name}.desktop
@@ -142,6 +153,10 @@
 
 
 %changelog
+* Fri Jan 16 2009 Peter Gordon <peter at thecodergeek.com> - 1.1.0-1
+- Update to new upstream release (1.1.0 Final - yay!)
+- Do not package the country flags data. (#479265)
+
 * Tue Dec 16 2008 Peter Gordon <peter at thecodergeek.com> - 1.0.7-1
 - Update to new upstream bug-fix release (1.0.7)
 - Remove CC-BY-SA license (the Tango WebUI images have been replaced by upstream).


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/deluge/F-10/sources,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- sources	17 Dec 2008 05:17:53 -0000	1.48
+++ sources	16 Jan 2009 23:21:39 -0000	1.49
@@ -1 +1 @@
-60e64ad3869be46aafe49e831b5ba010  deluge-1.0.7.tar.bz2
+c315f7d793d55e36f4e6d22c974be8ee  deluge-1.1.0.tar.bz2




More information about the fedora-extras-commits mailing list