[libtorrent] Update to 0.13.4

Ankur Sinha ankursinha at fedoraproject.org
Sun May 25 02:23:59 UTC 2014


commit 4cdf9fb25ec862a1b232179608ca56e3da93c98a
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur at gmail.com>
Date:   Sun May 25 12:23:38 2014 +1000

    Update to 0.13.4

 .gitignore      |    1 +
 libtorrent.spec |   10 ++++++----
 sources         |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f86275b..a574944 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ libtorrent-0.12.6.tar.gz
 /libtorrent-0.13.2.tar.gz
 /libtorrent-0.13.3.tar.gz
 /libtorrent-aarch64.patch
+/libtorrent-0.13.4.tar.gz
diff --git a/libtorrent.spec b/libtorrent.spec
index e86ff0f..f50a221 100644
--- a/libtorrent.spec
+++ b/libtorrent.spec
@@ -1,12 +1,11 @@
 Name:          libtorrent
 License:       GPLv2+
 Group:         System Environment/Libraries
-Version:       0.13.3
-Release:       5%{?dist}
+Version:       0.13.4
+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
-Patch0:        libtorrent-aarch64.patch 
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: pkgconfig
 BuildRequires: openssl-devel
@@ -30,7 +29,6 @@ with the libtorrent libraries.
 
 %prep
 %setup -q
-%patch0 -p1 -b arch64
 
 %build
 %configure --with-posix-fallocate
@@ -60,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/*.so
 
 %changelog
+* Sun May 25 2014 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.13.4-1
+- Update to 0.13.4
+- Drop patch - no longer needed
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.13.3-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index f95a5e7..cbd096d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e94f6c590bb02aaf4d58618f738a85f2  libtorrent-0.13.3.tar.gz
+e82f380a9d4b55b379e0e73339c73895  libtorrent-0.13.4.tar.gz


More information about the scm-commits mailing list