commit libktorrent for openSUSE:Factory

2020-06-09 Thread root
Hello community,

here is the log from the commit of package libktorrent for openSUSE:Factory 
checked in at 2020-06-10 00:47:50

Comparing /work/SRC/openSUSE:Factory/libktorrent (Old)
 and  /work/SRC/openSUSE:Factory/.libktorrent.new.3606 (New)


Package is "libktorrent"

Wed Jun 10 00:47:50 2020 rev:41 rq:812720 version:2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/libktorrent/libktorrent.changes  2019-09-04 
09:11:15.306972236 +0200
+++ /work/SRC/openSUSE:Factory/.libktorrent.new.3606/libktorrent.changes
2020-06-10 00:47:51.770858131 +0200
@@ -1,0 +2,9 @@
+Mon Jun  8 13:59:41 UTC 2020 - wba...@tmo.at
+
+- Update to version 2.2.0
+  * DHT improvements (add bootstrapping from well-known nodes, fix
+replying a non 20-bytes long tokens)
+  * Quite a few small bugfixes but everything should be more stable
+  * Porting away from some deprecated methods
+
+---

Old:

  libktorrent-2.1.1.tar.xz

New:

  libktorrent-2.2.0.tar.xz



Other differences:
--
++ libktorrent.spec ++
--- /var/tmp/diff_new_pack.WhUW0P/_old  2020-06-10 00:47:52.322859575 +0200
+++ /var/tmp/diff_new_pack.WhUW0P/_new  2020-06-10 00:47:52.326859586 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libktorrent
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,10 @@
 #
 
 
-%define ktor_ver 5.1.2
+%define ktor_ver 5.2.0
 %define sonum   6
 Name:   libktorrent
-Version:2.1.1
+Version:2.2.0
 Release:0
 Summary:Torrent Downloading Library
 License:GPL-2.0-or-later

++ libktorrent-2.1.1.tar.xz -> libktorrent-2.2.0.tar.xz ++
 9589 lines of diff (skipped)




commit libktorrent for openSUSE:Factory

2019-09-04 Thread root
Hello community,

here is the log from the commit of package libktorrent for openSUSE:Factory 
checked in at 2019-09-04 09:11:10

Comparing /work/SRC/openSUSE:Factory/libktorrent (Old)
 and  /work/SRC/openSUSE:Factory/.libktorrent.new.7948 (New)


Package is "libktorrent"

Wed Sep  4 09:11:10 2019 rev:40 rq:727699 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/libktorrent/libktorrent.changes  2017-09-08 
20:43:45.412139212 +0200
+++ /work/SRC/openSUSE:Factory/.libktorrent.new.7948/libktorrent.changes
2019-09-04 09:11:15.306972236 +0200
@@ -1,0 +2,16 @@
+Sun Sep  1 19:42:51 UTC 2019 - wba...@tmo.at
+
+- Update to version 2.1.1
+  * Fix HTTP seeding (kde#382375)
+  * Fix a few issues found by clang-tidy
+  * Some build fixes that get triggered on certain versions of
+Qt/KF5 frameworks
+- Drop fix-build-with-qt5.6.patch, merged upstream
+- Drop require-lower-LibGMP.patch, no longer necessary as all
+  current distribution versions have gmp 6
+- Remove conditionals for no longer supported distribution versions
+- Add missing requirements to the devel package
+- Update URL, ktorrent.org doesn't exist any more
+- Run spec-cleaner
+
+---

Old:

  fix-build-with-qt5.6.patch
  libktorrent-2.1.tar.xz
  require-lower-LibGMP.patch

New:

  libktorrent-2.1.1.tar.xz



Other differences:
--
++ libktorrent.spec ++
--- /var/tmp/diff_new_pack.MQz8Wc/_old  2019-09-04 09:11:16.198972112 +0200
+++ /var/tmp/diff_new_pack.MQz8Wc/_new  2019-09-04 09:11:16.202972110 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libktorrent
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,45 +12,35 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define ktor_ver 5.1
-
+%define ktor_ver 5.1.2
+%define sonum   6
 Name:   libktorrent
-Version:2.1
+Version:2.1.1
 Release:0
-%define sonum   6
 Summary:Torrent Downloading Library
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/File-Sharing
-Url:http://ktorrent.org/
-Source0:
http://download.kde.org/stable/ktorrent/%{ktor_ver}/%{name}-%{version}.tar.xz
-# PATCH-FIX-OPENSUSE require-lower-LibGMP.patch
-Patch0: require-lower-LibGMP.patch
-# PATCH-FIX-UPSTREAM fix-build-with-qt5.6.patch
-Patch1: fix-build-with-qt5.6.patch
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel
-%endif
+URL:https://kde.org/applications/internet/org.kde.ktorrent/
+Source0:
https://download.kde.org/stable/ktorrent/%{ktor_ver}/%{name}-%{version}.tar.xz
 BuildRequires:  doxygen
 BuildRequires:  extra-cmake-modules
-BuildRequires:  gmp-devel >= 5.1.3
-BuildRequires:  karchive-devel
-BuildRequires:  kcrash-devel
-BuildRequires:  ki18n-devel
-BuildRequires:  kio-devel
+BuildRequires:  gmp-devel >= 6.0.0
+BuildRequires:  libboost_headers-devel
 BuildRequires:  libgcrypt-devel
-BuildRequires:  libqca-qt5-devel
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5Network)
-BuildRequires:  pkgconfig(Qt5Test)
-BuildRequires:  pkgconfig(Qt5Xml)
-BuildRequires:  solid-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  cmake(KF5Archive)
+BuildRequires:  cmake(KF5Crash)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5KIO)
+BuildRequires:  cmake(KF5Solid)
+BuildRequires:  cmake(Qca-qt5)
+BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5Network)
+BuildRequires:  cmake(Qt5Test)
+BuildRequires:  cmake(Qt5Xml)
 
 %description
 libktorrent is a torrent downloading library.
@@ -58,14 +48,16 @@
 %package devel
 Summary:Development files for libktorrent
 Group:  Development/Libraries/C and C++
