From 6aefebbb7c0d99b77e966a1eabdbcb8695f0fa1107b48b6de8dab25e5ff1069d Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 24 Nov 2018 23:44:39 +0000 Subject: [PATCH 1/6] KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kdnssd?expand=0&rev=73 --- kdnssd.changes | 15 +++++++++++++++ kdnssd.spec | 17 ++++++++--------- zeroconf-ioslave-18.08.3.tar.xz | 3 --- zeroconf-ioslave-18.11.80.tar.xz | 3 +++ 4 files changed, 26 insertions(+), 12 deletions(-) delete mode 100644 zeroconf-ioslave-18.08.3.tar.xz create mode 100644 zeroconf-ioslave-18.11.80.tar.xz diff --git a/kdnssd.changes b/kdnssd.changes index ff64818..11a63b0 100644 --- a/kdnssd.changes +++ b/kdnssd.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Nov 20 06:22:17 UTC 2018 - Luca Beltrame + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:56:58 UTC 2018 - lbeltrame@kde.org + +- Update to 18.11.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.11.80.php +- Changes since 18.08.3: + * No code changes since 18.08.3 + ------------------------------------------------------------------- Thu Nov 08 20:43:35 UTC 2018 - lbeltrame@kde.org diff --git a/kdnssd.spec b/kdnssd.spec index 64e3b0c..c32826b 100644 --- a/kdnssd.spec +++ b/kdnssd.spec @@ -1,7 +1,7 @@ # # spec file for package kdnssd # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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,22 +12,22 @@ # 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/ # -%bcond_without lang %define rname zeroconf-ioslave %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +%bcond_without lang Name: kdnssd -Version: 18.08.3 +Version: 18.11.80 Release: 0 Summary: Zeroconf Support for KIO applications -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Networking/System -Url: http://www.kde.org +URL: http://www.kde.org Source0: %{rname}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: kf5-filesystem @@ -38,7 +38,6 @@ BuildRequires: cmake(KF5KIO) %if %{with lang} Recommends: %{name}-lang %endif - %if %{with lang} %lang_package %endif @@ -67,7 +66,7 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc" %postun -p /sbin/ldconfig %files -%doc COPYING COPYING.DOC +%license COPYING COPYING.DOC %{_kf5_plugindir}/kf5/kio/zeroconf.so %{_kf5_plugindir}/kded_dnssdwatcher.so %dir %{_kf5_sharedir}/remoteview/ @@ -78,7 +77,7 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc" %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %changelog diff --git a/zeroconf-ioslave-18.08.3.tar.xz b/zeroconf-ioslave-18.08.3.tar.xz deleted file mode 100644 index 94d2e44..0000000 --- a/zeroconf-ioslave-18.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bbb110462617e290af97a7dd0fca994fe37ec13d202432e60a01c100823a0c0 -size 38948 diff --git a/zeroconf-ioslave-18.11.80.tar.xz b/zeroconf-ioslave-18.11.80.tar.xz new file mode 100644 index 0000000..1d5b2bf --- /dev/null +++ b/zeroconf-ioslave-18.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7528f0f07d5e8717bbe81c311c7bc95d279bd433fe2092f98df50dbf378a7845 +size 38728 From 295544725e75bd1d58d007ac9c5f63d7378b59ef5db1e0845cc50b7338ae5faa Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Tue, 4 Dec 2018 16:22:25 +0000 Subject: [PATCH 2/6] KDE Applications 18.12.0 RC (knights is already in K:A) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kdnssd?expand=0&rev=74 --- kdnssd.changes | 10 ++++++++++ kdnssd.spec | 2 +- zeroconf-ioslave-18.11.80.tar.xz | 3 --- zeroconf-ioslave-18.11.90.tar.xz | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 zeroconf-ioslave-18.11.80.tar.xz create mode 100644 zeroconf-ioslave-18.11.90.tar.xz diff --git a/kdnssd.changes b/kdnssd.changes index 11a63b0..c9e21e7 100644 --- a/kdnssd.changes +++ b/kdnssd.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Dec 03 20:55:55 UTC 2018 - lbeltrame@kde.org + +- Update to 18.11.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12-rc.php +- Changes since 18.11.80: + * No code changes since 18.11.80 + ------------------------------------------------------------------- Tue Nov 20 06:22:17 UTC 2018 - Luca Beltrame diff --git a/kdnssd.spec b/kdnssd.spec index c32826b..674e374 100644 --- a/kdnssd.spec +++ b/kdnssd.spec @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kdnssd -Version: 18.11.80 +Version: 18.11.90 Release: 0 Summary: Zeroconf Support for KIO applications License: GPL-2.0-or-later diff --git a/zeroconf-ioslave-18.11.80.tar.xz b/zeroconf-ioslave-18.11.80.tar.xz deleted file mode 100644 index 1d5b2bf..0000000 --- a/zeroconf-ioslave-18.11.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7528f0f07d5e8717bbe81c311c7bc95d279bd433fe2092f98df50dbf378a7845 -size 38728 diff --git a/zeroconf-ioslave-18.11.90.tar.xz b/zeroconf-ioslave-18.11.90.tar.xz new file mode 100644 index 0000000..25b5487 --- /dev/null +++ b/zeroconf-ioslave-18.11.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14bf589e0d5c1632418b918ab40ebca5885daa3daca60e46d65be02064aca770 +size 38748 From da6e65680aabee87f3fed3b1ab73a94dcd2a5f99b10d87c68017a3de62d1dd31 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Tue, 4 Dec 2018 16:31:33 +0000 Subject: [PATCH 3/6] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kdnssd?expand=0&rev=75 --- kdnssd.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdnssd.changes b/kdnssd.changes index c9e21e7..e63e2ef 100644 --- a/kdnssd.changes +++ b/kdnssd.changes @@ -6,7 +6,7 @@ Mon Dec 03 20:55:55 UTC 2018 - lbeltrame@kde.org * For more details please see: * https://www.kde.org/announcements/announce-applications-18.12-rc.php - Changes since 18.11.80: - * No code changes since 18.11.80 + * No code changes since 18.11.80 ------------------------------------------------------------------- Tue Nov 20 06:22:17 UTC 2018 - Luca Beltrame From d5d11104b9d078c296b3f059b2bce4c32702345fc598fee9d25e338fb743bbe1 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 16:50:41 +0000 Subject: [PATCH 4/6] KDE Applications 18.12.0 (not yet built) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kdnssd?expand=0&rev=76 --- kdnssd.changes | 10 ++++++++++ kdnssd.spec | 2 +- zeroconf-ioslave-18.11.90.tar.xz | 3 --- zeroconf-ioslave-18.12.0.tar.xz | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 zeroconf-ioslave-18.11.90.tar.xz create mode 100644 zeroconf-ioslave-18.12.0.tar.xz diff --git a/kdnssd.changes b/kdnssd.changes index e63e2ef..db462c9 100644 --- a/kdnssd.changes +++ b/kdnssd.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Dec 14 06:09:08 UTC 2018 - lbeltrame@kde.org + +- Update to 18.12.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12.0.php +- Changes since 18.11.90: + * No code changes since 18.11.90 + ------------------------------------------------------------------- Mon Dec 03 20:55:55 UTC 2018 - lbeltrame@kde.org diff --git a/kdnssd.spec b/kdnssd.spec index 674e374..9658ffb 100644 --- a/kdnssd.spec +++ b/kdnssd.spec @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kdnssd -Version: 18.11.90 +Version: 18.12.0 Release: 0 Summary: Zeroconf Support for KIO applications License: GPL-2.0-or-later diff --git a/zeroconf-ioslave-18.11.90.tar.xz b/zeroconf-ioslave-18.11.90.tar.xz deleted file mode 100644 index 25b5487..0000000 --- a/zeroconf-ioslave-18.11.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14bf589e0d5c1632418b918ab40ebca5885daa3daca60e46d65be02064aca770 -size 38748 diff --git a/zeroconf-ioslave-18.12.0.tar.xz b/zeroconf-ioslave-18.12.0.tar.xz new file mode 100644 index 0000000..d3693f5 --- /dev/null +++ b/zeroconf-ioslave-18.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b40cf645adc35584458c14dfe05a97083589e3e4159bf9c02fd08950d675e3 +size 38744 From 7ce059e1f164889a94b5e0b1e23b82ee3b2d0b3e7636ed4e0a8f8126e338a6b3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 17:12:22 +0000 Subject: [PATCH 5/6] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kdnssd?expand=0&rev=77 --- kdnssd.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdnssd.changes b/kdnssd.changes index db462c9..2bb6f2d 100644 --- a/kdnssd.changes +++ b/kdnssd.changes @@ -6,7 +6,7 @@ Fri Dec 14 06:09:08 UTC 2018 - lbeltrame@kde.org * For more details please see: * https://www.kde.org/announcements/announce-applications-18.12.0.php - Changes since 18.11.90: - * No code changes since 18.11.90 + * No code changes since 18.11.90 ------------------------------------------------------------------- Mon Dec 03 20:55:55 UTC 2018 - lbeltrame@kde.org From 1921ab22532c800703aa9134d0ad77d1a975ef4cb64e3fbc20648970dc7e3920 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 22:10:35 +0000 Subject: [PATCH 6/6] Fix wrong beta and rc release announcement URLs OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kdnssd?expand=0&rev=78 --- kdnssd.changes | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/kdnssd.changes b/kdnssd.changes index 2bb6f2d..a306a45 100644 --- a/kdnssd.changes +++ b/kdnssd.changes @@ -29,7 +29,7 @@ Tue Nov 20 05:56:58 UTC 2018 - lbeltrame@kde.org - Update to 18.11.80 * New feature release * For more details please see: - * https://www.kde.org/announcements/announce-applications-18.11.80.php + * https://www.kde.org/announcements/announce-applications-18.12-beta.php - Changes since 18.08.3: * No code changes since 18.08.3 @@ -79,7 +79,7 @@ Thu Jul 26 13:00:40 UTC 2018 - lbeltrame@kde.org - Update to 18.07.80 * New feature release * For more details please see: - * https://www.kde.org/announcements/announce-applications-18.07.80.php + * https://www.kde.org/announcements/announce-applications-18.08-beta.php - Changes since 18.04.3: * None @@ -129,7 +129,7 @@ Fri Apr 06 07:09:21 CEST 2018 - lbeltrame@kde.org - Update to 18.03.90 * New feature release * For more details please see: - * https://www.kde.org/announcements/announce-applications-18.03.90.php + * https://www.kde.org/announcements/announce-applications-18.04-rc.php - Changes since 17.12.3: * Fix X-KDE-Library metadata value with kded_ prefix to match binary name * Use explicit @@ -249,7 +249,7 @@ Sat Aug 5 18:19:56 UTC 2017 - christophe@krop.fr - Update to KDE Applications 17.07.90 * KDE Applications 17.07.90 - * https://www.kde.org/announcements/announce-applications-17.07.90.php + * https://www.kde.org/announcements/announce-applications-17.08-rc.php ------------------------------------------------------------------- @@ -308,7 +308,7 @@ Sat Mar 25 23:10:25 CET 2017 - lbeltrame@kde.org - Update to 17.03.80 * New feature release * For more details please see: - * https://www.kde.org/announcements/announce-applications-17.03.80.php + * https://www.kde.org/announcements/announce-applications-17.04-beta.php - Changes since 16.12.3: * None @@ -395,7 +395,7 @@ Mon Aug 8 15:00:59 UTC 2016 - tittiatcoke@gmail.com - Update to KDE Applications 16.07.90 * KDE Applications 16.07.90 (16.08-RC) - * https://www.kde.org/announcements/announce-applications-16.07.90.php + * https://www.kde.org/announcements/announce-applications-16.08-rc.php ------------------------------------------------------------------- @@ -511,7 +511,7 @@ Fri Aug 7 06:53:59 UTC 2015 - tittiatcoke@gmail.com - Update to KDE Applications 15.07.90 * KDE Applications 15.08.0 RC1 - * https://www.kde.org/announcements/announce-applications-15.07.90.php + * https://www.kde.org/announcements/announce-applications-15.08-rc.php -------------------------------------------------------------------