[rtorrent] Updated to 0.9.3 (#869534)

Ankur Sinha ankursinha at fedoraproject.org
Thu Oct 25 07:25:44 UTC 2012


commit a82844f2216416d03588d028c34e5af79f2da563
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur at gmail.com>
Date:   Thu Oct 25 18:25:36 2012 +1100

    Updated to 0.9.3 (#869534)

 .gitignore                             |    1 +
 rtorrent-0.13.1-FTBFS-rtorrentrc.patch |   47 --------------------------------
 rtorrent-0.9.3-makefile-am.patch       |   10 +++++++
 rtorrent-0.9.3-makefile-in.patch       |   10 +++++++
 rtorrent.spec                          |   13 ++++++---
 sources                                |    2 +-
 6 files changed, 31 insertions(+), 52 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f66e1d4..b0c1c77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ rtorrent-0.8.6.tar.gz
 /rtorrent-0.9.0.tar.gz
 /rtorrent-0.9.1.tar.gz
 /rtorrent-0.9.2.tar.gz
+/rtorrent-0.9.3.tar.gz
diff --git a/rtorrent-0.9.3-makefile-am.patch b/rtorrent-0.9.3-makefile-am.patch
new file mode 100644
index 0000000..15a21cd
--- /dev/null
+++ b/rtorrent-0.9.3-makefile-am.patch
@@ -0,0 +1,10 @@
+--- src/Makefile.am.orig	2012-10-25 18:13:23.165883542 +1100
++++ src/Makefile.am	2012-10-25 18:14:08.166766535 +1100
+@@ -47,6 +47,7 @@
+ 	input/libsub_input.a \
+ 	rpc/libsub_rpc.a \
+ 	utils/libsub_utils.a \
++	-lxmlrpc -lxmlrpc_util \
+ 	@PTHREAD_LIBS@
+ 
+ rtorrent_SOURCES = \
diff --git a/rtorrent-0.9.3-makefile-in.patch b/rtorrent-0.9.3-makefile-in.patch
new file mode 100644
index 0000000..005a625
--- /dev/null
+++ b/rtorrent-0.9.3-makefile-in.patch
@@ -0,0 +1,10 @@
+--- src/Makefile.in.orig	2012-10-25 18:14:19.914611572 +1100
++++ src/Makefile.in	2012-10-25 18:15:00.169027792 +1100
+@@ -346,6 +346,7 @@
+ 	input/libsub_input.a \
+ 	rpc/libsub_rpc.a \
+ 	utils/libsub_utils.a \
++	-lxmlrpc -lxmlrpc_util \
+ 	@PTHREAD_LIBS@
+ 
+ rtorrent_SOURCES = \
diff --git a/rtorrent.spec b/rtorrent.spec
index 470c569..4cd2e3a 100644
--- a/rtorrent.spec
+++ b/rtorrent.spec
@@ -2,13 +2,14 @@ Name:          rtorrent
 # OpenSSL exception, see README
 License:       GPLv2+ with exceptions
 Group:         Applications/Internet
-Version:       0.9.2
-Release:       2%{?dist}
+Version:       0.9.3
+Release:       1%{?dist}
 Summary:       BitTorrent client based on libtorrent 
 URL:           http://rtorrent.rakshasa.no/
 Source0:       http://libtorrent.rakshasa.no/downloads/rtorrent-%{version}.tar.gz
 # see comments at patch below
-Patch0:        rtorrent-0.13.1-FTBFS-rtorrentrc.patch
+Patch0:        rtorrent-0.9.3-makefile-am.patch
+Patch1:        rtorrent-0.9.3-makefile-in.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: curl-devel
@@ -30,7 +31,8 @@ of directories for torrent files to seed and/or download.
 %setup -q
 # http://libtorrent.rakshasa.no/ticket/2326
 # http://libtorrent.rakshasa.no/ticket/2327
-%patch0 -p1 -b .fallocate-rtorrentrc
+%patch0  -b .xmlrpcFTBFS1
+%patch1  -b .xmlrpcFTBFS2
 
 %build
 %configure --with-xmlrpc-c
@@ -53,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/rtorrent*
 
 %changelog
+* Thu Oct 25 2012 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.9.3-1
+- Update to latest upstream release (#869534)
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 30c05fa..021f0b0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-72c3e9ab859bda7cc8aa96c0b508b09f  rtorrent-0.9.2.tar.gz
+0bf2f262faa8c8c8d3b11ce286ea2bf2  rtorrent-0.9.3.tar.gz


More information about the scm-commits mailing list