From f2f01a4f5cb4c93bb3663e627325715959f4083a7a1dbe73288210e1ed2ef151 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 24 Nov 2018 23:44:47 +0000 Subject: [PATCH 1/7] KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/killbots?expand=0&rev=75 --- killbots-18.08.3.tar.xz | 3 --- killbots-18.11.80.tar.xz | 3 +++ killbots.changes | 15 +++++++++++++++ killbots.spec | 25 +++++++++++-------------- 4 files changed, 29 insertions(+), 17 deletions(-) delete mode 100644 killbots-18.08.3.tar.xz create mode 100644 killbots-18.11.80.tar.xz diff --git a/killbots-18.08.3.tar.xz b/killbots-18.08.3.tar.xz deleted file mode 100644 index f5dde58..0000000 --- a/killbots-18.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40122845898fe30df90827c1787ee749d522d1f03ca02bf28a6f2bdc21899bac -size 1165152 diff --git a/killbots-18.11.80.tar.xz b/killbots-18.11.80.tar.xz new file mode 100644 index 0000000..0ade210 --- /dev/null +++ b/killbots-18.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3faf8f22512de5e6ebad971da38e2b7828c96694e2e890354d3220d3da1f5183 +size 1164960 diff --git a/killbots.changes b/killbots.changes index 4db0579..6fd7352 100644 --- a/killbots.changes +++ b/killbots.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Nov 20 06:22:23 UTC 2018 - Luca Beltrame + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:57:03 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:37 UTC 2018 - lbeltrame@kde.org diff --git a/killbots.spec b/killbots.spec index efdc14b..2fae908 100644 --- a/killbots.spec +++ b/killbots.spec @@ -1,7 +1,7 @@ # # spec file for package killbots # -# 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: killbots -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: killbots +Version: 18.11.80 +Release: 0 Summary: Robots-like game for KDE -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/GUI/KDE -Url: http://www.kde.org +URL: http://www.kde.org Source0: killbots-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: kconfig-devel @@ -54,7 +53,6 @@ Provides: %{name}5 = %{version} %if %{with lang} Recommends: %{name}-lang %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Killbots is a simple game of evading killer robots. Who created the robots and why they have been programmed to destroy, no one knows. All that is known is that the robots are numerous and their sole objective is to destroy you. Fortunately for you, their creator has focused on quantity rather than quality and as a result the robots are severely lacking in intelligence. Your superior wit and a fancy teleportation device are your only weapons against the never-ending stream of mindless automatons. @@ -74,12 +72,11 @@ Killbots is a simple game of evading killer robots. Who created the robots and w %kf5_makeinstall -C build %if %{with lang} %find_lang %{name} --with-man --all-name - %kf5_find_htmldocs + %{kf5_find_htmldocs} %endif %files -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %dir %{_kf5_configkcfgdir} %doc %lang(en) %{_kf5_htmldir}/en/killbots/ %{_kf5_applicationsdir}/org.kde.killbots.desktop @@ -90,7 +87,7 @@ Killbots is a simple game of evading killer robots. Who created the robots and w %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %changelog From b26fb184ffca3371c14ebd2b402c0614ded95a41460002e5fb57339f05bbbddc Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Mon, 26 Nov 2018 06:02:00 +0000 Subject: [PATCH 2/7] Accepting request 651890 from home:jengelh:branches:KDE:Applications - Cut storytelling prose from %description and put a more to-the-point description up. OBS-URL: https://build.opensuse.org/request/show/651890 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/killbots?expand=0&rev=76 --- killbots.changes | 6 ++++++ killbots.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/killbots.changes b/killbots.changes index 6fd7352..4c15e5b 100644 --- a/killbots.changes +++ b/killbots.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 26 01:11:59 UTC 2018 - Jan Engelhardt + +- Cut storytelling prose from %description and put a more + to-the-point description up. + ------------------------------------------------------------------- Tue Nov 20 06:22:23 UTC 2018 - Luca Beltrame diff --git a/killbots.spec b/killbots.spec index 2fae908..acbea7b 100644 --- a/killbots.spec +++ b/killbots.spec @@ -55,7 +55,10 @@ Recommends: %{name}-lang %endif %description -Killbots is a simple game of evading killer robots. Who created the robots and why they have been programmed to destroy, no one knows. All that is known is that the robots are numerous and their sole objective is to destroy you. Fortunately for you, their creator has focused on quantity rather than quality and as a result the robots are severely lacking in intelligence. Your superior wit and a fancy teleportation device are your only weapons against the never-ending stream of mindless automatons. +Killbots is a turn-based game of evading "killer" robots on a board. +Robots home in on the player, but can crash into other robots or +debris, rendering them inert. The player has to strategically move +and can optionally use teleportation to a random location. %if %{with lang} %lang_package From 78cafcb365935501d06cabca4e9e42922f0ccb47dc54dcb950f39ce3fa8bc6b0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Tue, 4 Dec 2018 16:22:31 +0000 Subject: [PATCH 3/7] KDE Applications 18.12.0 RC (knights is already in K:A) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/killbots?expand=0&rev=77 --- killbots-18.11.80.tar.xz | 3 --- killbots-18.11.90.tar.xz | 3 +++ killbots.changes | 10 ++++++++++ killbots.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 killbots-18.11.80.tar.xz create mode 100644 killbots-18.11.90.tar.xz diff --git a/killbots-18.11.80.tar.xz b/killbots-18.11.80.tar.xz deleted file mode 100644 index 0ade210..0000000 --- a/killbots-18.11.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3faf8f22512de5e6ebad971da38e2b7828c96694e2e890354d3220d3da1f5183 -size 1164960 diff --git a/killbots-18.11.90.tar.xz b/killbots-18.11.90.tar.xz new file mode 100644 index 0000000..52753ab --- /dev/null +++ b/killbots-18.11.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5c85808c78f1e56e33df5ca139a99598207b55243e8e583d074ee87aa1122e +size 1164960 diff --git a/killbots.changes b/killbots.changes index 4c15e5b..bf32242 100644 --- a/killbots.changes +++ b/killbots.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Dec 03 20:56:01 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 + ------------------------------------------------------------------- Mon Nov 26 01:11:59 UTC 2018 - Jan Engelhardt diff --git a/killbots.spec b/killbots.spec index acbea7b..499f443 100644 --- a/killbots.spec +++ b/killbots.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: killbots -Version: 18.11.80 +Version: 18.11.90 Release: 0 Summary: Robots-like game for KDE License: GPL-2.0-or-later From 6c0fc3c3d9a22e96e8e9d890dc5b6e1d54f14a3ba4db2772d8e32954fb733f25 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Tue, 4 Dec 2018 16:32:23 +0000 Subject: [PATCH 4/7] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/killbots?expand=0&rev=78 --- killbots.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/killbots.changes b/killbots.changes index bf32242..42fd5b5 100644 --- a/killbots.changes +++ b/killbots.changes @@ -6,7 +6,7 @@ Mon Dec 03 20:56:01 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 ------------------------------------------------------------------- Mon Nov 26 01:11:59 UTC 2018 - Jan Engelhardt From 2d10461d86bae674d6fb217191730a4a3f7a53f3e74f8384a158a736abbacfc9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 16:50:50 +0000 Subject: [PATCH 5/7] KDE Applications 18.12.0 (not yet built) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/killbots?expand=0&rev=79 --- killbots-18.11.90.tar.xz | 3 --- killbots-18.12.0.tar.xz | 3 +++ killbots.changes | 10 ++++++++++ killbots.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 killbots-18.11.90.tar.xz create mode 100644 killbots-18.12.0.tar.xz diff --git a/killbots-18.11.90.tar.xz b/killbots-18.11.90.tar.xz deleted file mode 100644 index 52753ab..0000000 --- a/killbots-18.11.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b5c85808c78f1e56e33df5ca139a99598207b55243e8e583d074ee87aa1122e -size 1164960 diff --git a/killbots-18.12.0.tar.xz b/killbots-18.12.0.tar.xz new file mode 100644 index 0000000..6727117 --- /dev/null +++ b/killbots-18.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e06fb83398fe7787525730137b49dba1e48db3b020ca977ff43a51cc7a11d71 +size 1165020 diff --git a/killbots.changes b/killbots.changes index 42fd5b5..473afdb 100644 --- a/killbots.changes +++ b/killbots.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Dec 14 06:09:11 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:01 UTC 2018 - lbeltrame@kde.org diff --git a/killbots.spec b/killbots.spec index 499f443..d03909b 100644 --- a/killbots.spec +++ b/killbots.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: killbots -Version: 18.11.90 +Version: 18.12.0 Release: 0 Summary: Robots-like game for KDE License: GPL-2.0-or-later From 0fcf3314d00c15cc339e42d363f694405d7260c81a9c2af1628028acf35b303a Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 17:14:27 +0000 Subject: [PATCH 6/7] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/killbots?expand=0&rev=80 --- killbots.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/killbots.changes b/killbots.changes index 473afdb..0eb8da6 100644 --- a/killbots.changes +++ b/killbots.changes @@ -6,7 +6,7 @@ Fri Dec 14 06:09:11 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:01 UTC 2018 - lbeltrame@kde.org From 8f31949407be205dfdd22fb60c2a42a819a981540aa9f45ba522145f5a4c521b Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 22:16:24 +0000 Subject: [PATCH 7/7] Fix wrong beta and rc release announcement URLs OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/killbots?expand=0&rev=81 --- killbots.changes | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/killbots.changes b/killbots.changes index 0eb8da6..f10bcdb 100644 --- a/killbots.changes +++ b/killbots.changes @@ -35,7 +35,7 @@ Tue Nov 20 05:57:03 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 @@ -85,7 +85,7 @@ Thu Jul 26 13:00:43 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 @@ -135,7 +135,7 @@ Fri Apr 06 07:09:30 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 @@ -244,7 +244,7 @@ Sat Aug 5 18:17:53 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 ------------------------------------------------------------------- @@ -303,7 +303,7 @@ Sat Mar 25 23:10:29 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: * replace KDEHOME + kde-config with qtpaths @@ -390,7 +390,7 @@ Mon Aug 8 15:05:31 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 ------------------------------------------------------------------- @@ -506,7 +506,7 @@ Fri Aug 7 06:55:02 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 -------------------------------------------------------------------