From 3fbca0174a96dc03c97b7151204d3f6dc3ea155f2529bdcd56973d7b9cef39a2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 24 Nov 2018 23:45:27 +0000 Subject: [PATCH 1/5] KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/lskat?expand=0&rev=79 --- lskat-18.08.3.tar.xz | 3 --- lskat-18.11.80.tar.xz | 3 +++ lskat.changes | 17 +++++++++++++++++ lskat.spec | 28 +++++++++++++--------------- 4 files changed, 33 insertions(+), 18 deletions(-) delete mode 100644 lskat-18.08.3.tar.xz create mode 100644 lskat-18.11.80.tar.xz diff --git a/lskat-18.08.3.tar.xz b/lskat-18.08.3.tar.xz deleted file mode 100644 index 33170ca..0000000 --- a/lskat-18.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:048b93d64e0a25efbc0053f686c65a38bbd832638ff7654673ade8eeb98e37e2 -size 1217664 diff --git a/lskat-18.11.80.tar.xz b/lskat-18.11.80.tar.xz new file mode 100644 index 0000000..9440cfc --- /dev/null +++ b/lskat-18.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c0940d72c81bfeb888330acd2e53477f00cce3866baa5630d3841cde3180157 +size 1217708 diff --git a/lskat.changes b/lskat.changes index b84f55d..dfe0c08 100644 --- a/lskat.changes +++ b/lskat.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Nov 20 06:23:00 UTC 2018 - Luca Beltrame + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:57:29 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 + * Fix categories file + * Drop unused dependencies + ------------------------------------------------------------------- Thu Nov 08 20:43:48 UTC 2018 - lbeltrame@kde.org diff --git a/lskat.spec b/lskat.spec index 80156b2..3f12c2d 100644 --- a/lskat.spec +++ b/lskat.spec @@ -1,7 +1,7 @@ # # spec file for package lskat # -# 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: lskat -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: lskat +Version: 18.11.80 +Release: 0 Summary: German Skat game -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Amusements/Games/Board/Card -Url: http://www.kde.org +URL: http://www.kde.org Source0: lskat-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: kconfig-devel @@ -45,10 +44,9 @@ BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Svg) BuildRequires: pkgconfig(Qt5Widgets) Requires: kdegames-carddecks-default +Recommends: %{name}-lang Obsoletes: lskat5 < %{version} Provides: lskat5 = %{version} -Recommends: %{name}-lang -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Lieutenant Skat is a nice two player card game which follows the rules @@ -69,13 +67,13 @@ the players. %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.lskat Game CardGame %files -%defattr(-,root,root) -%doc COPYING* README +%license COPYING* +%doc README %doc %lang(en) %{_kf5_htmldir}/en/lskat/ %{_kf5_debugdir}/*.categories %{_kf5_applicationsdir}/org.kde.lskat.desktop @@ -87,7 +85,7 @@ the players. %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %changelog From 8ea1949fa051bd389e7ccbc5a720320fa44fa4e2c5deea98c2d1e32115bb7984 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Tue, 4 Dec 2018 16:23:13 +0000 Subject: [PATCH 2/5] KDE Applications 18.12.0 RC (knights is already in K:A) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/lskat?expand=0&rev=80 --- lskat-18.11.80.tar.xz | 3 --- lskat-18.11.90.tar.xz | 3 +++ lskat.changes | 10 ++++++++++ lskat.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 lskat-18.11.80.tar.xz create mode 100644 lskat-18.11.90.tar.xz diff --git a/lskat-18.11.80.tar.xz b/lskat-18.11.80.tar.xz deleted file mode 100644 index 9440cfc..0000000 --- a/lskat-18.11.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c0940d72c81bfeb888330acd2e53477f00cce3866baa5630d3841cde3180157 -size 1217708 diff --git a/lskat-18.11.90.tar.xz b/lskat-18.11.90.tar.xz new file mode 100644 index 0000000..9976d90 --- /dev/null +++ b/lskat-18.11.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0879939cb69b02f0adea3de46cd892ec9c9a45e8995fdfba58e88621a5c911c +size 1217332 diff --git a/lskat.changes b/lskat.changes index dfe0c08..d9619f0 100644 --- a/lskat.changes +++ b/lskat.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Dec 03 20:56:16 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: + * Fix potential mem leak (found by asan) + ------------------------------------------------------------------- Tue Nov 20 06:23:00 UTC 2018 - Luca Beltrame diff --git a/lskat.spec b/lskat.spec index 3f12c2d..82ba211 100644 --- a/lskat.spec +++ b/lskat.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: lskat -Version: 18.11.80 +Version: 18.11.90 Release: 0 Summary: German Skat game License: GPL-2.0-or-later From 0d3dd0ee6b298f25df83c5508b2756a33a39163c3176e1a1aa46d01a9746b182 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 16:51:29 +0000 Subject: [PATCH 3/5] KDE Applications 18.12.0 (not yet built) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/lskat?expand=0&rev=81 --- lskat-18.11.90.tar.xz | 3 --- lskat-18.12.0.tar.xz | 3 +++ lskat.changes | 10 ++++++++++ lskat.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 lskat-18.11.90.tar.xz create mode 100644 lskat-18.12.0.tar.xz diff --git a/lskat-18.11.90.tar.xz b/lskat-18.11.90.tar.xz deleted file mode 100644 index 9976d90..0000000 --- a/lskat-18.11.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0879939cb69b02f0adea3de46cd892ec9c9a45e8995fdfba58e88621a5c911c -size 1217332 diff --git a/lskat-18.12.0.tar.xz b/lskat-18.12.0.tar.xz new file mode 100644 index 0000000..3f42c65 --- /dev/null +++ b/lskat-18.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df025b411db7accc11ccffbf866ba531e021528e1d87a70969a9f9fd84f889b3 +size 1217688 diff --git a/lskat.changes b/lskat.changes index d9619f0..3e1089a 100644 --- a/lskat.changes +++ b/lskat.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Dec 14 06:09:20 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 + ------------------------------------------------------------------- Mon Dec 03 20:56:16 UTC 2018 - lbeltrame@kde.org diff --git a/lskat.spec b/lskat.spec index 82ba211..a237085 100644 --- a/lskat.spec +++ b/lskat.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: lskat -Version: 18.11.90 +Version: 18.12.0 Release: 0 Summary: German Skat game License: GPL-2.0-or-later From 39dd7392de8192df7d1eff12f726084d4c2ad26142d53a429115be0f57ad2b5e Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 17:29:23 +0000 Subject: [PATCH 4/5] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/lskat?expand=0&rev=82 --- lskat.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lskat.changes b/lskat.changes index 3e1089a..a576195 100644 --- a/lskat.changes +++ b/lskat.changes @@ -6,7 +6,7 @@ Fri Dec 14 06:09:20 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 ------------------------------------------------------------------- Mon Dec 03 20:56:16 UTC 2018 - lbeltrame@kde.org From 9708832b64407de91e88344254982907dba0d6b8decb7d3f49809537e8a4002e Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 22:55:49 +0000 Subject: [PATCH 5/5] Fix wrong beta and rc release announcement URLs OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/lskat?expand=0&rev=83 --- lskat.changes | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lskat.changes b/lskat.changes index a576195..a4336b8 100644 --- a/lskat.changes +++ b/lskat.changes @@ -29,7 +29,7 @@ Tue Nov 20 05:57:29 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: * Add donation url to appdata * Fix categories file @@ -81,7 +81,7 @@ Thu Jul 26 13:01:02 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 @@ -131,7 +131,7 @@ Fri Apr 06 07:10:10 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 @@ -241,7 +241,7 @@ Sat Aug 5 18:19:31 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 ------------------------------------------------------------------- @@ -300,7 +300,7 @@ Sat Mar 25 23:10:57 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: * None @@ -387,7 +387,7 @@ Mon Aug 8 15:48:03 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 ------------------------------------------------------------------- @@ -503,7 +503,7 @@ Fri Aug 7 07:04:22 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 -------------------------------------------------------------------