rpms/deluge/devel .cvsignore, 1.65, 1.66 deluge.spec, 1.101, 1.102 sources, 1.65, 1.66

Peter Gordon pgordon at fedoraproject.org
Sun Feb 28 00:20:08 UTC 2010


Author: pgordon

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

Modified Files:
	.cvsignore deluge.spec sources 
Log Message:
Update to 1.2.1; add python-mako dependency (#568845).


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/deluge/devel/.cvsignore,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -p -r1.65 -r1.66
--- .cvsignore	17 Jan 2010 01:05:00 -0000	1.65
+++ .cvsignore	28 Feb 2010 00:20:07 -0000	1.66
@@ -1 +1 @@
-deluge-1.2.0.tar.bz2
+deluge-1.2.1.tar.bz2


Index: deluge.spec
===================================================================
RCS file: /cvs/pkgs/rpms/deluge/devel/deluge.spec,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -p -r1.101 -r1.102
--- deluge.spec	17 Jan 2010 01:05:00 -0000	1.101
+++ deluge.spec	28 Feb 2010 00:20:08 -0000	1.102
@@ -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.2.0
+Version:	1.2.1
 Release:	1%{?dist}
 Summary:	A GTK+ BitTorrent client with support for DHT, UPnP, and PEX
 Group:		Applications/Internet
@@ -28,13 +28,13 @@ Requires:	notify-python
 Requires:	pyOpenSSL
 Requires:	pygtk2-libglade
 Requires:	python-chardet
+Requires:	python-mako
 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
@@ -148,6 +148,11 @@ fi
 
 
 %changelog
+* Sat Feb 27 2010 Peter Gordon <peter at thecodergeek.com> - 1.2.1-1
+- Update to new upstream bug-fix release (1.2.1)
+- Add python-mako dependency to fix WebUI startup crash. 
+- Resolves: #568845 (missing dependency to python-mako)
+
 * Sat Jan 16 2010 Peter Gordon <peter at thecodergeek.com> - 1.2.0-1
 - Update to new upstream final release (1.2.0)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/deluge/devel/sources,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -p -r1.65 -r1.66
--- sources	17 Jan 2010 01:05:01 -0000	1.65
+++ sources	28 Feb 2010 00:20:08 -0000	1.66
@@ -1 +1 @@
-13ac84e9b5b0293eccb5d89a9fc49461  deluge-1.2.0.tar.bz2
+ea6d6c7af48ca05e4e808c960563d78d  deluge-1.2.1.tar.bz2



More information about the scm-commits mailing list