From 85be86728a39c4d1212bf4fa778bdb05212799080d637cc915fddf8efa45348b Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 24 Nov 2018 23:44:17 +0000 Subject: [PATCH] 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