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
This commit is contained in:
parent
dea9ecbb15
commit
c24607268b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8933266c01548566d2438d55439fe67bffc728ef23e902b5dc3b1ea1d65c91ac
|
||||
size 896558
|
3
libktorrent-1.3.0.tar.bz2
Normal file
3
libktorrent-1.3.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ac79a937dfc9f6617dc584d9b3bbe01295333f759dae8dd29db309d56d9f144
|
||||
size 884917
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user