[rb_libtorrent] upstream release 1.0.3

leigh123linux leigh123linux at fedoraproject.org
Fri Dec 19 10:20:58 UTC 2014


commit 6070a903f98a857bbbf2598ff0e3a122f52102b1
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Fri Dec 19 10:20:41 2014 +0000

    upstream release 1.0.3

 .gitignore                         |    1 +
 rb_libtorrent-1.0.1-boost_mt.patch |   10 ----------
 rb_libtorrent.spec                 |   18 ++++++++++--------
 sources                            |    2 +-
 4 files changed, 12 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f401b3b..ebe3037 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /libtorrent-rasterbar-0.16.17.tar.gz
 /libtorrent-rasterbar-1.0.1.tar.gz
 /libtorrent-rasterbar-1.0.2.tar.gz
+/libtorrent-rasterbar-1.0.3.tar.gz
diff --git a/rb_libtorrent.spec b/rb_libtorrent.spec
index 23fe5cc..7e3af9d 100644
--- a/rb_libtorrent.spec
+++ b/rb_libtorrent.spec
@@ -1,5 +1,5 @@
 Name:		rb_libtorrent
-Version:	1.0.2
+Version:	1.0.3
 Release:	1%{?dist}
 Summary:	A C++ BitTorrent library aiming to be the best alternative
 
@@ -10,8 +10,7 @@ Source0:         http://downloads.sourceforge.net/libtorrent/libtorrent-rasterba
 Source1:	%{name}-README-renames.Fedora
 Source2:	%{name}-COPYING.Boost
 Source3:	%{name}-COPYING.zlib
-Patch0:		%{name}-1.0.1-boost_mt.patch
-Patch1:		%{name}-1.0.1-boost_noncopyable.patch
+Patch0:		%{name}-1.0.1-boost_noncopyable.patch
 
 BuildRequires:	asio-devel
 BuildRequires:	boost-devel
@@ -85,7 +84,6 @@ Python applications.
 %prep
 %setup -q -n "libtorrent-rasterbar-%{version}"
 %patch0 -p1
-%patch1 -p1
 
 ## The RST files are the sources used to create the final HTML files; and are
 ## not needed.
@@ -109,14 +107,15 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
 
 
 %build
-%configure \
+%configure					\
 	--disable-static			\
 	--enable-examples			\
 	--enable-python-binding			\
-	--with-boost-system=boost_system		\
-	--with-boost-python=boost_python		\
+	--with-boost-system=boost_system	\
+	--with-boost-python=boost_python	\
 	--with-libgeoip=system			\
-	--with-libiconv
+	--with-libiconv				\
+        --enable-export-all
 
 make V=1 %{?_smp_mflags}
 
@@ -169,6 +168,9 @@ rm -fv %{buildroot}%{_libdir}/lib*.a
 %{python_sitearch}/libtorrent.so
 
 %changelog
+* Fri Dec 19 2014 Leigh Scott <leigh123linux at googlemail.com> - 1.0.3-1
+- upstream release 1.0.3
+
 * Tue Sep 16 2014 Leigh Scott <leigh123linux at googlemail.com> - 1.0.2-1
 - upstream release 1.0.2
 
diff --git a/sources b/sources
index 9cd2b11..5d558b7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e547be06d99f3a5bea46d788bb9d1d8f  libtorrent-rasterbar-1.0.2.tar.gz
+ab78ae2810f6f41d8a6819485b0b2f40  libtorrent-rasterbar-1.0.3.tar.gz


More information about the scm-commits mailing list