From b03d01fe74b00bd7b90dcbc16345053470d6bc54b89b62358a1677bf33c3b10b Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 5 Aug 2017 18:22:55 +0000 Subject: [PATCH 1/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/granatier?expand=0&rev=54 --- granatier-17.04.3.tar.xz | 3 --- granatier-17.07.90.tar.xz | 3 +++ granatier.changes | 8 ++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 granatier-17.04.3.tar.xz create mode 100644 granatier-17.07.90.tar.xz diff --git a/granatier-17.04.3.tar.xz b/granatier-17.04.3.tar.xz deleted file mode 100644 index 82ca3e0..0000000 --- a/granatier-17.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1c477c781cb8d165549e4f9c96e1acc1154052d72e6c72e29dce1d967ec64bf -size 1959548 diff --git a/granatier-17.07.90.tar.xz b/granatier-17.07.90.tar.xz new file mode 100644 index 0000000..dd99c77 --- /dev/null +++ b/granatier-17.07.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4851b0fe9e808bceb5a6587c52c0f47ba203c5ab8c01d379dad8321efe5b6451 +size 1959616 diff --git a/granatier.changes b/granatier.changes index d1017fb..0290f62 100644 --- a/granatier.changes +++ b/granatier.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Aug 5 18:16:46 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 + + ------------------------------------------------------------------- Sat Jul 15 22:59:00 CEST 2017 - lbeltrame@kde.org From a9de23d73b6deff65069c498368c59ba2deaa71ad750aeffc58648962eda2c80 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 5 Aug 2017 18:49:02 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/granatier?expand=0&rev=55 --- granatier.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/granatier.spec b/granatier.spec index 420e0cb..185d902 100644 --- a/granatier.spec +++ b/granatier.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: granatier -Version: 17.04.3 +Version: 17.07.90 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) From b05a9be5471e4872b9909b218433a8dc8b4e31900d3f2f10e53f501c78268268 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 11 Aug 2017 22:53:10 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/granatier?expand=0&rev=56 --- granatier.changes | 9 +++++++++ granatier.spec | 20 ++++++++++++-------- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/granatier.changes b/granatier.changes index 0290f62..17a6dc3 100644 --- a/granatier.changes +++ b/granatier.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Aug 11 22:44:57 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.08.0 + * New feature release + * https://www.kde.org/announcements/announce-applications-17.08.0.php +- Changes since 17.04.3 : + * Use Q_DECLARE_OVERRIDE + ------------------------------------------------------------------- Sat Aug 5 18:16:46 UTC 2017 - christophe@krop.fr diff --git a/granatier.spec b/granatier.spec index 185d902..2fa1f92 100644 --- a/granatier.spec +++ b/granatier.spec @@ -1,7 +1,7 @@ # # spec file for package granatier # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -15,13 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %bcond_without lang Name: granatier Version: 17.07.90 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) +# 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}')} Summary: Bomberman-like game for KDE License: GPL-2.0+ @@ -51,7 +52,9 @@ BuildRequires: pkgconfig(Qt5Test) BuildRequires: pkgconfig(Qt5Widgets) Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} +%if %{with lang} Recommends: %{name}-lang +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -82,14 +85,15 @@ Granatier is a clone of the popular Bomberman game. %files %defattr(-,root,root) -%{_kf5_bindir}/granatier -%{_kf5_applicationsdir}/org.kde.granatier.desktop -%{_kf5_htmldir}/en/granatier/ -%{_kf5_iconsdir}/hicolor/*/apps/granatier.* -%{_kf5_appsdir}/granatier/ +%doc COPYING* %dir %{_kf5_configkcfgdir} -%{_kf5_configkcfgdir}/granatier.kcfg +%{_kf5_applicationsdir}/org.kde.granatier.desktop +%{_kf5_appsdir}/granatier/ %{_kf5_appstreamdir}/ +%{_kf5_bindir}/granatier +%{_kf5_configkcfgdir}/granatier.kcfg +%doc %lang(en) %{_kf5_htmldir}/en/granatier/ +%{_kf5_iconsdir}/hicolor/*/apps/granatier.* %{_kf5_kxmlguidir}/granatier/ %if %{with lang} From e24bce457dc0189397b448d4cf1611e33653479551824a1c9fe082d5e5b0c74a Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 11 Aug 2017 23:08:27 +0000 Subject: [PATCH 4/4] 17.08.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/granatier?expand=0&rev=57 --- granatier-17.07.90.tar.xz | 3 --- granatier-17.08.0.tar.xz | 3 +++ granatier.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 granatier-17.07.90.tar.xz create mode 100644 granatier-17.08.0.tar.xz diff --git a/granatier-17.07.90.tar.xz b/granatier-17.07.90.tar.xz deleted file mode 100644 index dd99c77..0000000 --- a/granatier-17.07.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4851b0fe9e808bceb5a6587c52c0f47ba203c5ab8c01d379dad8321efe5b6451 -size 1959616 diff --git a/granatier-17.08.0.tar.xz b/granatier-17.08.0.tar.xz new file mode 100644 index 0000000..f3fab41 --- /dev/null +++ b/granatier-17.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03787a32eb9b285b2e6936445eacb6600f5e1730a35ace07f08125631f86a5c4 +size 1960032 diff --git a/granatier.spec b/granatier.spec index 2fa1f92..99723a6 100644 --- a/granatier.spec +++ b/granatier.spec @@ -19,7 +19,7 @@ %bcond_without lang Name: granatier -Version: 17.07.90 +Version: 17.08.0 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)