Accepting request 57327 from KDE:Distro:Factory
Accepted submit request 57327 from user dirkmueller OBS-URL: https://build.opensuse.org/request/show/57327 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libktorrent?expand=0&rev=9
This commit is contained in:
parent
a7a5ca3345
commit
94538de3a8
3
libktorrent-1.1beta1.tar.bz2
Normal file
3
libktorrent-1.1beta1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:979949177a192f45d17c050d747a3eee4785db3ade0597372a3422878ea94822
|
||||
size 974551
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b241f1b5074e50306008ae65cd38d98af6d0fdbf8f7a5e191740be685859e54
|
||||
size 265936
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 3 09:26:13 UTC 2011 - davejplater@gmail.com
|
||||
|
||||
- Update to libktorrent-1.0.80 (1.1beta1) fix kde #(261679) crash
|
||||
with rss syndication plugin.
|
||||
- Upstream changes :
|
||||
* Video streaming support
|
||||
* Superseeding support
|
||||
* Data file moves are now tracked in the GUI
|
||||
* The GUI has been redesigned and now makes proper use of KDE's
|
||||
KParts technologie
|
||||
* The search plugin now uses webkit
|
||||
* Exclusion patterns have been added to the syndication plugin
|
||||
filters
|
||||
* And many other smaller changes. For a full overview of all the
|
||||
changes, take a look in the ChangeLog's of libktorrent and
|
||||
ktorrent
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 17 20:16:44 UTC 2010 - davejplater@gmail.com
|
||||
|
||||
- Update to git20101211 fixes crash see (kde#260338)
|
||||
- Upstream changes :
|
||||
*Backport several utp bugfixes from trunk.
|
||||
*Fix crash due to not checking for 0 pointer in multimedia file
|
||||
check.
|
||||
*Backport file selection bug from master CCBUG: 258138
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 30 22:24:44 UTC 2010 - davejplater@gmail.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libktorrent (Version 1.0.60git20101130)
|
||||
# spec file for package libktorrent (Version 1.0.8)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -16,7 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define gitver git20101130
|
||||
%define gitver git20101211
|
||||
%define srcversion 1.1beta1
|
||||
%define debug_package_requires libktorrent3 = %{version}-%{release}
|
||||
|
||||
Name: libktorrent
|
||||
BuildRequires: fdupes gmp-devel kdebase4-workspace-devel libkdepimlibs4-devel libqca2-devel taglib-devel
|
||||
@ -24,10 +26,10 @@ Url: http://ktorrent.pwsp.net/
|
||||
License: GPLv2+
|
||||
Group: Productivity/Networking/File-Sharing
|
||||
Summary: KTorrent Downloading Library
|
||||
Version: 1.0.60%{gitver}
|
||||
Version: 1.0.80
|
||||
Release: 1
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source: %{name}-%{gitver}.tar.bz2
|
||||
Source: %{name}-%{srcversion}.tar.bz2
|
||||
Source1: %{name}-po.tar.bz2
|
||||
|
||||
%description
|
||||
@ -75,7 +77,8 @@ Authors:
|
||||
|
||||
%lang_package -n libktorrent3
|
||||
%prep
|
||||
%setup -q -n %name -a 1
|
||||
%setup -q -n %{name}-%{srcversion}
|
||||
# -a 1
|
||||
echo "find_package(Msgfmt REQUIRED)" >> CMakeLists.txt
|
||||
echo "find_package(Gettext REQUIRED)" >> CMakeLists.txt
|
||||
echo "add_subdirectory( po ) " >> CMakeLists.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user