From d7371ed08cb82bfe94be401af625ccbeee2f7d7a37de0b95bdf96acfeaace84c Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 28 Jul 2018 13:23:06 +0000 Subject: [PATCH] KDE Applications 18.08.0 beta (third time's the charm) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/granatier?expand=0&rev=72 --- granatier-18.04.3.tar.xz | 3 --- granatier-18.07.80.tar.xz | 3 +++ granatier.changes | 20 ++++++++++++++++++++ granatier.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 granatier-18.04.3.tar.xz create mode 100644 granatier-18.07.80.tar.xz diff --git a/granatier-18.04.3.tar.xz b/granatier-18.04.3.tar.xz deleted file mode 100644 index f0ff390..0000000 --- a/granatier-18.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:004ec05677cce6e2785870ec8e3e80d701bf616bf67766d3566c0f22d725ee44 -size 1961648 diff --git a/granatier-18.07.80.tar.xz b/granatier-18.07.80.tar.xz new file mode 100644 index 0000000..c748460 --- /dev/null +++ b/granatier-18.07.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac32f896a97a7e701218f42e14542c939dda4bc9953f0f888a6a7c06909a1e90 +size 1961428 diff --git a/granatier.changes b/granatier.changes index 444115d..08af229 100644 --- a/granatier.changes +++ b/granatier.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +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 +- Changes since 18.04.3: + * port to ranged-based for loop + * fix alignment + * fix debug output + * small random number generator improvements + * enable compiler warnings and fix them + * add license text + * add functions to get random numbers from a range + * increase version number + * add Arturo Silva to the credits page ... long overdue, somehow I fogot to add him + * remove clanbomber import ... shouldn't be needed anymore + * make random arena mode work again + ------------------------------------------------------------------- Fri Jul 13 04:49:47 UTC 2018 - lbeltrame@kde.org diff --git a/granatier.spec b/granatier.spec index 3269ef3..291022d 100644 --- a/granatier.spec +++ b/granatier.spec @@ -19,11 +19,11 @@ %bcond_without lang Name: granatier -Version: 18.04.3 +Version: 18.07.80 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: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Bomberman-like game for KDE License: GPL-2.0+ Group: Amusements/Games/Action/Arcade