Hello community,

here is the log from the commit of package ktorrent for openSUSE:Factory 
checked in at 2020-06-10 00:47:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktorrent (Old)
 and      /work/SRC/openSUSE:Factory/.ktorrent.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktorrent"

Wed Jun 10 00:47:51 2020 rev:114 rq:812721 version:5.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktorrent/ktorrent.changes        2019-09-04 
09:11:31.642969964 +0200
+++ /work/SRC/openSUSE:Factory/.ktorrent.new.3606/ktorrent.changes      
2020-06-10 00:47:53.646863039 +0200
@@ -1,0 +2,15 @@
+Mon Jun  8 14:00:58 UTC 2020 - [email protected]
+
+- Update to version 5.2.0
+  * KTorrent now uses QtWebengine instead of QtWebkit
+  * Crash on exit in KTorrent should be fixed
+  * Quite a few small bugfixes but everything should be more stable
+  * Porting away from some deprecated methods
+- Update installed man pages
+
+-------------------------------------------------------------------
+Tue Sep  3 06:24:56 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Compact complicated and fragile "find" statement.
+
+-------------------------------------------------------------------

Old:
----
  ktorrent-5.1.2.tar.xz

New:
----
  ktorrent-5.2.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ktorrent.spec ++++++
--- /var/tmp/diff_new_pack.rgNx02/_old  2020-06-10 00:47:54.358864902 +0200
+++ /var/tmp/diff_new_pack.rgNx02/_new  2020-06-10 00:47:54.362864913 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ktorrent
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:           ktorrent
-Version:        5.1.2
+Version:        5.2.0
 Release:        0
 Summary:        KDE BitTorrent Client
 License:        GPL-2.0-or-later
@@ -55,8 +55,7 @@
 BuildRequires:  cmake(KF5Solid)
 BuildRequires:  cmake(KF5Syndication)
 BuildRequires:  cmake(KF5TextWidgets)
-BuildRequires:  cmake(KF5Torrent) >= 2.1
-BuildRequires:  cmake(KF5WebKit)
+BuildRequires:  cmake(KF5Torrent) >= 2.2
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  cmake(KF5XmlGui)
@@ -69,6 +68,9 @@
 BuildRequires:  cmake(Qt5Widgets)
 BuildRequires:  pkgconfig(taglib)
 Recommends:     %{name}-lang = %{version}
+%ifarch %{ix86} x86_64 %{arm} aarch64 mips mips64
+BuildRequires:  cmake(Qt5WebEngineWidgets)
+%endif
 
 %description
 KTorrent is a BitTorrent application by KDE which allows you to download files
@@ -95,10 +97,8 @@
 cp -a %{SOURCE3} %{buildroot}%{_mandir}/man1
 
 # Fix any .py files with shebangs and wrong permissions.
-if test -z "`find %{buildroot} -name *.py -perm 0644 -print0|xargs -0r grep -l 
'#!'`"; \
-then break;
-else chmod -f 0755 `find %{buildroot} -name *.py -perm 0644 -print0|xargs -0r 
grep -l '#!'`; \
-fi
+find %{buildroot} -name "*.py" -perm 0644 -exec grep -l '#!' {} + | \
+       xargs -rd'\n' chmod -f a+x
 
 %suse_update_desktop_file -r org.kde.ktorrent Qt KDE Network P2P
 

++++++ ktorrent-5.1.2.tar.xz -> ktorrent-5.2.0.tar.xz ++++++
++++ 137076 lines of diff (skipped)

++++++ ktorrent.1 ++++++
--- /var/tmp/diff_new_pack.rgNx02/_old  2020-06-10 00:47:55.446867748 +0200
+++ /var/tmp/diff_new_pack.rgNx02/_new  2020-06-10 00:47:55.446867748 +0200
@@ -1,20 +1,23 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.43.3.
-.TH KTORRENT "1" "September 2017" "ktorrent 5.1.0" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.5.
+.TH KTORRENT "1" "June 2020" "ktorrent 5.2.0" "User Commands"
 .SH NAME
-ktorrent \- manual page for ktorrent 5.1.0
+ktorrent \- manual page for ktorrent 5.2.0
 .SH SYNOPSIS
 .B ktorrent
-[\fIoptions\fR]
+[\fI\,options\/\fR]
 .SH DESCRIPTION
 Bittorrent client by KDE
 .SH OPTIONS
 .TP
+\fB\-h\fR, \fB\-\-help\fR
+Displays help on commandline options.
+.TP
+\fB\-\-help\-all\fR
+Displays help including Qt specific options.
+.TP
 \fB\-v\fR, \fB\-\-version\fR
 Displays version information.
 .TP
-\fB\-h\fR, \fB\-\-help\fR
-Displays this help.
-.TP
 \fB\-\-author\fR
 Show author information.
 .TP
@@ -25,6 +28,9 @@
 The base file name of the desktop entry for this
 application.
 .TP
+\fB\-\-verbose\fR
+Enable logging to standard output
+.TP
 \fB\-\-silent\fR
 Silently open torrent given on URL
 .TP

++++++ ktupnptest.1 ++++++
--- /var/tmp/diff_new_pack.rgNx02/_old  2020-06-10 00:47:55.474867822 +0200
+++ /var/tmp/diff_new_pack.rgNx02/_new  2020-06-10 00:47:55.474867822 +0200
@@ -1,10 +1,10 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.43.3.
-.TH KTUPNP "1" "September 2017" "ktupnp 1.0" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.5.
+.TH KTUPNP "1" "June 2020" "ktupnp 1.0" "User Commands"
 .SH NAME
 ktupnp \- manual page for ktupnp 1.0
 .SH SYNOPSIS
 .B ktupnptest
-[\fIoptions\fR]
+[\fI\,options\/\fR]
 .SH DESCRIPTION
 KTorrent's UPnP test application
 .SH OPTIONS
@@ -13,7 +13,10 @@
 Displays version information.
 .TP
 \fB\-h\fR, \fB\-\-help\fR
-Displays this help.
+Displays help on commandline options.
+.TP
+\fB\-\-help\-all\fR
+Displays help including Qt specific options.
 .TP
 \fB\-\-author\fR
 Show author information.


Reply via email to