From c24607268be635ad9ec1d7887185ff282a4e4d0c3ae0467b603934e61f300781 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 11 Sep 2012 05:58:49 +0000 Subject: [PATCH] Accepting request 133159 from KDE:Distro:Factory update to version 1.3.0 (forwarded request 133157 from mlin7442) OBS-URL: https://build.opensuse.org/request/show/133159 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libktorrent?expand=0&rev=28 --- libktorrent-1.2.1-2.tar.bz2 | 3 --- libktorrent-1.3.0.tar.bz2 | 3 +++ libktorrent.changes | 19 +++++++++++++++++++ libktorrent.spec | 31 ++++++++++++++++--------------- 4 files changed, 38 insertions(+), 18 deletions(-) delete mode 100644 libktorrent-1.2.1-2.tar.bz2 create mode 100644 libktorrent-1.3.0.tar.bz2 diff --git a/libktorrent-1.2.1-2.tar.bz2 b/libktorrent-1.2.1-2.tar.bz2 deleted file mode 100644 index ba8ce73..0000000 --- a/libktorrent-1.2.1-2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8933266c01548566d2438d55439fe67bffc728ef23e902b5dc3b1ea1d65c91ac -size 896558 diff --git a/libktorrent-1.3.0.tar.bz2 b/libktorrent-1.3.0.tar.bz2 new file mode 100644 index 0000000..8341e66 --- /dev/null +++ b/libktorrent-1.3.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac79a937dfc9f6617dc584d9b3bbe01295333f759dae8dd29db309d56d9f144 +size 884917 diff --git a/libktorrent.changes b/libktorrent.changes index 79b0ef9..56dcd79 100644 --- a/libktorrent.changes +++ b/libktorrent.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Sep 5 04:36:19 UTC 2012 - mlin@suse.com + +- Update to version 1.3.0 + * Do not pass link local IPv6 addresses to ip parameter of tracker + (kde#305187) + * Implement BEP 32, IPv6 DHT (kde#295194) + * Revamp DHT code and follow spec more closely on routing table + * Revamp SingleFileCache, MultiFileCache and data preallocation + * Webseeds now follow connection limits (kde#184941) + * Add new SignalCatcher class to handle UNIX signals (kde#296835) + * Make TimeEstimator return sortable values (kde#298542) + * Keep track of partitions files of torrents are on + * Add methods to check if storage is mounted + * Make sure all trackers are used of a magnet link + (kde#302997, kde#303269) + * Fix warning message about locale being recreated + * Fix crash in DHT code caused by infinite recursion (kde#300974) + ------------------------------------------------------------------- Wed Jun 20 08:10:42 UTC 2012 - mlin@suse.com diff --git a/libktorrent.spec b/libktorrent.spec index 61a713e..ad59756 100644 --- a/libktorrent.spec +++ b/libktorrent.spec @@ -16,16 +16,15 @@ # -%define _tarname 1.2.1-2 - Name: libktorrent -Version: 1.2.1 +Version: 1.3.0 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.2.1/%{name}-%{_tarname}.tar.bz2 +Source0: http://ktorrent.org/downloads/4.3.0/%{name}-%{version}.tar.bz2 BuildRequires: boost-devel BuildRequires: doxygen BuildRequires: gmp-devel @@ -40,22 +39,24 @@ libktorrent is a torrent downloading library. %package devel Summary: Development files for libktorrent Group: Development/Libraries/C and C++ -Requires: libktorrent4 = %{version} +Requires: libktorrent%{sonum} = %{version} %description devel This package includes the necessary files for development using libktorrent. -%package -n libktorrent4 +%package -n libktorrent%{sonum} Summary: Torrent Downloading Library Group: Productivity/Networking/File-Sharing -Recommends: libktorrent4-lang = %{version} +Recommends: libktorrent%{sonum}-lang = %{version} +Provides: %{name} = %{version} +Obsoletes: %{name} < %{version} -%description -n libktorrent4 +%description -n libktorrent%{sonum} libktorrent is a torrent downloading library. -%lang_package -n libktorrent4 +%lang_package -n libktorrent%{sonum} %prep -%setup -q -n %{name}-%{_tarname} +%setup -q -n %{name}-%{version} %build %cmake_kde4 -d build @@ -79,9 +80,9 @@ cd .. %clean rm -rf %{buildroot} -%post -n libktorrent4 -p /sbin/ldconfig +%post -n libktorrent%{sonum} -p /sbin/ldconfig -%postun -n libktorrent4 -p /sbin/ldconfig +%postun -n libktorrent%{sonum} -p /sbin/ldconfig %files devel %defattr(-,root,root,-) @@ -89,12 +90,12 @@ rm -rf %{buildroot} %{_kde4_libdir}/libktorrent.so %{_kde4_appsdir}/cmake/modules/FindKTorrent.cmake -%files -n libktorrent4 +%files -n libktorrent%{sonum} %defattr(-,root,root,-) %doc COPYING ChangeLog RoadMap -%{_kde4_libdir}/libktorrent.so.4* +%{_kde4_libdir}/libktorrent.so.%{sonum}* -%files -n libktorrent4-lang -f %{name}.lang +%files -n libktorrent%{sonum}-lang -f %{name}.lang %defattr(-,root,root,-) %changelog