-%if 0%{?suse_version} > 1325
-Requires:   libboost_headers-devel
-%else
-Requires:   boost-devel
-%endif
 Requires:   gmp-devel
 Requires:   libKF5Torrent%{sonum} = %{version}
-Requires:   libqca-qt5-devel
+Requires:   libboost_headers-devel
+Requires:   libgcrypt-devel
+Requires:   cmake(KF5Archive)
+Requires:   cmake(KF5Config)
+Requires:   cmake(KF5KIO)
+Requires:   cmake(Qca-qt5)
+Requires:   cmake(Qt5Core)
+Requires:   cmake(Qt5Network)
 
 %description 

commit libktorrent for openSUSE:Factory

2017-09-08 Thread root
Hello community,

here is the log from the commit of package libktorrent for openSUSE:Factory 
checked in at 2017-09-08 20:43:44

Comparing /work/SRC/openSUSE:Factory/libktorrent (Old)
 and  /work/SRC/openSUSE:Factory/.libktorrent.new (New)


Package is "libktorrent"

Fri Sep  8 20:43:44 2017 rev:39 rq:520877 version:2.1

Changes:

--- /work/SRC/openSUSE:Factory/libktorrent/libktorrent.changes  2017-02-16 
16:46:24.258441561 +0100
+++ /work/SRC/openSUSE:Factory/.libktorrent.new/libktorrent.changes 
2017-09-08 20:43:45.412139212 +0200
@@ -1,0 +2,8 @@
+Sat Sep  2 09:20:11 UTC 2017 - wba...@tmo.at
+
+- Update to version 2.1.0
+- Update build requirements
+- Add fix-build-with-qt5.6.patch to fix build with Qt 5.6 or lower
+- Drop Fix-logging-framework-spamming.patch, merged upstream
+
+---

Old:

  Fix-logging-framework-spamming.patch
  libktorrent-2.0.1.tar.xz

New:

  fix-build-with-qt5.6.patch
  libktorrent-2.1.tar.xz



Other differences:
--
++ libktorrent.spec ++
--- /var/tmp/diff_new_pack.EOeAJk/_old  2017-09-08 20:43:45.992057675 +0200
+++ /var/tmp/diff_new_pack.EOeAJk/_new  2017-09-08 20:43:45.996057113 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define ktor_ver 5.0
+%define ktor_ver 5.1
 
 Name:   libktorrent
-Version:2.0.1
+Version:2.1
 Release:0
 %define sonum   6
 Summary:Torrent Downloading Library
@@ -29,8 +29,8 @@
 Source0:
http://download.kde.org/stable/ktorrent/%{ktor_ver}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE require-lower-LibGMP.patch
 Patch0: require-lower-LibGMP.patch
-# PATCH-FIX-UPSTREAM Fix-logging-framework-spamming.patch
-Patch1: Fix-logging-framework-spamming.patch
+# PATCH-FIX-UPSTREAM fix-build-with-qt5.6.patch
+Patch1: fix-build-with-qt5.6.patch
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
@@ -40,16 +40,16 @@
 BuildRequires:  extra-cmake-modules
 BuildRequires:  gmp-devel >= 5.1.3
 BuildRequires:  karchive-devel
-BuildRequires:  kdelibs4support-devel
+BuildRequires:  kcrash-devel
 BuildRequires:  ki18n-devel
 BuildRequires:  kio-devel
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libqca-qt5-devel
 BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Network)
 BuildRequires:  pkgconfig(Qt5Test)
-BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  pkgconfig(Qt5Xml)
+BuildRequires:  solid-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -64,23 +64,23 @@
 Requires:   boost-devel
 %endif
 Requires:   gmp-devel
-Requires:   libktorrent%{sonum} = %{version}
+Requires:   libKF5Torrent%{sonum} = %{version}
 Requires:   libqca-qt5-devel
 
 %description devel
 This package includes the necessary files for development using libktorrent.
 
-%package -n libktorrent%{sonum}
+%package -n libKF5Torrent%{sonum}
 Summary:Torrent Downloading Library
 Group:  System/Libraries
-Recommends: libktorrent%{sonum}-lang = %{version}
+Recommends: %{name}-lang = %{version}
 Provides:   %{name} = %{version}
 Obsoletes:  %{name} < %{version}
 
-%description -n libktorrent%{sonum}
+%description -n libKF5Torrent%{sonum}
 libktorrent is a torrent downloading library.
 
-%lang_package -n libktorrent%{sonum}
+%lang_package
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
@@ -93,24 +93,24 @@
 %install
 %kf5_makeinstall -C build
 
-%find_lang %{name}
+%find_lang libktorrent5 %{name}.lang
 
-%post -n libktorrent%{sonum} -p /sbin/ldconfig
+%post -n libKF5Torrent%{sonum} -p /sbin/ldconfig
 
-%postun -n libktorrent%{sonum} -p /sbin/ldconfig
+%postun -n libKF5Torrent%{sonum} -p /sbin/ldconfig
 
 %files devel
 %defattr(-,root,root,-)
-%{_includedir}/libktorrent/
-%{_libdir}/libktorrent.so
-%{_libdir}/cmake/LibKTorrent/
+%{_kf5_includedir}/libktorrent/
+%{_kf5_libdir}/libKF5Torrent.so
+%{_kf5_cmakedir}/KF5Torrent/
 
-%files -n libktorrent%{sonum}
+%files -n libKF5Torrent%{sonum}
 %defattr(-,root,root,-)
 %doc COPYING ChangeLog RoadMap
-%{_libdir}/libktorrent.so.%{sonum}*
+%{_kf5_libdir}/libKF5Torrent.so.%{sonum}*
 
-%files -n libktorrent%{sonum}-lang -f %{name}.lang
+%files lang -f %{name}.lang
 %defattr(-,root,root,-)
 
 %changelog

++ fix-build-with-qt5.6.patch ++
>From bcb17b62ff492a7bc7d65c59a5b0a3513199c65d Mon Sep 17 00:00:00 2001
From: Wolfgang Bauer 
Date: Thu, 31 Aug 2017 18:52:26 +0200
Subject: Fix build with Qt 5.6 or lower

