rpms/deluge/devel .cvsignore, 1.8, 1.9 deluge.spec, 1.18, 1.19 sources, 1.8, 1.9 deluge-fix-persistence-upgrade-rhbz_247927.patch, 1.1, NONE

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Fri Jul 20 23:27:01 UTC 2007


Author: pgordon

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

Modified Files:
	.cvsignore deluge.spec sources 
Removed Files:
	deluge-fix-persistence-upgrade-rhbz_247927.patch 
Log Message:
Update to 0.5.3 RC1


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/deluge/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	10 Jul 2007 03:12:02 -0000	1.8
+++ .cvsignore	20 Jul 2007 23:26:29 -0000	1.9
@@ -1 +1 @@
-deluge-0.5.2.tar.gz
+deluge-0.5.2.90.tar.gz


Index: deluge.spec
===================================================================
RCS file: /cvs/extras/rpms/deluge/devel/deluge.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- deluge.spec	14 Jul 2007 19:05:30 -0000	1.18
+++ deluge.spec	20 Jul 2007 23:26:29 -0000	1.19
@@ -1,9 +1,9 @@
-	%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		deluge
-Version:	0.5.2
-Release:	2%{?dist}
+Version:	0.5.2.90
+Release:	1%{?dist}
 Summary:	A GTK+ BitTorrent client with support for DHT, UPnP, and PEX.
 Group:		Applications/Internet
 License:	GPL
@@ -13,7 +13,6 @@
 ## Not used for now: Deluge builds against its own internal copy of
 ## rb_libtorrent. See below for more details. 
 # Source1:	%{name}-fixed-setup.py
-Patch0:		%{name}-fix-persistence-upgrade-rhbz_247927.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -61,10 +60,11 @@
 %setup -q
 ## Not building against system rb_libtorrent - see above.
 # install -m 0755 %{SOURCE1} ./setup.py
-%patch0 -p0 -b .fix-persistence-upgrade-rhbz_247927
 
 
 %build
+## FIXME: This should really use %%{?_smp_mflags} or similar for parallel
+## compilations; but the build system on this doesn't 
 %ifarch x86_64 ppc64 sparc64
 	CFLAGS="%{optflags} -DAMD64" %{__python} setup.py build
 %else
@@ -93,7 +93,7 @@
 %doc LICENSE 
 %{python_sitearch}/%{name}/
 %{_datadir}/%{name}/
-%{_datadir}/pixmaps/%{name}.xpm
+%{_datadir}/pixmaps/%{name}.png
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_bindir}/%{name}
 
@@ -107,11 +107,16 @@
 
 
 %changelog
+* Fri Jul 20 2007 Peter Gordon <peter at thecodergeek.com> - 0.5.2.90-1
+- Update to new upstream release candidate (0.5.3 RC1)
+- Drop stale persistence fix patch (applied upstream):
+  - fix-persistence-upgrade-rhbz_247927.patch
+
 * Wed Jul 11 2007 Peter Gordon <peter at thecodergeek.com> - 0.5.2-2
 - Add patch to fix the existence of stale persistence files by automatically
   updating the deluge.deluge module name to deluge.core, or removing them if
   empty (bug 247927):
-    + fix-persistence-upgrade-rhbz_247927.patch
+  + fix-persistence-upgrade-rhbz_247927.patch
 
 * Sun Jul 08 2007 Peter Gordon <peter at thecodergeek.com> - 0.5.2-1
 - Update to new upstream release (0.5.2)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/deluge/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	10 Jul 2007 03:12:02 -0000	1.8
+++ sources	20 Jul 2007 23:26:29 -0000	1.9
@@ -1 +1 @@
-9a33f6b3d7cec3b27cd3044064c10d31  deluge-0.5.2.tar.gz
+9c7a27a9551ef3bebabce102ade8a430  deluge-0.5.2.90.tar.gz


--- deluge-fix-persistence-upgrade-rhbz_247927.patch DELETED ---




More information about the fedora-extras-commits mailing list