[libtorrent/el6] Update to upstream 0.12.9

verdurin verdurin at fedoraproject.org
Sun Apr 8 09:37:38 UTC 2012


commit 1382e8d25f196cb50194408bddc6830360e2f554
Author: Adam Huffman <verdurin at fedoraproject.org>
Date:   Fri Apr 6 15:51:39 2012 +0100

    Update to upstream 0.12.9

 libtorrent.spec |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/libtorrent.spec b/libtorrent.spec
index f75bc35..ef12c46 100644
--- a/libtorrent.spec
+++ b/libtorrent.spec
@@ -1,8 +1,8 @@
 Name:          libtorrent
 License:       GPLv2+
 Group:         System Environment/Libraries
-Version:       0.12.6
-Release:       2%{?dist}
+Version:       0.12.9
+Release:       1%{?dist}
 Summary:       BitTorrent library with a focus on high performance & good code
 URL:           http://libtorrent.rakshasa.no/
 Source0:       http://libtorrent.rakshasa.no/downloads/libtorrent-%{version}.tar.gz
@@ -35,12 +35,12 @@ with the libtorrent libraries.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
-rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
+rm -f %{buildroot}%{_libdir}/*.la
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %post -p /sbin/ldconfig
 
@@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.so
 
 %changelog
+* Fri Apr  6 2012 Adam Huffman <verdurin at fedoraproject.org> - 0.12.9-1
+- update to latest stable upstream 0.12.9
+
 * Fri Oct 15 2010 Michel Salim <salimma at fedoraproject.org> - 0.12.6-2
 - Compile with support for pre-allocating files (# 466548)
 


More information about the scm-commits mailing list