SHA256
1
0
forked from pool/ktorrent
OBS User unknown
2007-07-24 23:57:00 +00:00
committed by Git OBS Bridge
parent 0536941afc
commit 9cb277d0d8
4 changed files with 23 additions and 8 deletions

View File

@@ -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