rpms/deluge/devel deluge.spec,1.14,1.15

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sat Apr 14 22:08:27 UTC 2007


Author: pgordon

Update of /cvs/extras/rpms/deluge/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8645

Modified Files:
	deluge.spec 
Log Message:
Make deluge the upgrade path of python-libtorrent < 0.5


Index: deluge.spec
===================================================================
RCS file: /cvs/extras/rpms/deluge/devel/deluge.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- deluge.spec	23 Mar 2007 06:03:08 -0000	1.14
+++ deluge.spec	14 Apr 2007 22:07:48 -0000	1.15
@@ -3,7 +3,7 @@
 
 Name:		deluge
 Version:	0.5.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	A Python BitTorrent client with support for UPnP and DHT
 Group:		Applications/Editors
 License:	GPL
@@ -25,6 +25,13 @@
 Requires:	pygtk2-libglade
 Requires:	dbus-python
 
+## The python-libtorrent bindings were produced by the same upstream authors
+## as Deluge, and Deluge 0.4.x is the only package that depended on it
+## (according to repoquery). Thus, it is safe to make Deluge the upgrade path
+## of the python-libtorrent package since it is no longer needed (or in fact,
+## even developed) as of the 0.5 series. 
+Obsoletes:	python-libtorrent < 0.5
+
 %description
 Deluge is a new BitTorrent client, created using Python and GTK+. It is
 intended to bring a native, full-featured client to Linux GTK+ desktop
@@ -92,6 +99,9 @@
 
 
 %changelog
+* Sun Apr 08 2007 Peter Gordon <peter at thecodergeek.com> - 0.5.0-2
+- Make Deluge the upgrade path of the now-orphaned python-libtorrent package.
+  
 * Mon Mar 12 2007 Peter Gordon <peter at thecodergeek.com> - 0.5.0-1
 - Update to new upstream release (0.5.0).
 




More information about the scm-commits mailing list