From 57e27cbe7b2e6c9da830ce8a3634efbef832971041af34e9d845c05a6bf7a848 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 24 Nov 2018 23:44:05 +0000 Subject: [PATCH 1/5] KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/granatier?expand=0&rev=77 --- granatier-18.08.3.tar.xz | 3 --- granatier-18.11.80.tar.xz | 3 +++ granatier.changes | 22 ++++++++++++++++++++++ granatier.spec | 26 ++++++++++++-------------- 4 files changed, 37 insertions(+), 17 deletions(-) delete mode 100644 granatier-18.08.3.tar.xz create mode 100644 granatier-18.11.80.tar.xz diff --git a/granatier-18.08.3.tar.xz b/granatier-18.08.3.tar.xz deleted file mode 100644 index 71fdc32..0000000 --- a/granatier-18.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:377ee8f1dcd9cf996e9727e58dc424611a35d851851c2bd2b54dd2b028a9b327 -size 1943028 diff --git a/granatier-18.11.80.tar.xz b/granatier-18.11.80.tar.xz new file mode 100644 index 0000000..45d19ee --- /dev/null +++ b/granatier-18.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7d375191304808a65fe7e36481fc500e1cb78d5e93ff4d89b59150935a49fe +size 1942768 diff --git a/granatier.changes b/granatier.changes index 9c6bcce..2192b4a 100644 --- a/granatier.changes +++ b/granatier.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Nov 20 06:21:54 UTC 2018 - Luca Beltrame + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:56:40 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: + * Port to new connect api + * Add donation url to appdata + * Fix minor Doxygen issues + * Add caption to the screenshot + * Fix minor Clang warnings + * Autogenerate debug file + install categories file + * Use override + nullptr + * Use strict compile flags + ------------------------------------------------------------------- Thu Nov 08 20:43:28 UTC 2018 - lbeltrame@kde.org diff --git a/granatier.spec b/granatier.spec index 10fefa5..a7234fb 100644 --- a/granatier.spec +++ b/granatier.spec @@ -1,7 +1,7 @@ # # spec file for package granatier # -# 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,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: granatier -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: granatier +Version: 18.11.80 +Release: 0 Summary: Bomberman-like game for KDE -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Amusements/Games/Action/Arcade -Url: http://www.kde.org +URL: http://www.kde.org Source0: granatier-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: kconfig-devel @@ -55,7 +54,6 @@ Provides: %{name}5 = %{version} %if %{with lang} Recommends: %{name}-lang %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Walk through an arena, lay bombs and kill your enemies. @@ -76,7 +74,7 @@ Granatier is a clone of the popular Bomberman game. %kf5_makeinstall -C build %if %{with lang} %find_lang %{name} --with-man --all-name - %kf5_find_htmldocs + %{kf5_find_htmldocs} %endif %suse_update_desktop_file -r org.kde.granatier Game ArcadeGame @@ -84,8 +82,7 @@ Granatier is a clone of the popular Bomberman game. %postun -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %dir %{_kf5_configkcfgdir} %{_kf5_applicationsdir}/org.kde.granatier.desktop %{_kf5_appsdir}/granatier/ @@ -95,10 +92,11 @@ Granatier is a clone of the popular Bomberman game. %doc %lang(en) %{_kf5_htmldir}/en/granatier/ %{_kf5_iconsdir}/hicolor/*/apps/granatier.* %{_kf5_kxmlguidir}/granatier/ +%{_kf5_debugdir}/granatier.categories %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %changelog From 86a96b79ab743d79f473b874bb20d9ddaec410b9ad75596fa15476a97d691b68 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Tue, 4 Dec 2018 16:21:55 +0000 Subject: [PATCH 2/5] KDE Applications 18.12.0 RC (knights is already in K:A) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/granatier?expand=0&rev=78 --- granatier-18.11.80.tar.xz | 3 --- granatier-18.11.90.tar.xz | 3 +++ granatier.changes | 10 ++++++++++ granatier.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 granatier-18.11.80.tar.xz create mode 100644 granatier-18.11.90.tar.xz diff --git a/granatier-18.11.80.tar.xz b/granatier-18.11.80.tar.xz deleted file mode 100644 index 45d19ee..0000000 --- a/granatier-18.11.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a7d375191304808a65fe7e36481fc500e1cb78d5e93ff4d89b59150935a49fe -size 1942768 diff --git a/granatier-18.11.90.tar.xz b/granatier-18.11.90.tar.xz new file mode 100644 index 0000000..991aad5 --- /dev/null +++ b/granatier-18.11.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5dfe8b64179527b28323907ed649dd2153b27eec118c134fc68b52cfdc09129 +size 1942500 diff --git a/granatier.changes b/granatier.changes index 2192b4a..186d882 100644 --- a/granatier.changes +++ b/granatier.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Dec 03 20:55:47 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:21:54 UTC 2018 - Luca Beltrame diff --git a/granatier.spec b/granatier.spec index a7234fb..05f174b 100644 --- a/granatier.spec +++ b/granatier.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: granatier -Version: 18.11.80 +Version: 18.11.90 Release: 0 Summary: Bomberman-like game for KDE License: GPL-2.0-or-later From 3f2162d59a8a9f8ead1211dd82ccb1abb76b6170338076b0476d77b2e9411200 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Fri, 7 Dec 2018 16:51:07 +0000 Subject: [PATCH 3/5] Accepting request 655427 from home:jengelh:branches:KDE:Applications - Use full sentences for description. - Remove ldconfig calls as there are no libraries. OBS-URL: https://build.opensuse.org/request/show/655427 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/granatier?expand=0&rev=79 --- granatier.changes | 6 ++++++ granatier.spec | 8 +++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/granatier.changes b/granatier.changes index 186d882..f981aeb 100644 --- a/granatier.changes +++ b/granatier.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 5 10:08:52 UTC 2018 - Jan Engelhardt + +- Use full sentences for description. +- Remove ldconfig calls as there are no libraries. + ------------------------------------------------------------------- Mon Dec 03 20:55:47 UTC 2018 - lbeltrame@kde.org diff --git a/granatier.spec b/granatier.spec index 05f174b..b8a504c 100644 --- a/granatier.spec +++ b/granatier.spec @@ -56,8 +56,9 @@ Recommends: %{name}-lang %endif %description -Walk through an arena, lay bombs and kill your enemies. -Granatier is a clone of the popular Bomberman game. +In this game, the player walks through an arena, lays bombs and, in +that way, is to kill enemies. Granatier is a clone of the popular +Bomberman game. %if %{with lang} %lang_package @@ -78,9 +79,6 @@ Granatier is a clone of the popular Bomberman game. %endif %suse_update_desktop_file -r org.kde.granatier Game ArcadeGame -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig - %files %license COPYING* %dir %{_kf5_configkcfgdir} From 9e16530a95a5e8e45edd4ff7ee962c7955fe1844c6def705d16fbfe4bd2b352c Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 16:50:07 +0000 Subject: [PATCH 4/5] KDE Applications 18.12.0 (not yet built) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/granatier?expand=0&rev=80 --- granatier-18.11.90.tar.xz | 3 --- granatier-18.12.0.tar.xz | 3 +++ granatier.changes | 10 ++++++++++ granatier.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 granatier-18.11.90.tar.xz create mode 100644 granatier-18.12.0.tar.xz diff --git a/granatier-18.11.90.tar.xz b/granatier-18.11.90.tar.xz deleted file mode 100644 index 991aad5..0000000 --- a/granatier-18.11.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5dfe8b64179527b28323907ed649dd2153b27eec118c134fc68b52cfdc09129 -size 1942500 diff --git a/granatier-18.12.0.tar.xz b/granatier-18.12.0.tar.xz new file mode 100644 index 0000000..1c76d2d --- /dev/null +++ b/granatier-18.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd2c091dece26d3bef8b45208c4072d5403aa8cad5c6637fde255be0f24bf90 +size 1942924 diff --git a/granatier.changes b/granatier.changes index f981aeb..5abcba8 100644 --- a/granatier.changes +++ b/granatier.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Dec 14 06:08:53 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 + ------------------------------------------------------------------- Wed Dec 5 10:08:52 UTC 2018 - Jan Engelhardt diff --git a/granatier.spec b/granatier.spec index b8a504c..5165cda 100644 --- a/granatier.spec +++ b/granatier.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: granatier -Version: 18.11.90 +Version: 18.12.0 Release: 0 Summary: Bomberman-like game for KDE License: GPL-2.0-or-later From 3a65e64e48e5ed66a8983ad79131e96b6eb6147e875421f0699943cdc37e6bbc Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 21:31:26 +0000 Subject: [PATCH 5/5] Fix beta and rc release announcement URLs OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/granatier?expand=0&rev=81 --- granatier.changes | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/granatier.changes b/granatier.changes index 5abcba8..86de973 100644 --- a/granatier.changes +++ b/granatier.changes @@ -35,7 +35,7 @@ Tue Nov 20 05:56:40 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: * Port to new connect api * Add donation url to appdata @@ -92,7 +92,7 @@ Thu Jul 26 13:00:28 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: * port to ranged-based for loop * fix alignment @@ -152,7 +152,7 @@ Fri Apr 06 07:08:46 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: * None @@ -261,7 +261,7 @@ Sat Aug 5 18:16: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 ------------------------------------------------------------------- @@ -320,7 +320,7 @@ Sat Mar 25 23:10:10 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 @@ -407,7 +407,7 @@ Mon Aug 8 14:35:37 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 ------------------------------------------------------------------- @@ -523,7 +523,7 @@ Fri Aug 7 06:46:25 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 -------------------------------------------------------------------