Accepting request 812721 from KDE:Extra
OBS-URL: https://build.opensuse.org/request/show/812721 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ktorrent?expand=0&rev=114
This commit is contained in:
parent
a645f742c2
commit
05f9b609e7
@ -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
3
ktorrent-5.2.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1031d745c1ace02d11b59c426610aee779d208e3d1ae81f8559c265173732ff
|
||||
size 2056012
|
20
ktorrent.1
20
ktorrent.1
@ -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 @@ Show license information.
|
||||
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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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(KF5Plotting)
|
||||
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(Qt5Script)
|
||||
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 %{SOURCE2} %{buildroot}%{_mandir}/man1
|
||||
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
|
||||
|
||||
|
11
ktupnptest.1
11
ktupnptest.1
@ -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 @@ KTorrent's UPnP test application
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user