diff --git a/libktorrent-1.1beta1.tar.bz2 b/libktorrent-1.1beta1.tar.bz2 new file mode 100644 index 0000000..1bbbae9 --- /dev/null +++ b/libktorrent-1.1beta1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:979949177a192f45d17c050d747a3eee4785db3ade0597372a3422878ea94822 +size 974551 diff --git a/libktorrent-git20101130.tar.bz2 b/libktorrent-git20101130.tar.bz2 deleted file mode 100644 index ae7e39b..0000000 --- a/libktorrent-git20101130.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b241f1b5074e50306008ae65cd38d98af6d0fdbf8f7a5e191740be685859e54 -size 265936 diff --git a/libktorrent.changes b/libktorrent.changes index 7c31bab..34abe84 100644 --- a/libktorrent.changes +++ b/libktorrent.changes @@ -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 diff --git a/libktorrent.spec b/libktorrent.spec index 5bbb782..57ce50f 100644 --- a/libktorrent.spec +++ b/libktorrent.spec @@ -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