rpms/deluge/devel .cvsignore, 1.67, 1.68 deluge.spec, 1.103, 1.104 sources, 1.67, 1.68

Peter Gordon pgordon at fedoraproject.org
Tue Jul 20 19:27:36 UTC 2010


Author: pgordon

Update of /cvs/pkgs/rpms/deluge/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18970

Modified Files:
	.cvsignore deluge.spec sources 
Log Message:
Update to 1.3.0 RC1.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/deluge/devel/.cvsignore,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -p -r1.67 -r1.68
--- .cvsignore	28 Mar 2010 21:10:35 -0000	1.67
+++ .cvsignore	20 Jul 2010 19:27:35 -0000	1.68
@@ -1 +1 @@
-deluge-1.2.3.tar.bz2
+deluge-1.3.0_rc1.tar.lzma


Index: deluge.spec
===================================================================
RCS file: /cvs/pkgs/rpms/deluge/devel/deluge.spec,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -p -r1.103 -r1.104
--- deluge.spec	28 Mar 2010 21:10:35 -0000	1.103
+++ deluge.spec	20 Jul 2010 19:27:35 -0000	1.104
@@ -2,14 +2,14 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		deluge
-Version:	1.2.3
-Release:	1%{?dist}
+Version:	1.3.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.lzma
 
 ## The scalable icon needs to be installed to the proper place.
 Patch0: 	%{name}-scalable-icon-dir.diff
@@ -56,7 +56,7 @@ display the location of peers in the "Pe
 
 
 %prep
-%setup -q
+%setup -qn "%{name}-%{version}_rc1"
 %patch0 -p0 -b .fix-scalable-icon-dir
 
 
@@ -98,7 +98,7 @@ pushd %{buildroot}
 ## entries for the .mo files which we've already marked with appropriate
 ## %%lang-fu. 
 	find ./%{python_sitelib}/%{name} -not -iname '%{name}.mo' -type f \
-		| grep -v 'pixmaps/flags' | sed 's:^\./::' >> %{name}.filelist
+		| grep -v 'pixmaps/flags' | sed -e 's:^\./::' -e 's| |*|g' >> %{name}.filelist
 	find ./%{python_sitelib}/%{name} -type d  | grep -v 'pixmaps/flags' \
 		| sed 's:^\./:%%dir :' >> %{name}.filelist
 
@@ -114,7 +114,7 @@ rm -rf %{buildroot}
 %files -f %{name}.filelist
 %defattr(-,root,root,-)
 %doc ChangeLog LICENSE README
-%{python_sitelib}/%{name}-%{version}-py2.?.egg-info/
+%{python_sitelib}/%{name}-%{version}_rc1-py2.?.egg-info/
 %{_bindir}/%{name}
 %{_bindir}/%{name}-console
 %{_bindir}/%{name}-gtk
@@ -148,6 +148,9 @@ fi
 
 
 %changelog
+* Tue Jul 20 2010 Peter Gordon <peter at thecodergeek.com> - 1.3.0-0.1.rc1
+- Update to new upstream release candidate (1.3.0 RC1)
+
 * Sun Mar 28 2010 Peter Gordon <peter at thecodergeek.com> - 1.2.3-1
 - Update to new upstream bug-fix release (1.2.3).
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/deluge/devel/sources,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -p -r1.67 -r1.68
--- sources	28 Mar 2010 21:10:35 -0000	1.67
+++ sources	20 Jul 2010 19:27:35 -0000	1.68
@@ -1 +1 @@
-f1dbc8734c1881b115b98f572e523a4d  deluge-1.2.3.tar.bz2
+9a6b9a6b327828a770d0de2aa66a81a4  deluge-1.3.0_rc1.tar.lzma



More information about the scm-commits mailing list