From 85be86728a39c4d1212bf4fa778bdb05212799080d637cc915fddf8efa45348b Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 24 Nov 2018 23:44:17 +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/kapman?expand=0&rev=76 --- kapman-18.08.3.tar.xz | 3 --- kapman-18.11.80.tar.xz | 3 +++ kapman.changes | 16 ++++++++++++++++ kapman.spec | 25 +++++++++++-------------- 4 files changed, 30 insertions(+), 17 deletions(-) delete mode 100644 kapman-18.08.3.tar.xz create mode 100644 kapman-18.11.80.tar.xz diff --git a/kapman-18.08.3.tar.xz b/kapman-18.08.3.tar.xz deleted file mode 100644 index e816d5e..0000000 --- a/kapman-18.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15a74129d53133b4b771060875c2c0f2fda92db8361a273dd38553e019e38878 -size 2525576 diff --git a/kapman-18.11.80.tar.xz b/kapman-18.11.80.tar.xz new file mode 100644 index 0000000..878bcd8 --- /dev/null +++ b/kapman-18.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd773815b03ac6afa6f76450a7d05421d7f4c2935e3101d912f36182f11d4e90 +size 2525544 diff --git a/kapman.changes b/kapman.changes index 248cfbc..fe32014 100644 --- a/kapman.changes +++ b/kapman.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Nov 20 06:22:02 UTC 2018 - Luca Beltrame + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:56:45 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: + * Hide intro label if it's there when starting a new level + * Add donation url to appdata + ------------------------------------------------------------------- Thu Nov 08 20:43:31 UTC 2018 - lbeltrame@kde.org diff --git a/kapman.spec b/kapman.spec index 8206b5b..af3e95b 100644 --- a/kapman.spec +++ b/kapman.spec @@ -1,7 +1,7 @@ # # spec file for package kapman # -# 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: kapman -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: kapman +Version: 18.11.80 +Release: 0 Summary: Pac-Man-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: kapman-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: kconfig-devel @@ -56,7 +55,6 @@ Provides: %{name}5 = %{version} %if %{with lang} Recommends: %{name}-lang %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Kapman is a clone of the well known game Pac-Man. You must go through the levels escaping ghosts in a maze. You lose a life when a ghost eats you, but you can eat the ghosts for a few seconds when eating an energizer. You win points when eating pills, energizers, and bonus, and you win one life for each 10,000 points. When you have eaten all the pills and energizers of a level, you go to the next level, and the player and ghost speeds increase. The game ends when you have lost all your lives. @@ -76,7 +74,7 @@ Kapman is a clone of the well known game Pac-Man. You must go through the levels %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.kapman Game ArcadeGame @@ -84,8 +82,7 @@ Kapman is a clone of the well known game Pac-Man. You must go through the levels %postun -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc COPYING COPYING.DOC +%license COPYING COPYING.DOC %{_kf5_sharedir}/sounds/kapman/ %{_kf5_applicationsdir}/org.kde.kapman.desktop %{_kf5_appsdir}/kapman/ @@ -97,7 +94,7 @@ Kapman is a clone of the well known game Pac-Man. You must go through the levels %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %changelog From 0cbb8173fe9c39925961774c1a499139d0e8d99bbc12a4e0e1a3c63553aac768 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Tue, 4 Dec 2018 16:22:06 +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/kapman?expand=0&rev=77 --- kapman-18.11.80.tar.xz | 3 --- kapman-18.11.90.tar.xz | 3 +++ kapman.changes | 10 ++++++++++ kapman.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 kapman-18.11.80.tar.xz create mode 100644 kapman-18.11.90.tar.xz diff --git a/kapman-18.11.80.tar.xz b/kapman-18.11.80.tar.xz deleted file mode 100644 index 878bcd8..0000000 --- a/kapman-18.11.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd773815b03ac6afa6f76450a7d05421d7f4c2935e3101d912f36182f11d4e90 -size 2525544 diff --git a/kapman-18.11.90.tar.xz b/kapman-18.11.90.tar.xz new file mode 100644 index 0000000..b9661b7 --- /dev/null +++ b/kapman-18.11.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efeca46a10348b4f40531335f8b8e3e03d69022c38f0f8a6bd0eed91edb89314 +size 2525472 diff --git a/kapman.changes b/kapman.changes index fe32014..6417e52 100644 --- a/kapman.changes +++ b/kapman.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Dec 03 20:55:50 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:02 UTC 2018 - Luca Beltrame diff --git a/kapman.spec b/kapman.spec index af3e95b..75d8f48 100644 --- a/kapman.spec +++ b/kapman.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kapman -Version: 18.11.80 +Version: 18.11.90 Release: 0 Summary: Pac-Man-like game for KDE License: GPL-2.0-or-later From 1140b0bf3e3383e068c37c0529b0829795244c6b2ddb692a9e91327086ec55a5 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Fri, 7 Dec 2018 16:52:28 +0000 Subject: [PATCH 3/6] Accepting request 655430 from home:jengelh:branches:KDE:Applications - Remove ldconfig calls as there are no libraries. OBS-URL: https://build.opensuse.org/request/show/655430 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kapman?expand=0&rev=78 --- kapman.changes | 5 +++++ kapman.spec | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/kapman.changes b/kapman.changes index 6417e52..c481a4e 100644 --- a/kapman.changes +++ b/kapman.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 5 23:00:54 UTC 2018 - Jan Engelhardt + +- Remove ldconfig calls as there are no libraries. + ------------------------------------------------------------------- Mon Dec 03 20:55:50 UTC 2018 - lbeltrame@kde.org diff --git a/kapman.spec b/kapman.spec index 75d8f48..b19eb4a 100644 --- a/kapman.spec +++ b/kapman.spec @@ -78,9 +78,6 @@ Kapman is a clone of the well known game Pac-Man. You must go through the levels %endif %suse_update_desktop_file -r org.kde.kapman Game ArcadeGame -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig - %files %license COPYING COPYING.DOC %{_kf5_sharedir}/sounds/kapman/ From b96d719ecff88dd540a33a9d1c6f59e4bcfce725ea35059e7947450572285b74 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 16:50:19 +0000 Subject: [PATCH 4/6] KDE Applications 18.12.0 (not yet built) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kapman?expand=0&rev=79 --- kapman-18.11.90.tar.xz | 3 --- kapman-18.12.0.tar.xz | 3 +++ kapman.changes | 10 ++++++++++ kapman.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 kapman-18.11.90.tar.xz create mode 100644 kapman-18.12.0.tar.xz diff --git a/kapman-18.11.90.tar.xz b/kapman-18.11.90.tar.xz deleted file mode 100644 index b9661b7..0000000 --- a/kapman-18.11.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efeca46a10348b4f40531335f8b8e3e03d69022c38f0f8a6bd0eed91edb89314 -size 2525472 diff --git a/kapman-18.12.0.tar.xz b/kapman-18.12.0.tar.xz new file mode 100644 index 0000000..cb2c18b --- /dev/null +++ b/kapman-18.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9177ccb87e2ad7cfe8cefa2553d7e35681be7c7cec8816f14b5df6e8e442186a +size 2525540 diff --git a/kapman.changes b/kapman.changes index c481a4e..e944788 100644 --- a/kapman.changes +++ b/kapman.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Dec 14 06:09:00 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 23:00:54 UTC 2018 - Jan Engelhardt diff --git a/kapman.spec b/kapman.spec index b19eb4a..9e79fa6 100644 --- a/kapman.spec +++ b/kapman.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kapman -Version: 18.11.90 +Version: 18.12.0 Release: 0 Summary: Pac-Man-like game for KDE License: GPL-2.0-or-later From cfbcc6d39cdb73690466b357fb27d95d972008d87c18ec197ff0a17c790de64d Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 17:04:46 +0000 Subject: [PATCH 5/6] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kapman?expand=0&rev=80 --- kapman.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kapman.changes b/kapman.changes index e944788..70ec261 100644 --- a/kapman.changes +++ b/kapman.changes @@ -6,7 +6,7 @@ Fri Dec 14 06:09:00 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 ------------------------------------------------------------------- Wed Dec 5 23:00:54 UTC 2018 - Jan Engelhardt @@ -21,7 +21,7 @@ Mon Dec 03 20:55:50 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:02 UTC 2018 - Luca Beltrame From 17c957dbcbc74248022b819a12d41811ce2112d932d30222aa68dcd1caa6ceb5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 21:41:24 +0000 Subject: [PATCH 6/6] Fix beta and rc release announcement URLs OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kapman?expand=0&rev=81 --- kapman.changes | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/kapman.changes b/kapman.changes index 70ec261..11e5406 100644 --- a/kapman.changes +++ b/kapman.changes @@ -34,7 +34,7 @@ Tue Nov 20 05:56:45 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: * Hide intro label if it's there when starting a new level * Add donation url to appdata @@ -85,7 +85,7 @@ Thu Jul 26 13:00:33 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:08:58 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:05 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:16 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: * remove obsolete entities reporting.bugs + updating.documentation @@ -390,7 +390,7 @@ Mon Aug 8 14:46:33 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:47:18 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 -------------------------------------------------------------------