[transmission] upstream release 2.42 https://trac.transmissionbt.com/wiki/Changes#version-2.42

Rahul Sundaram sundaram at fedoraproject.org
Sun Oct 23 14:50:29 UTC 2011


commit 56efad5cf77c108b5b09432010e8f8c7c2034cb7
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Sun Oct 23 20:20:07 2011 +0530

    upstream release 2.42
    https://trac.transmissionbt.com/wiki/Changes#version-2.42

 .gitignore                    |    1 +
 clog                          |    4 ++--
 sources                       |    2 +-
 transmission.spec             |   12 ++++++++----
 4 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b7091f5..017aec4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ transmission-2.04.tar.xz
 /transmission-2.31.tar.xz
 /transmission-2.32.tar.xz
 /transmission-2.33.tar.xz
+/transmission-2.42.tar.xz
diff --git a/clog b/clog
index 9fc3d8d..bbfb8e6 100644
--- a/clog
+++ b/clog
@@ -1,2 +1,2 @@
-add systemd unit (#659919)
-drop sysconfig file
+upstream release 2.42
+https://trac.transmissionbt.com/wiki/Changes#version-2.42
diff --git a/sources b/sources
index 9d077ae..676a402 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-76df2b002e9e243f2e4607b40c019974  transmission-2.33.tar.xz
+50f6dd76c5c01f45d5ed20783c686815  transmission-2.42.tar.xz
diff --git a/transmission.spec b/transmission.spec
index 5999ee1..bac74e7 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -1,6 +1,6 @@
 Name:           transmission
-Version:        2.33
-Release:        2%{?dist}
+Version:        2.42
+Release:        1%{?dist}
 Summary:        A lightweight GTK+ BitTorrent client
 
 Group:          Applications/Internet
@@ -99,8 +99,8 @@ iconv --from=ISO-8859-1 --to=UTF-8 NEWS > NEWS.new
 mv NEWS.new NEWS
 
 %build
-%configure --disable-static --enable-gtk --enable-utp --enable-libcanberra --enable-libnotify --enable-daemon \
-           --enable-nls --enable-cli --enable-daemon  --with-gnu-ld --with-inotify
+%configure --disable-static --enable-utp --enable-libnotify --enable-daemon \
+           --enable-nls --enable-cli --enable-daemon  --with-gnu-ld 
 make %{?_smp_mflags}
 
 pushd qt
@@ -207,6 +207,10 @@ update-desktop-database > /dev/null 2>&1 || :
 %doc %{_mandir}/man1/transmission-qt.*
 
 %changelog
+* Sat Oct 23 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 2.42-1
+- upstream release 2.42
+- https://trac.transmissionbt.com/wiki/Changes#version-2.42
+
 * Sat Sep 10 2011 Tomasz Torcz <ttorcz at fedoraproject.org> - 2.33-2
 - add systemd unit (#659919)
 - drop sysconfig file


More information about the scm-commits mailing list