forked from pool/ktorrent
This commit is contained in:
committed by
Git OBS Bridge
parent
f8b8ca318d
commit
857a176c6c
@@ -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
3
ktorrent-3.0.1.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:13cdc6d4284ca5de0e359cd89923eeb822c4c2c0fcfe8b9b0500ef5c4b660073
|
||||||
|
size 1957897
|
@@ -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
|
Tue Feb 19 19:22:36 CET 2008 - stbinner@suse.de
|
||||||
|
|
||||||
|
@@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@@ -20,8 +20,8 @@ Url: http://ktorrent.pwsp.net/
|
|||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Networking/File-Sharing
|
Group: Productivity/Networking/File-Sharing
|
||||||
Summary: KDE BitTorrent Client
|
Summary: KDE BitTorrent Client
|
||||||
Version: 3.0.0
|
Version: 3.0.1
|
||||||
Release: 2
|
Release: 1
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%define rversion %version
|
%define rversion %version
|
||||||
Source: %{name}-%{rversion}.tar.bz2
|
Source: %{name}-%{rversion}.tar.bz2
|
||||||
@@ -148,6 +148,8 @@ Authors:
|
|||||||
/usr/include/libbtcore
|
/usr/include/libbtcore
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 19 2008 stbinner@suse.de
|
||||||
- fix build
|
- fix build
|
||||||
* Tue Feb 19 2008 stbinner@suse.de
|
* Tue Feb 19 2008 stbinner@suse.de
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
--- plugins/infowidget/peerview.cpp 2008/02/19 10:53:21 1.1
|
--- plugins/infowidget/peerviewmodel.cpp 2008/03/25 12:17:35 1.1
|
||||||
+++ plugins/infowidget/peerview.cpp 2008/02/19 10:54:10
|
+++ plugins/infowidget/peerviewmodel.cpp 2008/03/25 12:18:16
|
||||||
@@ -45,7 +45,7 @@
|
@@ -40,7 +40,7 @@
|
||||||
static bool icons_loaded = false;
|
static bool icons_loaded = false;
|
||||||
static GeoIP* geo_ip = 0;
|
static GeoIP* geo_ip = 0;
|
||||||
static FlagDB flagDB(22, 18);
|
static FlagDB flagDB(22, 18);
|
||||||
@@ -8,8 +8,8 @@
|
|||||||
+ static bool geoip_db_exists = false;
|
+ static bool geoip_db_exists = false;
|
||||||
static QString geoip_data_file;
|
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;
|
icons_loaded = true;
|
||||||
flagDB.addFlagSource("data", QString("ktorrent/%1.png"));
|
flagDB.addFlagSource("data", QString("ktorrent/%1.png"));
|
||||||
flagDB.addFlagSource("locale", QString("l10n/%1/flag.png"));
|
flagDB.addFlagSource("locale", QString("l10n/%1/flag.png"));
|
||||||
|
Reference in New Issue
Block a user