From 6780e42815fdf6cece4bbf46d1f5b31aa5e7f8081bce7276fd4d1d944080c065 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 24 Nov 2018 23:45:11 +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/ksirk?expand=0&rev=82 --- ksirk-18.08.3.tar.xz | 3 --- ksirk-18.11.80.tar.xz | 3 +++ ksirk.changes | 18 ++++++++++++++++++ ksirk.spec | 24 ++++++++++++------------ 4 files changed, 33 insertions(+), 15 deletions(-) delete mode 100644 ksirk-18.08.3.tar.xz create mode 100644 ksirk-18.11.80.tar.xz diff --git a/ksirk-18.08.3.tar.xz b/ksirk-18.08.3.tar.xz deleted file mode 100644 index f2c87f5..0000000 --- a/ksirk-18.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b40b2f259a419c7912d2e29a0e1642ae836d83933b73e4b9a1dc2d648a8ecfb -size 6987428 diff --git a/ksirk-18.11.80.tar.xz b/ksirk-18.11.80.tar.xz new file mode 100644 index 0000000..faca511 --- /dev/null +++ b/ksirk-18.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb97e2f3f53de51c4ec674e66c0e6f8f61967e703c9f63b8f0f1f1fa51983ce +size 6986684 diff --git a/ksirk.changes b/ksirk.changes index 2ad7507..f0165a2 100644 --- a/ksirk.changes +++ b/ksirk.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Nov 20 06:22:45 UTC 2018 - Luca Beltrame + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:57:14 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: + * Add donation url to appdata + * Remove qt prefix + * Install categories files + * Fix minor EBN issues + ------------------------------------------------------------------- Thu Nov 08 20:43:44 UTC 2018 - lbeltrame@kde.org diff --git a/ksirk.spec b/ksirk.spec index a6f3d72..d7be97c 100644 --- a/ksirk.spec +++ b/ksirk.spec @@ -1,7 +1,7 @@ # # spec file for package ksirk # -# 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,21 +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: ksirk -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: ksirk +Version: 18.11.80 +Release: 0 Summary: Risk-like game by KDE -License: GPL-2.0+ and LGPL-2.0+ +License: GPL-2.0-or-later AND LGPL-2.0-or-later Group: Amusements/Games/Strategy/Turn Based -Url: http://www.kde.org +URL: http://www.kde.org Source0: ksirk-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: kcompletion-devel @@ -83,7 +83,7 @@ KsirK is a computerized version of a well known strategy game. %kf5_makeinstall -C build %if %{with lang} %find_lang %{name} --with-man --all-name - %kf5_find_htmldocs + %{kf5_find_htmldocs} %endif rm %{buildroot}%{_kf5_libdir}/libiris_ksirk.so @@ -91,8 +91,7 @@ KsirK is a computerized version of a well known strategy game. %postun -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc COPYING COPYING.DOC COPYING.LIB +%license COPYING COPYING.DOC COPYING.LIB %config %{_kf5_configdir}/ksirk.knsrc %dir %{_kf5_configkcfgdir} %doc %lang(en) %{_kf5_htmldir}/en/ksirk/ @@ -109,10 +108,11 @@ KsirK is a computerized version of a well known strategy game. %{_kf5_libdir}/libiris_ksirk.so.* %{_kf5_sharedir}/ksirk/ %{_kf5_sharedir}/ksirkskineditor/ +%{_kf5_debugdir}/ksirk.categories %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %changelog