Accepting request 64362 from KDE:Distro:Factory
Accepted submit request 64362 from user tittiatcoke OBS-URL: https://build.opensuse.org/request/show/64362 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libktorrent?expand=0&rev=16
This commit is contained in:
parent
9145170262
commit
989ddefa80
3
libktorrent-1.1.0.tar.bz2
Normal file
3
libktorrent-1.1.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6c76aa174ac9ffafc547a8842c838f0733c3a859a5da1898e54a2cea8392344
|
||||
size 959358
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6392c77946fd523904cdd29148264fdd0b5bbcbd4abe07cecbf9ee00f2f1d1b4
|
||||
size 967260
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 16 18:01:19 UTC 2011 - asterios.dramis@gmail.com
|
||||
|
||||
- Update to 1.1.0:
|
||||
* Improve performance of chunk selection code when there are many chunks
|
||||
* Fix crash in peer authentication cleanup (bko#266622)
|
||||
* Fix crash due to SIGBUS handler being overwritten by KDE's crash dialog
|
||||
system (bko#266842)
|
||||
* Be more lenient towards torrents with wrong announce-list field
|
||||
(bko#268145)
|
||||
* Fix root cause of SHA1HashGen crashes in 1.0 series (bko#268162)
|
||||
- Spec file updates:
|
||||
* Removed Authors: from %description (requirement for Factory submissions).
|
||||
* Minor update in %files section.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 26 10:30:55 UTC 2011 - coolo@novell.com
|
||||
|
||||
|
@ -18,14 +18,14 @@
|
||||
|
||||
|
||||
Name: libktorrent
|
||||
Version: 1.0.99rc1
|
||||
Version: 1.1.0
|
||||
Release: 1
|
||||
Summary: Torrent Downloading Library
|
||||
|
||||
License: GPLv2+ and LGPLv2+ and MIT and BSD
|
||||
Url: http://ktorrent.org/
|
||||
Group: Productivity/Networking/File-Sharing
|
||||
Source0: http://ktorrent.org/downloads/4.1rc1/%{name}-1.1rc1.tar.bz2
|
||||
Source0: http://ktorrent.org/downloads/4.1.0/%{name}-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
BuildRequires: boost-devel
|
||||
@ -38,12 +38,6 @@ BuildRequires: libqca2-devel
|
||||
%description
|
||||
libktorrent is a torrent downloading library.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Jois Guisson <jrois.guisson@gmail.com>
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libktorrent
|
||||
License: GPLv2+ and LGPLv2+ and MIT and BSD
|
||||
@ -53,12 +47,6 @@ Requires: libktorrent3 = %{version}
|
||||
%description devel
|
||||
This package includes the necessary files for development using libktorrent.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Jois Guisson <jrois.guisson@gmail.com>
|
||||
|
||||
%package -n libktorrent3
|
||||
Summary: Torrent Downloading Library
|
||||
License: GPLv2+ and LGPLv2+ and MIT and BSD
|
||||
@ -68,17 +56,9 @@ Recommends: libktorrent3-lang = %{version}
|
||||
%description -n libktorrent3
|
||||
libktorrent is a torrent downloading library.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Jois Guisson <jrois.guisson@gmail.com>
|
||||
|
||||
|
||||
|
||||
%lang_package -n libktorrent3
|
||||
%prep
|
||||
%setup -q -n %{name}-1.1rc1
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
@ -96,7 +76,6 @@ cd ..
|
||||
rm -rf %{buildroot}%{_datadir}/locale/sr@ijekavian/
|
||||
rm -rf %{buildroot}%{_datadir}/locale/sr@ijekavianlatin/
|
||||
%endif
|
||||
#
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
@ -118,7 +97,7 @@ rm -rf %{buildroot}
|
||||
%files -n libktorrent3
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING ChangeLog RoadMap
|
||||
%{_kde4_libdir}/libktorrent.so.*
|
||||
%{_kde4_libdir}/libktorrent.so.3*
|
||||
|
||||
%files -n libktorrent3-lang -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
x
Reference in New Issue
Block a user