[transmission/el6] Updating EPEL6 to 2.13, did a mock build and didn't see any issues from the first run. Going to ping

Adam Miller maxamillion at fedoraproject.org
Wed Nov 23 05:36:33 UTC 2011


commit c4dbb20c566be73b1b39f314d4360f1d4d085008
Author: Adam Miller <maxamillion at fedoraproject.org>
Date:   Tue Nov 22 23:35:53 2011 -0600

    Updating EPEL6 to 2.13, did a mock build and didn't see any issues from the
    first run. Going to ping some folks for volunteer testing before pushing
    through Bodhi tomorrow.

 .gitignore                             |    1 +
 sources                                |    2 +-
 transmission-3629-3639-3666-3644.patch |  226 --------------------------------
 transmission.spec                      |   11 +-
 4 files changed, 9 insertions(+), 231 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3b0fab1..e740da4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 transmission-1.83.tar.xz
 /transmission-2.42.tar.xz
 /transmission-2.11.tar.xz
+/transmission-2.13.tar.xz
diff --git a/sources b/sources
index 61ea768..814052b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9890d0d090e2a5a860ad4cab045d2706  transmission-2.11.tar.xz
+b3aa2b987d275b52a13eebe16dc4ce1c  transmission-2.13.tar.xz
diff --git a/transmission.spec b/transmission.spec
index c0a6cfc..3163fdc 100644
--- a/transmission.spec
+++ b/transmission.spec
@@ -1,6 +1,6 @@
 Name:           transmission
-Version:        2.11
-Release:        2%{?dist}
+Version:        2.13
+Release:        1%{?dist}
 Summary:        A lightweight GTK+ BitTorrent client
 
 Group:          Applications/Internet
@@ -28,7 +28,7 @@ BuildRequires:  GConf2-devel
 BuildRequires:  qt4-devel
 # this modification applies to the Qt qtr.pro file
 Patch1:         fix-optflags.patch
-Patch2:         transmission-3629-3639-3666-3644.patch
+#Patch2:         transmission-3629-3639-3666-3644.patch
 Requires: transmission-cli
 Requires: transmission-gtk
 %description
@@ -94,7 +94,7 @@ exit 0
 %prep
 %setup -q 
 %patch1 -p1
-%patch2 -p2
+#%patch2 -p2
 
 %build
 %configure --disable-static --with-gtk --without-wx --enable-libcanberra --enable-libnotify --enable-daemon
@@ -207,6 +207,9 @@ update-desktop-database > /dev/null 2>&1 || :
 %doc %{_mandir}/man1/transmission-qt.*
 
 %changelog
+* Tue Nov 22 2011 Adam Miller <maxamillion at fedoraproject.org> - 2.13-1
+- Upgrade to newer version for EPEL6
+
 * Tue Nov 09 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.11-2
 - added patches as per https://bugzilla.redhat.com/show_bug.cgi?id=649545#c9
 


More information about the scm-commits mailing list