From 6780e42815fdf6cece4bbf46d1f5b31aa5e7f8081bce7276fd4d1d944080c065 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 24 Nov 2018 23:45:11 +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/ksirk?expand=0&rev=82 --- ksirk-18.08.3.tar.xz | 3 --- ksirk-18.11.80.tar.xz | 3 +++ ksirk.changes | 18 ++++++++++++++++++ ksirk.spec | 24 ++++++++++++------------ 4 files changed, 33 insertions(+), 15 deletions(-) delete mode 100644 ksirk-18.08.3.tar.xz create mode 100644 ksirk-18.11.80.tar.xz diff --git a/ksirk-18.08.3.tar.xz b/ksirk-18.08.3.tar.xz deleted file mode 100644 index f2c87f5..0000000 --- a/ksirk-18.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b40b2f259a419c7912d2e29a0e1642ae836d83933b73e4b9a1dc2d648a8ecfb -size 6987428 diff --git a/ksirk-18.11.80.tar.xz b/ksirk-18.11.80.tar.xz new file mode 100644 index 0000000..faca511 --- /dev/null +++ b/ksirk-18.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb97e2f3f53de51c4ec674e66c0e6f8f61967e703c9f63b8f0f1f1fa51983ce +size 6986684 diff --git a/ksirk.changes b/ksirk.changes index 2ad7507..f0165a2 100644 --- a/ksirk.changes +++ b/ksirk.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Nov 20 06:22:45 UTC 2018 - Luca Beltrame + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:57:14 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: + * Add donation url to appdata + * Remove qt prefix + * Install categories files + * Fix minor EBN issues + ------------------------------------------------------------------- Thu Nov 08 20:43:44 UTC 2018 - lbeltrame@kde.org diff --git a/ksirk.spec b/ksirk.spec index a6f3d72..d7be97c 100644 --- a/ksirk.spec +++ b/ksirk.spec @@ -1,7 +1,7 @@ # # spec file for package ksirk # -# 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,21 +12,21 @@ # 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 -Name: ksirk -Version: 18.08.3 -Release: 0 %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: ksirk +Version: 18.11.80 +Release: 0 Summary: Risk-like game by KDE -License: GPL-2.0+ and LGPL-2.0+ +License: GPL-2.0-or-later AND LGPL-2.0-or-later Group: Amusements/Games/Strategy/Turn Based -Url: http://www.kde.org +URL: http://www.kde.org Source0: ksirk-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: kcompletion-devel @@ -83,7 +83,7 @@ KsirK is a computerized version of a well known strategy game. %kf5_makeinstall -C build %if %{with lang} %find_lang %{name} --with-man --all-name - %kf5_find_htmldocs + %{kf5_find_htmldocs} %endif rm %{buildroot}%{_kf5_libdir}/libiris_ksirk.so @@ -91,8 +91,7 @@ KsirK is a computerized version of a well known strategy game. %postun -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc COPYING COPYING.DOC COPYING.LIB +%license COPYING COPYING.DOC COPYING.LIB %config %{_kf5_configdir}/ksirk.knsrc %dir %{_kf5_configkcfgdir} %doc %lang(en) %{_kf5_htmldir}/en/ksirk/ @@ -109,10 +108,11 @@ KsirK is a computerized version of a well known strategy game. %{_kf5_libdir}/libiris_ksirk.so.* %{_kf5_sharedir}/ksirk/ %{_kf5_sharedir}/ksirkskineditor/ +%{_kf5_debugdir}/ksirk.categories %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %changelog From a0b13c9789a12f7cec060e69293b5144a3b70ae718f95d61519bee31a9a8c031 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Tue, 4 Dec 2018 16:22:59 +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/ksirk?expand=0&rev=83 --- ksirk-18.11.80.tar.xz | 3 --- ksirk-18.11.90.tar.xz | 3 +++ ksirk.changes | 10 ++++++++++ ksirk.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 ksirk-18.11.80.tar.xz create mode 100644 ksirk-18.11.90.tar.xz diff --git a/ksirk-18.11.80.tar.xz b/ksirk-18.11.80.tar.xz deleted file mode 100644 index faca511..0000000 --- a/ksirk-18.11.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aeb97e2f3f53de51c4ec674e66c0e6f8f61967e703c9f63b8f0f1f1fa51983ce -size 6986684 diff --git a/ksirk-18.11.90.tar.xz b/ksirk-18.11.90.tar.xz new file mode 100644 index 0000000..b51b676 --- /dev/null +++ b/ksirk-18.11.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6164fc2199383e627ddb1c28ec68ec1e9f2b261fdc004f09d004bbfcccf686d8 +size 6987008 diff --git a/ksirk.changes b/ksirk.changes index f0165a2..35e79be 100644 --- a/ksirk.changes +++ b/ksirk.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Dec 03 20:56:09 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:45 UTC 2018 - Luca Beltrame diff --git a/ksirk.spec b/ksirk.spec index d7be97c..0555720 100644 --- a/ksirk.spec +++ b/ksirk.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: ksirk -Version: 18.11.80 +Version: 18.11.90 Release: 0 Summary: Risk-like game by KDE License: GPL-2.0-or-later AND LGPL-2.0-or-later From ee62b78030a6ae9c966239c95b3659c83a58b793caf6554c75d1bf05cb1e879f Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Tue, 4 Dec 2018 16:42:41 +0000 Subject: [PATCH 3/6] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksirk?expand=0&rev=84 --- ksirk.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksirk.changes b/ksirk.changes index 35e79be..97041f3 100644 --- a/ksirk.changes +++ b/ksirk.changes @@ -6,7 +6,7 @@ Mon Dec 03 20:56:09 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:45 UTC 2018 - Luca Beltrame From 8b50bf6e77d6121917cff554d271252f91105d1ad407a38ef13fa4323334f683 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 16:51:13 +0000 Subject: [PATCH 4/6] KDE Applications 18.12.0 (not yet built) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksirk?expand=0&rev=85 --- ksirk-18.11.90.tar.xz | 3 --- ksirk-18.12.0.tar.xz | 3 +++ ksirk.changes | 10 ++++++++++ ksirk.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 ksirk-18.11.90.tar.xz create mode 100644 ksirk-18.12.0.tar.xz diff --git a/ksirk-18.11.90.tar.xz b/ksirk-18.11.90.tar.xz deleted file mode 100644 index b51b676..0000000 --- a/ksirk-18.11.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6164fc2199383e627ddb1c28ec68ec1e9f2b261fdc004f09d004bbfcccf686d8 -size 6987008 diff --git a/ksirk-18.12.0.tar.xz b/ksirk-18.12.0.tar.xz new file mode 100644 index 0000000..1c4b853 --- /dev/null +++ b/ksirk-18.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d304b76e85fd5c158f51567caca2aa211359107051dc66db06821a0bf0a8da +size 6988160 diff --git a/ksirk.changes b/ksirk.changes index 97041f3..ef28278 100644 --- a/ksirk.changes +++ b/ksirk.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Dec 14 06:09:16 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:56:09 UTC 2018 - lbeltrame@kde.org diff --git a/ksirk.spec b/ksirk.spec index 0555720..8db8474 100644 --- a/ksirk.spec +++ b/ksirk.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: ksirk -Version: 18.11.90 +Version: 18.12.0 Release: 0 Summary: Risk-like game by KDE License: GPL-2.0-or-later AND LGPL-2.0-or-later From c159010b28e65dd3158c518a1fc97a8885608a62bdef39341f90428a70e9e99c Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 17:22:30 +0000 Subject: [PATCH 5/6] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksirk?expand=0&rev=86 --- ksirk.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ksirk.changes b/ksirk.changes index ef28278..1137564 100644 --- a/ksirk.changes +++ b/ksirk.changes @@ -6,7 +6,7 @@ Fri Dec 14 06:09:16 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:56:09 UTC 2018 - lbeltrame@kde.org From f84ba944f5ccea38bebfdc0fbd69a15e15b702c268896950f9409f1925b6e4f0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 22:44:27 +0000 Subject: [PATCH 6/6] Fix wrong beta and rc release announcement URLs OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksirk?expand=0&rev=87 --- ksirk.changes | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ksirk.changes b/ksirk.changes index 1137564..699c4b6 100644 --- a/ksirk.changes +++ b/ksirk.changes @@ -29,7 +29,7 @@ Tue Nov 20 05:57:14 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: * Add donation url to appdata * Remove qt prefix @@ -82,7 +82,7 @@ Thu Jul 26 13:00:54 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: * remove the locolor icons @@ -132,7 +132,7 @@ Fri Apr 06 07:09:57 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 i18n usage * Update license headers to allow (L)GPL2+ @@ -243,7 +243,7 @@ Sat Aug 5 18:18:46 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 ------------------------------------------------------------------- @@ -302,7 +302,7 @@ Sat Mar 25 23:10:57 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: * BUG: 367545 FIXED-IN: 17.04 @@ -389,7 +389,7 @@ Mon Aug 8 15:22:24 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 ------------------------------------------------------------------- @@ -505,7 +505,7 @@ Fri Aug 7 06:59:16 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 -------------------------------------------------------------------