rpms/deluge/devel .cvsignore, 1.5, 1.6 deluge-fixed-setup.py, 1.1, 1.2 deluge.spec, 1.10, 1.11 sources, 1.5, 1.6

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Tue Mar 13 03:17:35 UTC 2007


Author: pgordon

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

Modified Files:
	.cvsignore deluge-fixed-setup.py deluge.spec sources 
Log Message:
Update to new upstream release (0.5 RC2)


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/deluge/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	7 Mar 2007 07:25:06 -0000	1.5
+++ .cvsignore	13 Mar 2007 03:17:03 -0000	1.6
@@ -1 +1 @@
-deluge-0.4.99.1.tar.gz
+deluge-0.4.99.2.tar.gz


Index: deluge-fixed-setup.py
===================================================================
RCS file: /cvs/extras/rpms/deluge/devel/deluge-fixed-setup.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- deluge-fixed-setup.py	7 Mar 2007 07:25:06 -0000	1.1
+++ deluge-fixed-setup.py	13 Mar 2007 03:17:03 -0000	1.2
@@ -33,7 +33,7 @@
 
 pythonVersion = platform.python_version()[0:3]
 
-APP_VERSION = "0.4.99.1"
+APP_VERSION = "0.4.99.2"
 
 additions = ['-DNDEBUG', '-O2']
 


Index: deluge.spec
===================================================================
RCS file: /cvs/extras/rpms/deluge/devel/deluge.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- deluge.spec	8 Mar 2007 01:35:18 -0000	1.10
+++ deluge.spec	13 Mar 2007 03:17:03 -0000	1.11
@@ -2,8 +2,8 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		deluge
-Version:	0.4.99.1
-Release:	3%{?dist}
+Version:	0.4.99.2
+Release:	1%{?dist}
 Summary:	A Python BitTorrent client with support for UPnP and DHT
 Group:		Applications/Editors
 License:	GPL
@@ -11,13 +11,13 @@
 
 Source0:	http://deluge-torrent.org/downloads/%{name}-%{version}.tar.gz
 Source1:	%{name}-fixed-setup.py
-Patch0:		%{name}-delugegtk.py-fix-IndexError-exception-handling.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	desktop-file-utils
 BuildRequires:	python-devel
 BuildRequires:	rb_libtorrent-devel
+BuildRequires:	libtool
 
 Requires:	/bin/sh
 Requires:	pyxdg
@@ -36,7 +36,6 @@
 
 %prep
 %setup -q
-%patch0 -p0 -b .delugegtk.py-fix-IndexError-exception-handling
 install -m 0755 %{SOURCE1} ./setup.py
 
 
@@ -93,13 +92,19 @@
 
 
 %changelog
+* Mon Mar 12 2007 Peter Gordon <peter at thecodergeek.com> - 0.4.99.2-1
+- Update to new upstream release (0.5 RC2).
+- Drop IndexError exception-handling fix (applied upstream):
+  - delugegtk.py-fix-IndexError-exception-handling.patch
+- Use the system libtool instead of the one from the sources to ensure
+  that no unnecessary RPATH hacks are added to the final build. 
+
 * Wed Mar 07 2007 Peter Gordon <peter at thecodergeek.com> - 0.4.99.1-3
 - Add a patch (submitted upstream) to properly catch a thrown IndexError in
   state message updates. This should resolve the bug wherein the UI stops
   updating its details and torrent listing.
   + delugegtk.py-fix-IndexError-exception-handling.patch
   
-
 * Wed Mar 07 2007 Peter Gordon <peter at thecodergeek.com> - 0.4.99.1-2
 - Drop unneeded 64bit-python_long patch; as it seems to cause more trouble than
   it's worth. Instead, pass -DAMD64 as a compiler flag on 64-bit arches.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/deluge/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	7 Mar 2007 07:25:06 -0000	1.5
+++ sources	13 Mar 2007 03:17:03 -0000	1.6
@@ -1 +1 @@
-631c45e864a27df4925ecec8e8db415f  deluge-0.4.99.1.tar.gz
+e4f9b3a39dfecf793dfcd62f2ccb1286  deluge-0.4.99.2.tar.gz




More information about the scm-commits mailing list