SHA256
1
0
forked from pool/ktorrent
OBS User unknown 2008-03-26 15:18:58 +00:00 committed by Git OBS Bridge
parent f8b8ca318d
commit 857a176c6c
5 changed files with 18 additions and 11 deletions

View File

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

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

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 25 13:18:57 CET 2008 - stbinner@suse.de
- update to 3.0.1: long list of minor and less minor bugfixes
-------------------------------------------------------------------
Tue Feb 19 19:22:36 CET 2008 - stbinner@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package ktorrent (Version 3.0.0)
# spec file for package ktorrent (Version 3.0.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -20,8 +20,8 @@ Url: http://ktorrent.pwsp.net/
License: GPL v2 or later
Group: Productivity/Networking/File-Sharing
Summary: KDE BitTorrent Client
Version: 3.0.0
Release: 2
Version: 3.0.1
Release: 1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define rversion %version
Source: %{name}-%{rversion}.tar.bz2
@ -148,6 +148,8 @@ Authors:
/usr/include/libbtcore
%changelog
* Tue Mar 25 2008 stbinner@suse.de
- update to 3.0.1: long list of minor and less minor bugfixes
* Tue Feb 19 2008 stbinner@suse.de
- fix build
* Tue Feb 19 2008 stbinner@suse.de

View File

@ -1,6 +1,6 @@
--- plugins/infowidget/peerview.cpp 2008/02/19 10:53:21 1.1
+++ plugins/infowidget/peerview.cpp 2008/02/19 10:54:10
@@ -45,7 +45,7 @@
--- plugins/infowidget/peerviewmodel.cpp 2008/03/25 12:17:35 1.1
+++ plugins/infowidget/peerviewmodel.cpp 2008/03/25 12:18:16
@@ -40,7 +40,7 @@
static bool icons_loaded = false;
static GeoIP* geo_ip = 0;
static FlagDB flagDB(22, 18);
@ -8,8 +8,8 @@
+ static bool geoip_db_exists = false;
static QString geoip_data_file;
PeerViewItem::PeerViewItem(PeerView* pv,PeerInterface* peer) : QTreeWidgetItem(pv,QTreeWidgetItem::UserType),peer(peer)
@@ -57,10 +57,9 @@
@@ -54,10 +54,9 @@
icons_loaded = true;
flagDB.addFlagSource("data", QString("ktorrent/%1.png"));
flagDB.addFlagSource("locale", QString("l10n/%1/flag.png"));