rpms/deluge/devel deluge-scalable-icon-dir.diff, 1.1, 1.2 deluge.spec, 1.95, 1.96

Peter Gordon pgordon at fedoraproject.org
Sun Oct 11 07:47:37 UTC 2009


Author: pgordon

Update of /cvs/pkgs/rpms/deluge/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5063

Modified Files:
	deluge-scalable-icon-dir.diff deluge.spec 
Log Message:
Update to 1.2.0 RC1

deluge-scalable-icon-dir.diff:
 setup.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: deluge-scalable-icon-dir.diff
===================================================================
RCS file: /cvs/pkgs/rpms/deluge/devel/deluge-scalable-icon-dir.diff,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- deluge-scalable-icon-dir.diff	11 Mar 2009 00:01:32 -0000	1.1
+++ deluge-scalable-icon-dir.diff	11 Oct 2009 07:47:34 -0000	1.2
@@ -1,7 +1,7 @@
 diff -up ./setup.py.old ./setup.py
---- ./setup.py.old	2009-03-10 16:50:52.000000000 -0700
-+++ ./setup.py	2009-03-10 16:51:04.000000000 -0700
-@@ -328,7 +328,7 @@ cmdclass = {
+--- ./setup.py.old	2009-10-10 23:42:57.942143122 -0700
++++ ./setup.py	2009-10-10 23:43:20.248144209 -0700
+@@ -367,7 +367,7 @@ cmdclass = {
  
  # Data files to be installed to the system
  _data_files = [


Index: deluge.spec
===================================================================
RCS file: /cvs/pkgs/rpms/deluge/devel/deluge.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -p -r1.95 -r1.96
--- deluge.spec	24 Jul 2009 20:08:54 -0000	1.95
+++ deluge.spec	11 Oct 2009 07:47:35 -0000	1.96
@@ -2,16 +2,15 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		deluge
-Version:	1.1.9
-Release:	3%{?dist}
+Version:	1.2.0
+Release:	0.1.rc1%{?dist}
 Summary:	A GTK+ BitTorrent client with support for DHT, UPnP, and PEX
 Group:		Applications/Internet
 License:	GPLv3 with exceptions
 URL:		http://deluge-torrent.org/           
 
-Source0:	http://download.deluge-torrent.org/source/%{version}/%{name}-%{version}.tar.bz2
+Source0:	http://download.deluge-torrent.org/source/%{version}/%{name}-%{version}_rc1.tar.bz2
 
-## The scalable icon needs to be installed to the proper place.
 Patch0: 	%{name}-scalable-icon-dir.diff
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -20,22 +19,21 @@ BuildArch:	noarch
 BuildRequires:	desktop-file-utils
 BuildRequires:	python-devel
 BuildRequires:	python-setuptools
-## The build script checks for the libtorrent module and skips compiling the
-## in-tarball one if this is found.
-BuildRequires:	rb_libtorrent-python
-
-Requires:	/bin/sh
-Requires:	dbus-python
-Requires:	dbus-x11
+
+Requires:	gnome-python2-gnome
 ## Required for the proper ownership of icon dirs.
 Requires:	hicolor-icon-theme
-Requires:	pygtk2-libglade
+Requires:	notify-python
 Requires:	pyOpenSSL
+Requires:	pygtk2-libglade
 Requires:	python-chardet
 Requires:	python-setuptools
+Requires:	python-simplejson
+Requires:	python-twisted-web
 Requires:	pyxdg
 Requires:	rb_libtorrent-python
 
+
 %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
@@ -57,7 +55,7 @@ display the location of peers in the "Pe
 
 
 %prep
-%setup -qn "%{name}-%{version}"
+%setup -qn "%{name}-%{version}_rc1"
 %patch0 -p0 -b .fix-scalable-icon-dir
 
 
@@ -115,8 +113,11 @@ rm -rf %{buildroot}
 %files -f %{name}.filelist
 %defattr(-,root,root,-)
 %doc ChangeLog LICENSE README
-%{python_sitelib}/%{name}-%{version}-py?.?.egg-info/
+%{python_sitelib}/%{name}-%{version}_rc1_dev-py2.?.egg-info/
 %{_bindir}/%{name}
+%{_bindir}/%{name}-console
+%{_bindir}/%{name}-gtk
+%{_bindir}/%{name}-web
 %{_bindir}/%{name}d
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/pixmaps/%{name}.*
@@ -146,6 +147,10 @@ fi
 
 
 %changelog
+* Sun Oct 11 2009 Peter Gordon <peter at thecodergeek.com> - 1.2.0-0.1.rc1
+- Update to new upstream release candidate (1.2.0 RC1)
+- Adds Twisted dependencies, and drops the D-Bus dependency.
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.9-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list