diff --git a/.cvsignore b/.cvsignore index da9eb51..6fbbec7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -deluge-1.2.3.tar.bz2 +deluge-1.3.0_rc1.tar.lzma diff --git a/deluge.spec b/deluge.spec index c39ed2d..b073128 100644 --- a/deluge.spec +++ b/deluge.spec @@ -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 "Peers" information tab. %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 - 1.3.0-0.1.rc1 +- Update to new upstream release candidate (1.3.0 RC1) + * Sun Mar 28 2010 Peter Gordon - 1.2.3-1 - Update to new upstream bug-fix release (1.2.3). diff --git a/sources b/sources index e6bc8a7..76dcf5e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f1dbc8734c1881b115b98f572e523a4d deluge-1.2.3.tar.bz2 +9a6b9a6b327828a770d0de2aa66a81a4 deluge-1.3.0_rc1.tar.lzma