diff --git a/kde-cli-tools-5.16.3.tar.xz b/kde-cli-tools-5.16.3.tar.xz deleted file mode 100644 index f9c331c..0000000 --- a/kde-cli-tools-5.16.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee68a8f958e1ce503252689d66eeb9897bad6b7e44f760c654d49225b3d55cd7 -size 587072 diff --git a/kde-cli-tools-5.16.3.tar.xz.sig b/kde-cli-tools-5.16.3.tar.xz.sig deleted file mode 100644 index 664c831..0000000 --- a/kde-cli-tools-5.16.3.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl0kwaUACgkQ7JTRj38F -mX53Zwf/QZzbBm7iysJ9ok/CBgRuasHdmvjtQS/xz5m7nxXvtICwPv5BCZxYD2G+ -oVfRlAg+XqgZgsjUiQt0blH6vJ3zhrzFqn/GclPu7evK+AwUdZGWThtZFLzg7df3 -+aMR7R8HL35CiLVpk9R81C/KJfMG4b1Yp1dwKl/BNnNEu+pp66xXG1We2K80BrJB -jcAOs8RkO8jzMnVkDw2KYEr6ntrECg0QnQMTpOEZ5B5OD0LKQAnSKHq/5OF+y/Tb -mvxgKyQcDDkgDL92Mf2lOZNZnpMPG41GEdcT2MsnNkwKOl6U+wlf1vCEJRWN6EVX -gMv7WS/Ud0pMJCWA29KadzESZSMjfw== -=5ZyB ------END PGP SIGNATURE----- diff --git a/kde-cli-tools-5.16.4.tar.xz b/kde-cli-tools-5.16.4.tar.xz new file mode 100644 index 0000000..53b0262 --- /dev/null +++ b/kde-cli-tools-5.16.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c7c2566217704a9d613757767c3b8ee8d1bc4601b9414a44acb50aaaaedc0d +size 587576 diff --git a/kde-cli-tools-5.16.4.tar.xz.sig b/kde-cli-tools-5.16.4.tar.xz.sig new file mode 100644 index 0000000..00bd6a3 --- /dev/null +++ b/kde-cli-tools-5.16.4.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEELR1bBYg1d4fenuIl7JTRj38FmX4FAl1AGQsACgkQ7JTRj38F +mX7BbQgAlOUoBJicaCxSH352ECtppxnijo4nf0TsnY7dNwTdYWs5LIQWbbUdA71G +LU9m30E8h2L64jxWGSEAygaCHAg6ovHRAaV19cxQQqjJJ6EO9rlKzp4pJxvqcs3g +wmO7Xstvin37OGFZn0FRnBcV6k/vlH7AhUtnkfaRox46ysFZq+bQO3Ch16klX6IR +pSNOOsd0E4cHWcTQTvCNqrGzbI/gyK9WAo94kQeer/p3SeLPlUzANuoc6Nnf2xwl +rLZuynFSU4xjxYM8LK2qtLQ1CdA8mEzoOiPi4YUQ72vQHBJ8+EEk+CWAzkhzvZxT +fr+R2s9SzaftHrFLomNwzKweGWwKYQ== +=Tfeo +-----END PGP SIGNATURE----- diff --git a/kde-cli-tools5.changes b/kde-cli-tools5.changes index a172a3a..930c76b 100644 --- a/kde-cli-tools5.changes +++ b/kde-cli-tools5.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jul 30 12:40:17 UTC 2019 - Fabian Vogt + +- Update to 5.16.4 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.16.4.php +- Changes since 5.16.3: + * kioclient: Don't convert `:x:y` to `?line=x&column=y` for URLs starting with remote schemes. (kde#408632) +- Drop patches, now upstream: + * kde408632.patch + ------------------------------------------------------------------- Sat Jul 20 19:09:02 UTC 2019 - wbauer@tmo.at diff --git a/kde-cli-tools5.spec b/kde-cli-tools5.spec index 55b806d..d429ee3 100644 --- a/kde-cli-tools5.spec +++ b/kde-cli-tools5.spec @@ -19,7 +19,7 @@ %define kf5_version 5.54.0 %bcond_without lang Name: kde-cli-tools5 -Version: 5.16.3 +Version: 5.16.4 Release: 0 Summary: Additional CLI tools for KDE applications License: GPL-2.0-or-later @@ -32,8 +32,6 @@ Source2: plasma.keyring %endif # PATCH-FIX-OPENSUSE kdesu-add-some-i18n-love.patch -- boo#852256 Patch0: kdesu-add-some-i18n-love.patch -# PATCH-FIX-UPSTREAM -Patch1: kde408632.patch BuildRequires: extra-cmake-modules >= 1.3.0 BuildRequires: kf5-filesystem BuildRequires: xz diff --git a/kde408632.patch b/kde408632.patch deleted file mode 100644 index f39d5bc..0000000 --- a/kde408632.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 42ef318a9d1c454f96b60181d8231a59233720ea Mon Sep 17 00:00:00 2001 -From: Gleb Popov <6yearold@gmail.com> -Date: Thu, 18 Jul 2019 13:00:19 +0400 -Subject: kioclient: Don't convert `:x:y` to `?line=x&column=y` for URLs - starting with remote schemes. - -BUG: 408632 - -Test Plan: `kioclient5 exec http://localhost:9000` now works correctly. - -Subscribers: plasma-devel, #frameworks - -Differential Revision: https://phabricator.kde.org/D22525 ---- - kioclient/urlinfo.h | 9 +++++++++ - 1 file changed, 9 insertions(+) - -diff --git a/kioclient/urlinfo.h b/kioclient/urlinfo.h -index b9635c7..ebe0419 100644 ---- a/kioclient/urlinfo.h -+++ b/kioclient/urlinfo.h -@@ -52,6 +52,15 @@ public: - } - - /** -+ * if the path starts with http:// or any other scheme, except file:// -+ * we also don't want to do anything with URL -+ */ -+ if (!QUrl(pathOrUrl).isLocalFile()) { -+ url = QUrl::fromUserInput(pathOrUrl, QDir::currentPath(), QUrl::DefaultResolution); -+ return; -+ } -+ -+ /** - * ok, the path as is, is no existing file, now, cut away :xx:yy stuff as cursor - * this will make test:50 to test with line 50 - */ --- -cgit v1.1 -