qAsConst() is only available since Qt 5.7.0, but the specified minimum
Qt version is 5.2.0.
This partially reverts commit d671f62febfe2bedeae9c427c58a02675dabd9cb
in case of building with a lower Qt version 

commit libktorrent for openSUSE:Factory

2017-02-16 Thread root
Hello community,

here is the log from the commit of package libktorrent for openSUSE:Factory 
checked in at 2017-02-16 16:46:23

Comparing /work/SRC/openSUSE:Factory/libktorrent (Old)
 and  /work/SRC/openSUSE:Factory/.libktorrent.new (New)


Package is "libktorrent"

Changes:

--- /work/SRC/openSUSE:Factory/libktorrent/libktorrent.changes  2017-02-10 
09:50:16.351257008 +0100
+++ /work/SRC/openSUSE:Factory/.libktorrent.new/libktorrent.changes 
2017-02-16 16:46:24.258441561 +0100
@@ -1,0 +2,5 @@
+Sat Feb 11 23:00:32 UTC 2017 - jeng...@inai.de
+
+- Fix RPM group, remove redundant %clean section.
+
+---



Other differences:
--
++ libktorrent.spec ++
--- /var/tmp/diff_new_pack.4veYiC/_old  2017-02-16 16:46:24.718376249 +0100
+++ /var/tmp/diff_new_pack.4veYiC/_new  2017-02-16 16:46:24.722375682 +0100
@@ -72,7 +72,7 @@
 
 %package -n libktorrent%{sonum}
 Summary:Torrent Downloading Library
-Group:  Productivity/Networking/File-Sharing
+Group:  System/Libraries
 Recommends: libktorrent%{sonum}-lang = %{version}
 Provides:   %{name} = %{version}
 Obsoletes:  %{name} < %{version}
@@ -95,9 +95,6 @@
 
 %find_lang %{name}
 
-%clean
-rm -rf %{buildroot}
-
 %post -n libktorrent%{sonum} -p /sbin/ldconfig
 
 %postun -n libktorrent%{sonum} -p /sbin/ldconfig




commit libktorrent for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package libktorrent for openSUSE:Factory 
checked in at 2017-02-10 09:49:42

Comparing /work/SRC/openSUSE:Factory/libktorrent (Old)
 and  /work/SRC/openSUSE:Factory/.libktorrent.new (New)


Package is "libktorrent"

Changes:

--- /work/SRC/openSUSE:Factory/libktorrent/libktorrent.changes  2016-10-28 
12:26:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.libktorrent.new/libktorrent.changes 
2017-02-10 09:50:16.351257008 +0100
@@ -1,0 +2,5 @@
+Wed Feb  1 13:00:35 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ libktorrent.spec ++
--- /var/tmp/diff_new_pack.UVordK/_old  2017-02-10 09:50:17.063156352 +0100
+++ /var/tmp/diff_new_pack.UVordK/_new  2017-02-10 09:50:17.067155787 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libktorrent
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,7 +31,11 @@
 Patch0: require-lower-LibGMP.patch
 # PATCH-FIX-UPSTREAM Fix-logging-framework-spamming.patch
 Patch1: Fix-logging-framework-spamming.patch
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  doxygen
 BuildRequires:  extra-cmake-modules
 BuildRequires:  gmp-devel >= 5.1.3
@@ -54,7 +58,11 @@
 %package devel
 Summary:Development files for libktorrent
 Group:  Development/Libraries/C and C++
+%if 0%{?suse_version} > 1325
+Requires:   libboost_headers-devel
+%else
 Requires:   boost-devel
+%endif
 Requires:   gmp-devel
 Requires:   libktorrent%{sonum} = %{version}
 Requires:   libqca-qt5-devel




commit libktorrent for openSUSE:Factory

2016-10-28 Thread h_root
Hello community,

here is the log from the commit of package libktorrent for openSUSE:Factory 
checked in at 2016-10-28 12:26:30

Comparing /work/SRC/openSUSE:Factory/libktorrent (Old)
 and  /work/SRC/openSUSE:Factory/.libktorrent.new (New)


Package is "libktorrent"

Changes:

