From 005473c43d5792eba5428ad78a4e077b1685c17c6eb80839535dc5c3f0038dc1 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 22 Jan 2013 21:22:11 +0000 Subject: [PATCH] Accepting request 149548 from KDE:Distro:Factory Update to version 1.3.1 OBS-URL: https://build.opensuse.org/request/show/149548 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libktorrent?expand=0&rev=29 --- libktorrent-1.3.0.tar.bz2 | 3 --- libktorrent-1.3.1.tar.bz2 | 3 +++ libktorrent.changes | 16 ++++++++++++++++ libktorrent.spec | 6 +++--- 4 files changed, 22 insertions(+), 6 deletions(-) delete mode 100644 libktorrent-1.3.0.tar.bz2 create mode 100644 libktorrent-1.3.1.tar.bz2 diff --git a/libktorrent-1.3.0.tar.bz2 b/libktorrent-1.3.0.tar.bz2 deleted file mode 100644 index 8341e66..0000000 --- a/libktorrent-1.3.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ac79a937dfc9f6617dc584d9b3bbe01295333f759dae8dd29db309d56d9f144 -size 884917 diff --git a/libktorrent-1.3.1.tar.bz2 b/libktorrent-1.3.1.tar.bz2 new file mode 100644 index 0000000..3810b9c --- /dev/null +++ b/libktorrent-1.3.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe11ccb4bf2028c3da11e52cde890f1b3a90560e548eac89a4f8e1558b09725 +size 863105 diff --git a/libktorrent.changes b/libktorrent.changes index 56dcd79..1ce1850 100644 --- a/libktorrent.changes +++ b/libktorrent.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Jan 18 10:33:50 UTC 2013 - nico.kruber@gmail.com + +- Update to version 1.3.1 + * Add workaround for broken handling of btrfs subvolumes by + solid (kde#306825) + * Fix crash when preallocating diskspace when a file is enabled + during the download of a torrent (kde#307178) + * Make sure stats get updated properly during data check + (kde#308707) + * Bind peer sockets to preferred interface for outbound + connections + * Fix bug causing UDP connections not to get established on + FreeBSD because FIONREAD returns the size of the data and the + peer address (Review: 108076) + ------------------------------------------------------------------- Wed Sep 5 04:36:19 UTC 2012 - mlin@suse.com diff --git a/libktorrent.spec b/libktorrent.spec index ad59756..7b80c44 100644 --- a/libktorrent.spec +++ b/libktorrent.spec @@ -1,7 +1,7 @@ # # spec file for package libktorrent # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: libktorrent -Version: 1.3.0 +Version: 1.3.1 Release: 0 %define sonum 5 Summary: Torrent Downloading Library License: GPL-2.0+ Group: Productivity/Networking/File-Sharing Url: http://ktorrent.org/ -Source0: http://ktorrent.org/downloads/4.3.0/%{name}-%{version}.tar.bz2 +Source0: http://ktorrent.org/downloads/4.3.1/%{name}-%{version}.tar.bz2 BuildRequires: boost-devel BuildRequires: doxygen BuildRequires: gmp-devel