diff --git a/ktorrent-2.2.1.tar.gz b/ktorrent-2.2.1.tar.gz new file mode 100644 index 0000000..099be64 --- /dev/null +++ b/ktorrent-2.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd5f7ca8d9a06a317c4adf6336328dc79bdf6c7f7d31588af691ba202ef267f3 +size 3763678 diff --git a/ktorrent-2.2.tar.bz2 b/ktorrent-2.2.tar.bz2 deleted file mode 100644 index 1b2c95e..0000000 --- a/ktorrent-2.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a00d5f782827d5b98ad1c064789497a98a73397761ab786bf6f5c2a070facc6 -size 2558452 diff --git a/ktorrent.changes b/ktorrent.changes index 3201db7..9a4e570 100644 --- a/ktorrent.changes +++ b/ktorrent.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jul 24 10:51:45 CEST 2007 - bvirlet@suse.de + +- update to 2.2.1 + * Fix file selection bug + * Fix several webgui bugs + * Make sure plugin list is sorted on the plugin name + * Fix bug with UPnP plugin not releasing ports when KT is shutdown + ------------------------------------------------------------------- Wed Jul 4 11:15:14 CEST 2007 - stbinner@suse.de diff --git a/ktorrent.spec b/ktorrent.spec index bf8431e..17e8228 100644 --- a/ktorrent.spec +++ b/ktorrent.spec @@ -1,5 +1,5 @@ # -# spec file for package ktorrent (Version 2.2.0) +# spec file for package ktorrent (Version 2.2.1) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -19,11 +19,11 @@ URL: http://ktorrent.pwsp.net/ License: GPL v2 or later Group: Productivity/Networking/File-Sharing Summary: KDE BitTorrent Client -Version: 2.2.0 +Version: 2.2.1 Release: 1 BuildRoot: %{_tmppath}/%{name}-%{version}-build -%define rversion 2.2 -Source: %{name}-%{rversion}.tar.bz2 +%define rversion 2.2.1 +Source: %{name}-%{rversion}.tar.gz Patch2: remove-links.diff Patch4: no-geoip-db.diff Patch10: ktorrent-fix-columns.diff @@ -111,12 +111,18 @@ kde_post_install /opt/kde3/share/apps/* /opt/kde3/%_lib/kde3/* /opt/kde3/%_lib/libktorrent.* -/opt/kde3/%_lib/libktorrent-2.2.so +/opt/kde3/%_lib/libktorrent-2.2.1.so /opt/kde3/share/config.kcfg/*.kcfg /opt/kde3/share/services/*.desktop /opt/kde3/share/servicetypes/*.desktop %changelog +* Tue Jul 24 2007 - bvirlet@suse.de +- update to 2.2.1 + * Fix file selection bug + * Fix several webgui bugs + * Make sure plugin list is sorted on the plugin name + * Fix bug with UPnP plugin not releasing ports when KT is shutdown * Wed Jul 04 2007 - stbinner@suse.de - update to final 2.2 release * Thu Jun 21 2007 - stbinner@suse.de