--- /work/SRC/openSUSE:Factory/libktorrent/libktorrent.changes  2016-09-07 
11:43:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.libktorrent.new/libktorrent.changes 
2016-10-28 12:26:32.0 +0200
@@ -1,0 +2,5 @@
+Sun Oct 23 21:54:45 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Added Fix-logging-framework-spamming.patch (kde#362195)
+
+---

New:

  Fix-logging-framework-spamming.patch



Other differences:
--
++ libktorrent.spec ++
--- /var/tmp/diff_new_pack.vOOB6M/_old  2016-10-28 12:26:33.0 +0200
+++ /var/tmp/diff_new_pack.vOOB6M/_new  2016-10-28 12:26:33.0 +0200
@@ -29,6 +29,8 @@
 Source0:
http://download.kde.org/stable/ktorrent/%{ktor_ver}/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE require-lower-LibGMP.patch
 Patch0: require-lower-LibGMP.patch
+# PATCH-FIX-UPSTREAM Fix-logging-framework-spamming.patch
+Patch1: Fix-logging-framework-spamming.patch
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
 BuildRequires:  extra-cmake-modules
@@ -74,6 +76,7 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 %cmake_kf5 -d build

++ Fix-logging-framework-spamming.patch ++
From: Martin T. H. Sandsmark 
Date: Thu, 06 Oct 2016 21:43:46 +
Subject: Fix logging framework spamming
X-Git-Url: 
http://quickgit.kde.org/?p=libktorrent.git=commitdiff=a65d69e68ad860601c23bc7d4dadbded10a81072
---
Fix logging framework spamming

3945a53ba65125b430e1f681deb2558d01ab052a forced the logging framework to
always print all log information (including debug logs) to standard out,
this makes it respect the to_stdout again.

BUG: 362195
---


--- a/src/util/log.cpp
+++ b/src/util/log.cpp
@@ -276,7 +276,7 @@
void InitLog(const QString & file,bool rotate,bool 
handle_qt_messages,bool to_stdout)
{
global_log->setOutputFile(file,rotate,handle_qt_messages);
-   global_log->setOutputToConsole(true);
+   global_log->setOutputToConsole(to_stdout);
}
 
void AddLogMonitor(LogMonitorInterface* m)



commit libktorrent for openSUSE:Factory

2016-09-07 Thread h_root
Hello community,

here is the log from the commit of package libktorrent for openSUSE:Factory 
checked in at 2016-09-07 11:43:37

Comparing /work/SRC/openSUSE:Factory/libktorrent (Old)
 and  /work/SRC/openSUSE:Factory/.libktorrent.new (New)


Package is "libktorrent"

Changes:

--- /work/SRC/openSUSE:Factory/libktorrent/libktorrent.changes  2016-05-31 
12:12:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.libktorrent.new/libktorrent.changes 
2016-09-07 11:43:40.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep  4 14:57:47 UTC 2016 - astie...@suse.com
+
+- libktorrent 2.0.1:
+  * Fix ui lags and hangs when downloading to ntfs partition
+
+---

Old:

  libktorrent-2.0.tar.xz

New:

  libktorrent-2.0.1.tar.xz



Other differences:
--
++ libktorrent.spec ++
--- /var/tmp/diff_new_pack.sRxBjN/_old  2016-09-07 11:43:41.0 +0200
+++ /var/tmp/diff_new_pack.sRxBjN/_new  2016-09-07 11:43:41.0 +0200
@@ -19,7 +19,7 @@
 %define ktor_ver 5.0
 
 Name:   libktorrent
-Version:2.0
+Version:2.0.1
 Release:0
 %define sonum   6
 Summary:Torrent Downloading Library

++ libktorrent-2.0.tar.xz -> libktorrent-2.0.1.tar.xz ++
 4450 lines of diff (skipped)




commit libktorrent for openSUSE:Factory

2016-05-31 Thread h_root
Hello community,

here is the log from the commit of package libktorrent for openSUSE:Factory 
checked in at 2016-05-31 12:12:49

Comparing /work/SRC/openSUSE:Factory/libktorrent (Old)
 and  /work/SRC/openSUSE:Factory/.libktorrent.new (New)


Package is "libktorrent"

Changes:

--- /work/SRC/openSUSE:Factory/libktorrent/libktorrent.changes  2016-04-22 
16:16:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.libktorrent.new/libktorrent.changes 
2016-05-31 12:12:51.0 +0200
@@ -1,0 +2,6 @@
+Fri Apr 29 18:58:13 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Added require-lower-LibGMP.patch: 6.0.0 version was chosen
+  randomly, and we know the code compiles with at least 5.1.3
+
+---

New:

  require-lower-LibGMP.patch



Other differences:
--
++ libktorrent.spec ++
--- /var/tmp/diff_new_pack.76qmCn/_old  2016-05-31 12:12:52.0 +0200
+++ /var/tmp/diff_new_pack.76qmCn/_new  2016-05-31 12:12:52.0 +0200
@@ -27,10 +27,12 @@
 Group:  Productivity/Networking/File-Sharing
 Url:http://ktorrent.org/
 Source0:
http://download.kde.org/stable/ktorrent/%{ktor_ver}/%{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE require-lower-LibGMP.patch
+Patch0: require-lower-LibGMP.patch
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
 BuildRequires:  extra-cmake-modules
-BuildRequires:  gmp-devel
+BuildRequires:  gmp-devel >= 5.1.3
 BuildRequires:  karchive-devel
 BuildRequires:  kdelibs4support-devel
 BuildRequires:  ki18n-devel
@@ -71,6 +73,7 @@
 %lang_package -n libktorrent%{sonum}
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -p1
 
 %build
 %cmake_kf5 -d build

++ require-lower-LibGMP.patch ++
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fab39f2..7790d39 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,7 +26,7 @@ include(ECMSetupVersion)
 include(ECMPackageConfigHelpers)
 
 set(Boost_MIN_VERSION "1.34.0")
-set(LibGMP_MIN_VERSION "6.0.0")
+set(LibGMP_MIN_VERSION "5.1.3")
 set(LibGcrypt_MIN_VERSION "1.4.5")
 set(KF5_MIN_VERSION "5.15")
 set(QT_MIN_VERSION "5.2.0")



commit libktorrent for openSUSE:Factory

2016-04-22 Thread h_root
Hello community,

here is the log from the commit of package libktorrent for openSUSE:Factory 
checked in at 2016-04-22 16:16:56

Comparing /work/SRC/openSUSE:Factory/libktorrent (Old)
 and  /work/SRC/openSUSE:Factory/.libktorrent.new (New)


Package is "libktorrent"

Changes:

--- /work/SRC/openSUSE:Factory/libktorrent/libktorrent.changes  2013-01-22 
22:22:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.libktorrent.new/libktorrent.changes 
2016-04-22 16:16:57.0 +0200
@@ -1,0 +2,9 @@
+Sat Apr 16 11:33:32 UTC 2016 - tittiatc...@gmail.com
+
+- Update to version 2.0
+  * Ported to Qt5/KF5
+  * QHttp-based tracker communication was dropped in favour of KIO-based one
+  * Optimize queue data structures shown up be callgrind
+  * fix issues found by Coverity static analyzer
+
+---

Old:

  libktorrent-1.3.1.tar.bz2

New:

  libktorrent-2.0.tar.xz



Other differences:
--
++ libktorrent.spec ++
--- /var/tmp/diff_new_pack.VwfEJq/_old  2016-04-22 16:16:58.0 +0200
+++ /var/tmp/diff_new_pack.VwfEJq/_new  2016-04-22 16:16:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libktorrent
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,32 @@
 #
 
 
+%define ktor_ver 5.0
+
 Name:   libktorrent
-Version:1.3.1
+Version:2.0
 Release:0
-%define sonum   5
+%define sonum   6
 Summary:Torrent Downloading Library
 License:GPL-2.0+
 Group:  Productivity/Networking/File-Sharing
 Url:http://ktorrent.org/
-Source0:http://ktorrent.org/downloads/4.3.1/%{name}-%{version}.tar.bz2
+Source0:
http://download.kde.org/stable/ktorrent/%{ktor_ver}/%{name}-%{version}.tar.xz
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
+BuildRequires:  extra-cmake-modules
 BuildRequires:  gmp-devel
+BuildRequires:  karchive-devel
+BuildRequires:  kdelibs4support-devel
+BuildRequires:  ki18n-devel
+BuildRequires:  kio-devel
 BuildRequires:  libgcrypt-devel
-BuildRequires:  libkde4-devel
-BuildRequires:  libqca2-devel
+BuildRequires:  libqca-qt5-devel
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Network)
+BuildRequires:  pkgconfig(Qt5Test)
+BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -39,7 +50,10 @@
 %package devel
 Summary:Development files for libktorrent
 Group:  Development/Libraries/C and C++
