[transmission] - Update to latest upstream release - Drop no longer needed libnotify patch - https://trac.transmiss

Rahul Sundaram sundaram at fedoraproject.org
Wed Feb 9 17:25:36 UTC 2011


commit 2c89c23661431a604f19f0acbbf8ad5371bddc45
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Wed Feb 9 22:51:19 2011 +0530

    - Update to latest upstream release
    - Drop no longer needed libnotify patch
    - https://trac.transmissionbt.com/wiki/Changes

 .gitignore                          |    1 +
 sources                             |    2 +-
 transmission-libnotify-change.patch |   17 -----------------
 transmission.spec                   |    9 ++++++---
 4 files changed, 8 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0d204ef..027e8d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ transmission-2.03.tar.xz
 transmission-2.04.tar.xz
 /transmission-2.11.tar.xz
 /transmission-2.13.tar.xz
+/transmission-2.21.tar.xz
diff --git a/sources b/sources
index 814052b..7a84437 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b3aa2b987d275b52a13eebe16dc4ce1c  transmission-2.13.tar.xz
+8ded56c1b80ba5d5d312836ab2246f5c  transmission-2.21.tar.xz
diff --git a/transmission.spec b/transmission.spec
index 2aa42c5..a185395 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -1,5 +1,5 @@
 Name:           transmission
-Version:        2.13
+Version:        2.21
 Release:        1%{?dist}
 Summary:        A lightweight GTK+ BitTorrent client
 
@@ -28,7 +28,6 @@ BuildRequires:  GConf2-devel
 BuildRequires:  qt4-devel
 # this modification applies to the Qt qtr.pro file
 Patch1:         fix-optflags.patch
-Patch2:         transmission-libnotify-change.patch
 Requires: transmission-cli
 Requires: transmission-gtk
 %description
@@ -94,7 +93,6 @@ exit 0
 %prep
 %setup -q 
 %patch1 -p1
-%patch2 -p2
 
 %build
 %configure --disable-static --with-gtk --without-wx --enable-libcanberra --enable-libnotify --enable-daemon
@@ -207,6 +205,11 @@ update-desktop-database > /dev/null 2>&1 || :
 %doc %{_mandir}/man1/transmission-qt.*
 
 %changelog
+* Wed Feb 09 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 2.21-1
+- Update to latest upstream release
+- Drop no longer needed libnotify patch
+- https://trac.transmissionbt.com/wiki/Changes
+
 * Tue Dec 28 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.13-1
 - updated to latest upstream release: https://trac.transmissionbt.com/wiki/Changes
 - fixes #654793


More information about the scm-commits mailing list