[libktorrent] libktorrent-1.3.1

nucleo nucleo at fedoraproject.org
Tue Jan 15 04:32:03 UTC 2013


commit 6d278eb0b06f0c4857ae5105ef1b732cb34ce7f9
Author: nucleo <nucleo at fedoraproject.org>
Date:   Tue Jan 15 06:31:54 2013 +0200

    libktorrent-1.3.1

 .gitignore                                         |    1 +
 ...-1.3-Add-workaround-for-broken-handling-o.patch |  138 -----
 ...-1.3-Fix-crash-when-preallocating-diskspa.patch |   55 --
 ...-1.3-Unbreak-the-non-Linux-case-after-4ff.patch |   29 -
 ...-1.3-Make-sure-stats-get-updated-properly.patch |   44 --
 ...ockets-to-preferred-interface-for-outboun.patch |  646 --------------------
 libktorrent.spec                                   |   19 +-
 sources                                            |    2 +-
 8 files changed, 8 insertions(+), 926 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f371b41..db4d147 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /libktorrent-1.2.1-2.tar.bz2
 /libktorrent-1.3rc1.tar.bz2
 /libktorrent-1.3.0.tar.bz2
+/libktorrent-1.3.1.tar.bz2
diff --git a/libktorrent.spec b/libktorrent.spec
index d124dbf..6706094 100644
--- a/libktorrent.spec
+++ b/libktorrent.spec
@@ -1,8 +1,8 @@
 #global pre rc1
 
 Name:    libktorrent
-Version: 1.3.0
-Release: 2%{?pre}%{?dist}
+Version: 1.3.1
+Release: 1%{?pre}%{?dist}
 Summary: Library providing torrent downloading code
 
 License: GPLv2+
@@ -10,11 +10,7 @@ URL:     http://ktorrent.org/
 Source0: http://ktorrent.org/downloads/4.3.0%{?pre}/libktorrent-%{version}%{?pre}.tar.bz2
 
 ## upstream patches
-Patch101: 0001-Backport-to-1.3-Add-workaround-for-broken-handling-o.patch
-Patch102: 0002-Backport-to-1.3-Fix-crash-when-preallocating-diskspa.patch
-Patch103: 0003-Backport-to-1.3-Unbreak-the-non-Linux-case-after-4ff.patch
-Patch106: 0006-Backport-to-1.3-Make-sure-stats-get-updated-properly.patch
-Patch107: 0007-Bind-peer-sockets-to-preferred-interface-for-outboun.patch
+
 
 BuildRequires: boost-devel
 BuildRequires: gettext
@@ -42,12 +38,6 @@ Requires: gmp-devel%{?_isa}
 %prep
 %setup -q -n %{name}-%{version}%{?pre}
 
-%patch101 -p1 -b .0001
-%patch102 -p1 -b .0002
-%patch103 -p1 -b .0003
-%patch106 -p1 -b .0006
-%patch107 -p1 -b .0007
-
 
 %build
 mkdir -p %{_target_platform}
@@ -78,6 +68,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 
 %changelog
+* Tue Jan 15 2013 Alexey Kurov <nucleo at fedoraproject.org> - 1.3.1-1
+- libktorrent-1.3.1
+
 * Mon Dec 24 2012 Rex Dieter <rdieter at fedoraproject.org> 1.3.0-2
 - backport some upstream fixes, and some .spec cleanup
 
diff --git a/sources b/sources
index b79a41e..545b015 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1bd0e7465a89dc0d1e6f406186137f0f  libktorrent-1.3.0.tar.bz2
+e4d8a3f0935031c402f37bcdf544e912  libktorrent-1.3.1.tar.bz2


More information about the scm-commits mailing list