SHA256
1
0
forked from pool/ktorrent
OBS User unknown 2007-11-22 16:47:30 +00:00 committed by Git OBS Bridge
parent f73dade6ed
commit 54a785896f
4 changed files with 15 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c73f4fe13e14d216000a869b5113a122872598e7b111a0622bd02aba8950b92f
size 2623406

3
ktorrent-2.2.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7659fd85e778a9dc4ea09951f1002de368bae80bf0dd98be3fde53d9f9259e61
size 2624154

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 22 04:52:19 CET 2007 - stbinner@suse.de
- update to 2.2.4, fixes a major fileview crash in 2.2.3
-------------------------------------------------------------------
Wed Nov 21 10:36:10 CET 2007 - stbinner@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package ktorrent (Version 2.2.3)
# spec file for package ktorrent (Version 2.2.4)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -19,10 +19,10 @@ Url: http://ktorrent.pwsp.net/
License: GPL v2 or later
Group: Productivity/Networking/File-Sharing
Summary: KDE BitTorrent Client
Version: 2.2.3
Version: 2.2.4
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define rversion 2.2.3
%define rversion 2.2.4
Source: %{name}-%{rversion}.tar.bz2
Patch2: remove-links.diff
Patch4: no-geoip-db.diff
@ -114,11 +114,14 @@ kde_post_install
/opt/kde3/share/apps/*
/opt/kde3/%_lib/kde3/*
/opt/kde3/%_lib/libktorrent.*
/opt/kde3/%_lib/libktorrent-2.2.2.so
/opt/kde3/%_lib/libktorrent-%{version}.so
/opt/kde3/share/config.kcfg/*.kcfg
/opt/kde3/share/services/*.desktop
/opt/kde3/share/servicetypes/*.desktop
%changelog
* Thu Nov 22 2007 - stbinner@suse.de
- update to 2.2.4, fixes a major fileview crash in 2.2.3
* Wed Nov 21 2007 - stbinner@suse.de
- update to 2.2.3, third bugfix release for version 2.2
* Thu Oct 11 2007 - stbinner@suse.de