[deluge/f14/master] Update to 1.3.0; and add patch to fix #615984.

Peter Gordon pgordon at fedoraproject.org
Thu Oct 14 05:09:10 UTC 2010


commit a9124c5dd98203955160d165a7d46059c278f5d2
Author: Peter Gordon <peter at thecodergeek.com>
Date:   Wed Oct 13 22:09:04 2010 -0700

    Update to 1.3.0; and add patch to fix #615984.

 .gitignore  |    3 +++
 deluge.spec |   16 ++++++++++++----
 sources     |    4 +++-
 3 files changed, 18 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6fbbec7..faaf4e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
 deluge-1.3.0_rc1.tar.lzma
+/deluge-desktop-categories-p2p.diff
+/deluge-1.3.0.tar.lzma
+/deluge-scalable-icon-dir.diff
diff --git a/deluge.spec b/deluge.spec
index 1c6898d..066c744 100644
--- a/deluge.spec
+++ b/deluge.spec
@@ -3,16 +3,18 @@
 
 Name:		deluge
 Version:	1.3.0
-Release:	0.3.rc1%{?dist}
+Release:	1%{?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}_rc1.tar.lzma
+Source0:	http://download.deluge-torrent.org/source/%{version}/%{name}-%{version}.tar.lzma
 
 ## The scalable icon needs to be installed to the proper place.
 Patch0: 	%{name}-scalable-icon-dir.diff
+## Add P2P to the Categories in the .desktop file (#615984).
+Patch1: 	%{name}-desktop-categories-p2p.diff
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
@@ -56,8 +58,9 @@ display the location of peers in the "Peers" information tab.
 
 
 %prep
-%setup -qn "%{name}-%{version}_rc1"
+%setup -qn "%{name}-%{version}"
 %patch0 -p0 -b .fix-scalable-icon-dir
+%patch1 -p0 -b .desktop-categories-add-p2p
 
 
 %build
@@ -114,7 +117,7 @@ rm -rf %{buildroot}
 %files -f %{name}.filelist
 %defattr(-,root,root,-)
 %doc ChangeLog LICENSE README
-%{python_sitelib}/%{name}-%{version}_rc1-py2.?.egg-info/
+%{python_sitelib}/%{name}-%{version}-py2.?.egg-info/
 %{_bindir}/%{name}
 %{_bindir}/%{name}-console
 %{_bindir}/%{name}-gtk
@@ -148,6 +151,11 @@ fi
 
 
 %changelog
+* Wed Oct 13 2010 Peter Gordon <peter at thecodergeek.com> - 1.3.0-1
+- Update to new upstream release (1.3.0).
+- Add P2P to the .desktop file Categories list.
+- Resolves: #615984 (.desktop menu entry has wrong/missing categories)
+
 * Tue Jul 27 2010 Bill Nottingham <notting at redhat.com> - 1.3.0-0.3.rc1
 - Rebuilt for boost-1.44
 
diff --git a/sources b/sources
index 76dcf5e..00294aa 100644
--- a/sources
+++ b/sources
@@ -1 +1,3 @@
-9a6b9a6b327828a770d0de2aa66a81a4  deluge-1.3.0_rc1.tar.lzma
+7a17d1e8e1be375641ef8ff96fde63f1  deluge-desktop-categories-p2p.diff
+34481c8c483ddb2c11faf46c9001d1bb  deluge-1.3.0.tar.lzma
+0c5c8cd213b70d5ec1459bbebb498960  deluge-scalable-icon-dir.diff


More information about the scm-commits mailing list