From 2023860dc1c9e5641fb790cc6c112a937e513f9374ddd7b106d07ab2c69f886b Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Wed, 3 Apr 2019 08:52:08 +0000 Subject: [PATCH 1/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/killbots?expand=0&rev=85 --- killbots-18.12.3.tar.xz | 3 --- killbots-19.03.80.tar.xz | 3 +++ killbots.changes | 13 +++++++++++++ killbots.spec | 5 +++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 killbots-18.12.3.tar.xz create mode 100644 killbots-19.03.80.tar.xz diff --git a/killbots-18.12.3.tar.xz b/killbots-18.12.3.tar.xz deleted file mode 100644 index 8434917..0000000 --- a/killbots-18.12.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4efb4fcd4f34f1843b990a92e5b0309c196071f0778cdc8376eff5eef405deb9 -size 1165004 diff --git a/killbots-19.03.80.tar.xz b/killbots-19.03.80.tar.xz new file mode 100644 index 0000000..864e38c --- /dev/null +++ b/killbots-19.03.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:163c5d0e2b457ddd8c14425c72df896e5e59ba9bfb3898ab8065b84258411e3c +size 1167088 diff --git a/killbots.changes b/killbots.changes index 3b9cb94..fe7833c 100644 --- a/killbots.changes +++ b/killbots.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Mar 27 06:41:02 UTC 2019 - lbeltrame@kde.org + +- Update to 19.03.80 + * New feature release + * For more details please see: + * https://kde.org/announcements/announce-applications-19.04-beta.php +- Changes since 18.12.3: + * remove deprecated methods + * Appstream data for Killbots + * Use override + add nullptr + fix compile with strict compile flags + * Use isEmpty() when it's possible + ------------------------------------------------------------------- Sat Mar 09 08:03:17 UTC 2019 - lbeltrame@kde.org diff --git a/killbots.spec b/killbots.spec index c16cedb..99305ef 100644 --- a/killbots.spec +++ b/killbots.spec @@ -21,9 +21,9 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: killbots -Version: 18.12.3 +Version: 19.03.80 Release: 0 -Summary: Robots-like game for KDE +Summary: Robots-like game by KDE License: GPL-2.0-or-later Group: System/GUI/KDE URL: http://www.kde.org @@ -87,6 +87,7 @@ and can optionally use teleportation to a random location. %{_kf5_configkcfgdir}/killbots.kcfg %{_kf5_iconsdir}/hicolor/*/apps/killbots.* %{_kf5_sharedir}/killbots/ +%{_kf5_appstreamdir}/org.kde.killbots.appdata.xml %if %{with lang} %files lang -f %{name}.lang From 8703d82faba45b9ceb61b173c9beface43e9ef84a74985b219904a95a86f4b49 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Thu, 11 Apr 2019 19:37:34 +0000 Subject: [PATCH 2/3] KDE Applications 19.04 RC OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/killbots?expand=0&rev=86 --- killbots-19.03.80.tar.xz | 3 --- killbots-19.03.90.tar.xz | 3 +++ killbots.changes | 10 ++++++++++ killbots.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 killbots-19.03.80.tar.xz create mode 100644 killbots-19.03.90.tar.xz diff --git a/killbots-19.03.80.tar.xz b/killbots-19.03.80.tar.xz deleted file mode 100644 index 864e38c..0000000 --- a/killbots-19.03.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:163c5d0e2b457ddd8c14425c72df896e5e59ba9bfb3898ab8065b84258411e3c -size 1167088 diff --git a/killbots-19.03.90.tar.xz b/killbots-19.03.90.tar.xz new file mode 100644 index 0000000..95a0774 --- /dev/null +++ b/killbots-19.03.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81453e6772cae72be3c5887a986df8572408820f51b45ed21f18ec462b25621c +size 1167084 diff --git a/killbots.changes b/killbots.changes index fe7833c..9939430 100644 --- a/killbots.changes +++ b/killbots.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Apr 09 20:54:41 UTC 2019 - lbeltrame@kde.org + +- Update to 19.03.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/announce-applications-19.04-rc.php +- Changes since 19.03.80: + * No code changes since 19.03.80 + ------------------------------------------------------------------- Wed Mar 27 06:41:02 UTC 2019 - lbeltrame@kde.org diff --git a/killbots.spec b/killbots.spec index 99305ef..60fa777 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: 19.03.80 +Version: 19.03.90 Release: 0 Summary: Robots-like game by KDE License: GPL-2.0-or-later From 2b38930e059dd93eba6871b024a635c098992d5f5d9903cb1fc2f9575f97987a Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Sat, 20 Apr 2019 09:06:03 +0000 Subject: [PATCH 3/3] KDE Applications 19.04.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/killbots?expand=0&rev=87 --- killbots-19.03.90.tar.xz | 3 --- killbots-19.04.0.tar.xz | 3 +++ killbots.changes | 10 ++++++++++ killbots.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 killbots-19.03.90.tar.xz create mode 100644 killbots-19.04.0.tar.xz diff --git a/killbots-19.03.90.tar.xz b/killbots-19.03.90.tar.xz deleted file mode 100644 index 95a0774..0000000 --- a/killbots-19.03.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81453e6772cae72be3c5887a986df8572408820f51b45ed21f18ec462b25621c -size 1167084 diff --git a/killbots-19.04.0.tar.xz b/killbots-19.04.0.tar.xz new file mode 100644 index 0000000..343536b --- /dev/null +++ b/killbots-19.04.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc928a1956b72bc207feed237598b445b5a7d7d26a266ec88080c1510870359 +size 1167108 diff --git a/killbots.changes b/killbots.changes index 9939430..09dc850 100644 --- a/killbots.changes +++ b/killbots.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Apr 20 06:51:55 UTC 2019 - lbeltrame@kde.org + +- Update to 19.04.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-19.04.0.php +- Changes since 19.03.90: + * No code changes since 19.03.90 + ------------------------------------------------------------------- Tue Apr 09 20:54:41 UTC 2019 - lbeltrame@kde.org diff --git a/killbots.spec b/killbots.spec index 60fa777..c2709cb 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: 19.03.90 +Version: 19.04.0 Release: 0 Summary: Robots-like game by KDE License: GPL-2.0-or-later