Accepting request 125608 from KDE:Distro:Factory
- Update to version 1.2.1 * Fix deadlock in webseeding code (295719) * Fix individual torrent download limit not working * Fix build on FreeBSD * Fix crash due to attempting to call pop_front on an empty list (299536) OBS-URL: https://build.opensuse.org/request/show/125608 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libktorrent?expand=0&rev=27
This commit is contained in:
parent
4b7b63ec61
commit
dea9ecbb15
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:24801cd43dfb78a5b8f4c468283dc774ad4025f1bf71909d79344414a8ff8298
|
|
||||||
size 919037
|
|
3
libktorrent-1.2.1-2.tar.bz2
Normal file
3
libktorrent-1.2.1-2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8933266c01548566d2438d55439fe67bffc728ef23e902b5dc3b1ea1d65c91ac
|
||||||
|
size 896558
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 20 08:10:42 UTC 2012 - mlin@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.2.1
|
||||||
|
* Fix deadlock in webseeding code (295719)
|
||||||
|
* Fix individual torrent download limit not working
|
||||||
|
* Fix build on FreeBSD
|
||||||
|
* Fix crash due to attempting to call pop_front on an empty list (299536)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 6 10:12:46 UTC 2012 - mlin@suse.com
|
Tue Mar 6 10:12:46 UTC 2012 - mlin@suse.com
|
||||||
|
|
||||||
|
@ -16,14 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define _tarname 1.2.1-2
|
||||||
|
|
||||||
Name: libktorrent
|
Name: libktorrent
|
||||||
Version: 1.2.0
|
Version: 1.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Torrent Downloading Library
|
Summary: Torrent Downloading Library
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Networking/File-Sharing
|
Group: Productivity/Networking/File-Sharing
|
||||||
Url: http://ktorrent.org/
|
Url: http://ktorrent.org/
|
||||||
Source0: http://ktorrent.org/downloads/4.2.0/%{name}-%{version}.tar.bz2
|
Source0: http://ktorrent.org/downloads/4.2.1/%{name}-%{_tarname}.tar.bz2
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: gmp-devel
|
BuildRequires: gmp-devel
|
||||||
@ -53,7 +55,7 @@ libktorrent is a torrent downloading library.
|
|||||||
|
|
||||||
%lang_package -n libktorrent4
|
%lang_package -n libktorrent4
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{_tarname}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kde4 -d build
|
||||||
|
Loading…
Reference in New Issue
Block a user