Dominique Leuenberger 2020-06-09 22:47:51 +00:00 committed by Git OBS Bridge
parent a645f742c2
commit 05f9b609e7
6 changed files with 46 additions and 22 deletions

View File

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

3
ktorrent-5.2.0.tar.xz Normal file
View File

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

View File

@ -1,20 +1,23 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.43.3. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.5.
.TH KTORRENT "1" "September 2017" "ktorrent 5.1.0" "User Commands" .TH KTORRENT "1" "June 2020" "ktorrent 5.2.0" "User Commands"
.SH NAME .SH NAME
ktorrent \- manual page for ktorrent 5.1.0 ktorrent \- manual page for ktorrent 5.2.0
.SH SYNOPSIS .SH SYNOPSIS
.B ktorrent .B ktorrent
[\fIoptions\fR] [\fI\,options\/\fR]
.SH DESCRIPTION .SH DESCRIPTION
Bittorrent client by KDE Bittorrent client by KDE
.SH OPTIONS .SH OPTIONS
.TP .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 \fB\-v\fR, \fB\-\-version\fR
Displays version information. Displays version information.
.TP .TP
\fB\-h\fR, \fB\-\-help\fR
Displays this help.
.TP
\fB\-\-author\fR \fB\-\-author\fR
Show author information. Show author information.
.TP .TP
@ -25,6 +28,9 @@ Show license information.
The base file name of the desktop entry for this The base file name of the desktop entry for this
application. application.
.TP .TP
\fB\-\-verbose\fR
Enable logging to standard output
.TP
\fB\-\-silent\fR \fB\-\-silent\fR
Silently open torrent given on URL Silently open torrent given on URL
.TP .TP

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jun 8 14:00:58 UTC 2020 - wbauer@tmo.at
- 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 <jengelh@inai.de>
- Compact complicated and fragile "find" statement.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Sep 1 19:44:57 UTC 2019 - wbauer@tmo.at Sun Sep 1 19:44:57 UTC 2019 - wbauer@tmo.at

View File

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

View File

@ -1,10 +1,10 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.43.3. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.5.
.TH KTUPNP "1" "September 2017" "ktupnp 1.0" "User Commands" .TH KTUPNP "1" "June 2020" "ktupnp 1.0" "User Commands"
.SH NAME .SH NAME
ktupnp \- manual page for ktupnp 1.0 ktupnp \- manual page for ktupnp 1.0
.SH SYNOPSIS .SH SYNOPSIS
.B ktupnptest .B ktupnptest
[\fIoptions\fR] [\fI\,options\/\fR]
.SH DESCRIPTION .SH DESCRIPTION
KTorrent's UPnP test application KTorrent's UPnP test application
.SH OPTIONS .SH OPTIONS
@ -13,7 +13,10 @@ KTorrent's UPnP test application
Displays version information. Displays version information.
.TP .TP
\fB\-h\fR, \fB\-\-help\fR \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 .TP
\fB\-\-author\fR \fB\-\-author\fR
Show author information. Show author information.