+Requires:   boost-devel
+Requires:   gmp-devel
 Requires:   libktorrent%{sonum} = %{version}
+Requires:   libqca-qt5-devel
 
 %description devel
 This package includes the necessary files for development using libktorrent.
@@ -59,21 +73,11 @@
 %setup -q -n %{name}-%{version}
 
 %build
-%cmake_kde4 -d build
+%cmake_kf5 -d build
 %make_jobs
 
 %install
-cd build
-%kde4_makeinstall
-cd ..
-
-# Remove unneeded locales
-%if 0%{?suse_version} && 0%{?suse_version} < 1140
- rm -rf %{buildroot}%{_datadir}/locale/ast/
- rm -rf %{buildroot}%{_datadir}/locale/hne/
- rm -rf %{buildroot}%{_datadir}/locale/sr@ijekavian/
- rm -rf %{buildroot}%{_datadir}/locale/sr@ijekavianlatin/
-%endif
+%kf5_makeinstall -C build
 
 %find_lang %{name}
 
@@ -86,14 +90,14 @@
 
 %files devel
 %defattr(-,root,root,-)
-%{_kde4_includedir}/libktorrent/
-%{_kde4_libdir}/libktorrent.so
-%{_kde4_appsdir}/cmake/modules/FindKTorrent.cmake
+%{_includedir}/libktorrent/
+%{_libdir}/libktorrent.so
+%{_libdir}/cmake/LibKTorrent/
 
 %files -n libktorrent%{sonum}
 %defattr(-,root,root,-)
 %doc COPYING ChangeLog RoadMap
-%{_kde4_libdir}/libktorrent.so.%{sonum}*
+%{_libdir}/libktorrent.so.%{sonum}*
 
 %files -n libktorrent%{sonum}-lang -f %{name}.lang
 %defattr(-,root,root,-)




commit libktorrent for openSUSE:Factory

2013-01-22 Thread h_root
Hello community,

here is the log from the commit of package libktorrent for openSUSE:Factory 
checked in at 2013-01-22 22:22:11

Comparing /work/SRC/openSUSE:Factory/libktorrent (Old)
 and  /work/SRC/openSUSE:Factory/.libktorrent.new (New)


Package is libktorrent, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libktorrent/libktorrent.changes  2012-09-11 
07:58:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.libktorrent.new/libktorrent.changes 
2013-01-22 22:22:13.0 +0100
@@ -1,0 +2,16 @@
+Fri Jan 18 10:33:50 UTC 2013 - nico.kru...@gmail.com
+
+- Update to version 1.3.1
+  * Add workaround for broken handling of btrfs subvolumes by
+solid (kde#306825)
+  * Fix crash when preallocating diskspace when a file is enabled
+during the download of a torrent (kde#307178) 
+  * Make sure stats get updated properly during data check
+(kde#308707)
+  * Bind peer sockets to preferred interface for outbound
+connections
+  * Fix bug causing UDP connections not to get established on
+FreeBSD because FIONREAD returns the size of the data and the
+peer address (Review: 108076)
+
+---

Old:

  libktorrent-1.3.0.tar.bz2

New:

  libktorrent-1.3.1.tar.bz2



Other differences:
--
++ libktorrent.spec ++
--- /var/tmp/diff_new_pack.qxyta2/_old  2013-01-22 22:22:14.0 +0100
+++ /var/tmp/diff_new_pack.qxyta2/_new  2013-01-22 22:22:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libktorrent
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:   libktorrent
-Version:1.3.0
+Version:1.3.1
 Release:0
 %define sonum   5
 Summary:Torrent Downloading Library
 License:GPL-2.0+
 Group:  Productivity/Networking/File-Sharing
 Url:http://ktorrent.org/
-Source0:http://ktorrent.org/downloads/4.3.0/%{name}-%{version}.tar.bz2
+Source0:http://ktorrent.org/downloads/4.3.1/%{name}-%{version}.tar.bz2
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
 BuildRequires:  gmp-devel

++ libktorrent-1.3.0.tar.bz2 - libktorrent-1.3.1.tar.bz2 ++
 18056 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libktorrent for openSUSE:Factory

2012-06-25 Thread h_root
Hello community,

here is the log from the commit of package libktorrent for openSUSE:Factory 
checked in at 2012-06-25 12:33:56

Comparing /work/SRC/openSUSE:Factory/libktorrent (Old)
 and  /work/SRC/openSUSE:Factory/.libktorrent.new (New)


Package is libktorrent, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libktorrent/libktorrent.changes  2012-03-07 
13:43:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.libktorrent.new/libktorrent.changes 
2012-06-25 12:33:58.0 +0200
@@ -1,0 +2,9 @@
+Wed Jun 20 08:10:42 UTC 2012 - m...@suse.com
+
+- Update to version 1.2.1
+  * Fix deadlock in webseeding code (295719)
+  * Fix individual torrent download limit not working
+  * Fix build on FreeBSD
+  * Fix crash due to attempting to call pop_front on an empty list (299536)
+
+---

Old:

  libktorrent-1.2.0.tar.bz2

New:

  libktorrent-1.2.1-2.tar.bz2



Other differences:
--
++ libktorrent.spec ++
--- /var/tmp/diff_new_pack.CN2xfR/_old  2012-06-25 12:34:00.0 +0200
+++ /var/tmp/diff_new_pack.CN2xfR/_new  2012-06-25 12:34:00.0 +0200
@@ -16,14 +16,16 @@
 #
 
 
+%define _tarname 1.2.1-2
+
 Name:   libktorrent
-Version:1.2.0
+Version:1.2.1
 Release:0
 Summary:Torrent Downloading Library
 License:GPL-2.0+
 Group:  Productivity/Networking/File-Sharing
 Url:http://ktorrent.org/
-Source0:http://ktorrent.org/downloads/4.2.0/%{name}-%{version}.tar.bz2
+Source0:http://ktorrent.org/downloads/4.2.1/%{name}-%{_tarname}.tar.bz2
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
 BuildRequires:  gmp-devel
@@ -53,7 +55,7 @@
 
 %lang_package -n libktorrent4
 %prep
-%setup -q
+%setup -q -n %{name}-%{_tarname}
 
 %build
 %cmake_kde4 -d build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libktorrent for openSUSE:Factory

2012-03-07 Thread h_root
Hello community,

here is the log from the commit of package libktorrent for openSUSE:Factory 
checked in at 2012-03-07 13:43:01

Comparing /work/SRC/openSUSE:Factory/libktorrent (Old)
 and  /work/SRC/openSUSE:Factory/.libktorrent.new (New)


Package is libktorrent, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libktorrent/libktorrent.changes  2011-11-25 
23:04:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.libktorrent.new/libktorrent.changes 
2012-03-07 13:43:04.0 +0100
@@ -1,0 +2,32 @@
+Tue Mar  6 10:12:46 UTC 2012 - m...@suse.com
+
+- Update to version 1.2.0, also lists changes what changed in rc1
+  * Fix large file preallocation when not using quick preallocation in some 
cases
+  * Disable current open file checking, it causes performance issues in some 
situations
+  * Don't use the gcrypt version macro in it's version check
+  * Make it possible to check data on chunk ranges instead of the entire 
torrent
+  * Move data file jobs are now done one after the other
+  * Implement partial seeding extension
+  * Add support for IPv6 traffic class field
+  * Make sure a torrent is restarted when it was auto stopped and more files 
are selected for downloading
+  * Emit finished signal when torrent is found completely downloaded in data 
check
+  * Seeders and leechers shown in view is now the maximum of all trackers and 
not the sum
+  * Do not add trackers with unsupported protocols
+  * Improve SIGBUS handling, fixes a crash
+  * Remove usage of several deprecated KDE3 networking classes
+  * Remove obsolete functions of data check during upload
+  * Simplify blocklist interface
+  * Revamp networking code
+  * Remove thread from DHT code
+  * Prevent file descriptor exhaustion from happening
+  * Do not count non piece data in upload speed calculation
+  * Fix IPv6 address parsing bug
+  * Improve performance of µTP code
+  * Fix crash in DHT packet receive code
+  * Fill ip parameter of tracker announce with current IPv6 address if not 
filled in by user in settings
+  * Fix crash in PeerManager
+  * Fix crash at exit when datachecker job is running
+  * Fix crash due to bug in smaller then operator of net::Address
+  * Fix crash due to race condition in logging initialization
+
+---

Old:

  libktorrent-1.1.3.tar.bz2

New:

  libktorrent-1.2.0.tar.bz2



Other differences:
--
++ libktorrent.spec ++
--- /var/tmp/diff_new_pack.zcaoXB/_old  2012-03-07 13:43:05.0 +0100
+++ /var/tmp/diff_new_pack.zcaoXB/_new  2012-03-07 13:43:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libktorrent
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   libktorrent
-Version:1.1.3
-Release:1
-License:GPL-2.0+
+Version:1.2.0
+Release:0
 Summary:Torrent Downloading Library
-Url:http://ktorrent.org/
+License:GPL-2.0+
 Group:  Productivity/Networking/File-Sharing
-Source0:http://ktorrent.org/downloads/4.1.3/%{name}-%{version}.tar.bz2
+Url:http://ktorrent.org/
+Source0:http://ktorrent.org/downloads/4.2.0/%{name}-%{version}.tar.bz2
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
 BuildRequires:  gmp-devel
@@ -37,24 +36,22 @@
 libktorrent is a torrent downloading library.
 
 %package devel
-License:GPL-2.0+
 Summary:Development files for libktorrent
 Group:  Development/Libraries/C and C++
-Requires:   libktorrent3 = %{version}
+Requires:   libktorrent4 = %{version}
 
 %description devel
 This package includes the necessary files for development using libktorrent.
 
-%package -n libktorrent3
-License:GPL-2.0+
+%package -n libktorrent4
 Summary:Torrent Downloading Library
 Group:  Productivity/Networking/File-Sharing
-Recommends: libktorrent3-lang = %{version}
+Recommends: libktorrent4-lang = %{version}
 
-%description -n libktorrent3
+%description -n libktorrent4
 libktorrent is a torrent downloading library.
 
-%lang_package -n libktorrent3
+%lang_package -n libktorrent4
 %prep
 %setup -q
 
@@ -80,9 +77,9 @@
 %clean
 rm -rf %{buildroot}
 
-%post -n libktorrent3 -p /sbin/ldconfig
+%post -n libktorrent4 -p /sbin/ldconfig
 
-%postun -n libktorrent3 -p /sbin/ldconfig
+%postun -n libktorrent4 -p /sbin/ldconfig
 
 %files devel
 %defattr(-,root,root,-)
@@ -90,12 +87,12 @@
 %{_kde4_libdir}/libktorrent.so
 

commit libktorrent for openSUSE:Factory

2011-11-25 Thread h_root
Hello community,

here is the log from the commit of package libktorrent for openSUSE:Factory 
checked in at 2011-11-25 23:11:41

Comparing /work/SRC/openSUSE:Factory/libktorrent (Old)
 and  /work/SRC/openSUSE:Factory/.libktorrent.new (New)


Package is libktorrent, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libktorrent/libktorrent.changes  2011-09-23 
02:08:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.libktorrent.new/libktorrent.changes 
2011-11-25 23:04:40.0 +0100
@@ -1,0 +2,11 @@
+Thu Nov 24 20:18:48 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to 1.1.3:
+  * Fix bug causing UPnP not to work properly if there is a question mark in
+the controlurl
+  * Fix crash in webseed code (kde#281605)
+- Spec file updates:
+  * Changes based on spec-cleaner run.
+  * Renamed License: to GPL-2.0+ (SPDX style).
+
+---

Old:

  libktorrent-1.1.2.tar.bz2

New:

  libktorrent-1.1.3.tar.bz2



Other differences:
--
++ libktorrent.spec ++
--- /var/tmp/diff_new_pack.Ojhvuo/_old  2011-11-25 23:04:42.0 +0100
+++ /var/tmp/diff_new_pack.Ojhvuo/_new  2011-11-25 23:04:42.0 +0100
@@ -18,29 +18,27 @@
 
 
 Name:   libktorrent
-Version:1.1.2
+Version:1.1.3
 Release:1
+License:GPL-2.0+
 Summary:Torrent Downloading Library
-
-License:GPLv2+
 Url:http://ktorrent.org/
 Group:  Productivity/Networking/File-Sharing
-Source0:http://ktorrent.org/downloads/4.1.1/%{name}-%{version}.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
+Source0:http://ktorrent.org/downloads/4.1.3/%{name}-%{version}.tar.bz2
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
 BuildRequires:  gmp-devel
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libkde4-devel
 BuildRequires:  libqca2-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 libktorrent is a torrent downloading library.
 
 %package devel
+License:GPL-2.0+
 Summary:Development files for libktorrent
-License:GPLv2+
 Group:  Development/Libraries/C and C++
 Requires:   libktorrent3 = %{version}
 
@@ -48,8 +46,8 @@
 This package includes the necessary files for development using libktorrent.
 
 %package -n libktorrent3
+License:GPL-2.0+
 Summary:Torrent Downloading Library
-License:GPLv2+
 Group:  Productivity/Networking/File-Sharing
 Recommends: libktorrent3-lang = %{version}
 

++ libktorrent-1.1.2.tar.bz2 - libktorrent-1.1.3.tar.bz2 ++
 12571 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libktorrent for openSUSE:Factory

2011-08-23 Thread h_root

Hello community,

here is the log from the commit of package libktorrent for openSUSE:Factory
checked in at Tue Aug 23 15:21:32 CEST 2011.




--- libktorrent/libktorrent.changes 2011-05-02 22:05:07.0 +0200
+++ /mounts/work_src_done/STABLE/libktorrent/libktorrent.changes
2011-08-17 09:58:13.0 +0200
@@ -1,0 +2,11 @@
+Wed Aug 17 07:55:49 UTC 2011 - jav...@opensuse.org
+
+- Update to 1.1.2:
+  * Fix bug causing time left calculation to return something when 
+a torrent is paused (bko#272182)
+  * Improve performance of UTP delay window algorithm
+  * Fix files not getting downloaded when they change from only 
+seed to some other priority
+  * Fix crash when cleaning up mse::StreamSocket (bko#277076)
+
+---

calling whatdependson for head-i586


Old:

  libktorrent-1.1.1.tar.bz2

New:

  libktorrent-1.1.2.tar.bz2



Other differences:
--
++ libktorrent.spec ++
--- /var/tmp/diff_new_pack.VxOTF2/_old  2011-08-23 15:21:20.0 +0200
+++ /var/tmp/diff_new_pack.VxOTF2/_new  2011-08-23 15:21:20.0 +0200
@@ -18,8 +18,8 @@
 
 
 Name:   libktorrent
-Version:1.1.1
-Release:2
+Version:1.1.2
+Release:1
 Summary:Torrent Downloading Library
 
 License:GPLv2+

++ libktorrent-1.1.1.tar.bz2 - libktorrent-1.1.2.tar.bz2 ++
 16310 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libktorrent for openSUSE:Factory

2011-05-18 Thread h_root

Hello community,

here is the log from the commit of package libktorrent for openSUSE:Factory
checked in at Wed May 18 10:31:08 CEST 2011.




--- libktorrent/libktorrent.changes 2011-05-02 02:53:01.0 +0200
+++ /mounts/work_src_done/STABLE/libktorrent/libktorrent.changes
2011-05-02 22:05:07.0 +0200
@@ -1,0 +2,8 @@
+Mon May  2 20:04:12 UTC 2011 - asterios.dra...@gmail.com
+
+- Spec file updates:
+  * Simplified License: to GPLv2+ which is the main license.
+  * Fix locales removal if suse_version is not set.
+  * %kde_post_install is not needed.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libktorrent.spec ++
--- /var/tmp/diff_new_pack.iENXwd/_old  2011-05-18 10:30:42.0 +0200
+++ /var/tmp/diff_new_pack.iENXwd/_new  2011-05-18 10:30:42.0 +0200
@@ -19,10 +19,10 @@
 
 Name:   libktorrent
 Version:1.1.1
-Release:1
+Release:2
 Summary:Torrent Downloading Library
 
-License:GPLv2+ and LGPLv2+ and MIT and BSD
+License:GPLv2+
 Url:http://ktorrent.org/
 Group:  Productivity/Networking/File-Sharing
 Source0:http://ktorrent.org/downloads/4.1.1/%{name}-%{version}.tar.bz2
@@ -40,7 +40,7 @@
 
 %package devel
 Summary:Development files for libktorrent
-License:GPLv2+ and LGPLv2+ and MIT and BSD
+License:GPLv2+
 Group:  Development/Libraries/C and C++
 Requires:   libktorrent3 = %{version}
 
@@ -49,7 +49,7 @@
 
 %package -n libktorrent3
 Summary:Torrent Downloading Library
-License:GPLv2+ and LGPLv2+ and MIT and BSD
+License:GPLv2+
 Group:  Productivity/Networking/File-Sharing
 Recommends: libktorrent3-lang = %{version}
 
@@ -70,7 +70,7 @@
 cd ..
 
 # Remove unneeded locales
-%if 0%{?suse_version}  1140
+%if 0%{?suse_version}  0%{?suse_version}  1140
  rm -rf %{buildroot}%{_datadir}/locale/ast/
  rm -rf %{buildroot}%{_datadir}/locale/hne/
  rm -rf %{buildroot}%{_datadir}/locale/sr@ijekavian/
@@ -79,8 +79,6 @@
 
 %find_lang %{name}
 
-%kde_post_install
-
 %clean
 rm -rf %{buildroot}
 






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libktorrent for openSUSE:Factory

2011-05-03 Thread h_root

Hello community,

here is the log from the commit of package libktorrent for openSUSE:Factory
checked in at Tue May 3 09:29:47 CEST 2011.




--- libktorrent/libktorrent.changes 2011-03-17 07:53:07.0 +0100
+++ /mounts/work_src_done/STABLE/libktorrent/libktorrent.changes
2011-05-02 02:53:01.0 +0200
@@ -1,0 +2,10 @@
+Mon May  2 00:50:56 UTC 2011 - jav...@opensuse.org
+
+- Update to 1.1.1
+  * Fix deadlock in utp::OutputQueue when packet sending fails
+  * Fix bug causing scrape not to be done after first announce 
+  * Fix crash in DHT code caused by invalid addresses (269657)
+  * Fix crash in DHT code caused by unsynchronized access to a QSet (270127)
+  * Fix bug causing running time to be wrong when pausing torrents (271521)
+
+---

calling whatdependson for head-i586


Old:

  libktorrent-1.1.0.tar.bz2

New:

  libktorrent-1.1.1.tar.bz2



Other differences:
--
++ libktorrent.spec ++
--- /var/tmp/diff_new_pack.B8qLiF/_old  2011-05-03 09:28:44.0 +0200
+++ /var/tmp/diff_new_pack.B8qLiF/_new  2011-05-03 09:28:44.0 +0200
@@ -18,14 +18,14 @@
 
 
 Name:   libktorrent
-Version:1.1.0
+Version:1.1.1
 Release:1
 Summary:Torrent Downloading Library
 
 License:GPLv2+ and LGPLv2+ and MIT and BSD
 Url:http://ktorrent.org/
 Group:  Productivity/Networking/File-Sharing
-Source0:http://ktorrent.org/downloads/4.1.0/%{name}-%{version}.tar.bz2
+Source0:http://ktorrent.org/downloads/4.1.1/%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  boost-devel

++ libktorrent-1.1.0.tar.bz2 - libktorrent-1.1.1.tar.bz2 ++
 18241 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libktorrent for openSUSE:Factory

2011-03-17 Thread h_root

Hello community,

here is the log from the commit of package libktorrent for openSUSE:Factory
checked in at Thu Mar 17 10:27:56 CET 2011.




--- libktorrent/libktorrent.changes 2011-02-26 11:31:03.0 +0100
+++ /mounts/work_src_done/STABLE/libktorrent/libktorrent.changes
2011-03-17 07:53:07.0 +0100
@@ -1,0 +2,15 @@
+Wed Mar 16 18:01:19 UTC 2011 - asterios.dra...@gmail.com
+
+- Update to 1.1.0:
+  * Improve performance of chunk selection code when there are many chunks
+  * Fix crash in peer authentication cleanup (bko#266622)
+  * Fix crash due to SIGBUS handler being overwritten by KDE's crash dialog
+system (bko#266842)
+  * Be more lenient towards torrents with wrong announce-list field
+(bko#268145)
+  * Fix root cause of SHA1HashGen crashes in 1.0 series (bko#268162)
+- Spec file updates:
+  * Removed Authors: from %description (requirement for Factory submissions).
+  * Minor update in %files section.
+
+---

calling whatdependson for head-i586


Old:

  libktorrent-1.1rc1.tar.bz2

New:

  libktorrent-1.1.0.tar.bz2



Other differences:
--
++ libktorrent.spec ++
--- /var/tmp/diff_new_pack.Wu9b6j/_old  2011-03-17 10:26:11.0 +0100
+++ /var/tmp/diff_new_pack.Wu9b6j/_new  2011-03-17 10:26:11.0 +0100
@@ -18,14 +18,14 @@
 
 
 Name:   libktorrent
-Version:1.0.99rc1
+Version:1.1.0
 Release:1
 Summary:Torrent Downloading Library
 
 License:GPLv2+ and LGPLv2+ and MIT and BSD
 Url:http://ktorrent.org/
 Group:  Productivity/Networking/File-Sharing
-Source0:http://ktorrent.org/downloads/4.1rc1/%{name}-1.1rc1.tar.bz2
+Source0:http://ktorrent.org/downloads/4.1.0/%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  boost-devel
@@ -38,12 +38,6 @@
 %description
 libktorrent is a torrent downloading library.
 
-
-
-Authors:
-
-Jois Guisson jrois.guis...@gmail.com
-
 %package devel
 Summary:Development files for libktorrent
 License:GPLv2+ and LGPLv2+ and MIT and BSD
@@ -53,12 +47,6 @@
 %description devel
 This package includes the necessary files for development using libktorrent.
 
-
-
-Authors:
-
-Jois Guisson jrois.guis...@gmail.com
-
 %package -n libktorrent3
 Summary:Torrent Downloading Library
 License:GPLv2+ and LGPLv2+ and MIT and BSD
@@ -68,17 +56,9 @@
 %description -n libktorrent3
 libktorrent is a torrent downloading library.
 
-
-
-Authors:
-
-Jois Guisson jrois.guis...@gmail.com
-
-
-
 %lang_package -n libktorrent3
 %prep
-%setup -q -n %{name}-1.1rc1
+%setup -q
 
 %build
 %cmake_kde4 -d build
@@ -96,7 +76,6 @@
  rm -rf %{buildroot}%{_datadir}/locale/sr@ijekavian/
  rm -rf %{buildroot}%{_datadir}/locale/sr@ijekavianlatin/
 %endif
-#
 
 %find_lang %{name}
 
@@ -118,7 +97,7 @@
 %files -n libktorrent3
 %defattr(-,root,root,-)
 %doc COPYING ChangeLog RoadMap
-%{_kde4_libdir}/libktorrent.so.*
+%{_kde4_libdir}/libktorrent.so.3*
 
 %files -n libktorrent3-lang -f %{name}.lang
 %defattr(-,root,root,-)

++ libktorrent-1.1rc1.tar.bz2 - libktorrent-1.1.0.tar.bz2 ++
 35650 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org