From ac10c1d37c6b7f7a705bce784bfdce44854fb2bdf12269361bb7f0736cecc2e6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 28 Jul 2018 13:41:35 +0000 Subject: [PATCH 1/2] KDE Applications 18.08.0 beta (third time's the charm) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kpat?expand=0&rev=79 --- kpat-18.04.3.tar.xz | 3 --- kpat-18.07.80.tar.xz | 3 +++ kpat.changes | 16 ++++++++++++++++ kpat.spec | 27 ++++++++++++--------------- 4 files changed, 31 insertions(+), 18 deletions(-) delete mode 100644 kpat-18.04.3.tar.xz create mode 100644 kpat-18.07.80.tar.xz diff --git a/kpat-18.04.3.tar.xz b/kpat-18.04.3.tar.xz deleted file mode 100644 index b4b3dbc..0000000 --- a/kpat-18.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a4558e6b345ca411fca31eacfac4e317a10c59864ebff1d98268909c401bd29 -size 3565116 diff --git a/kpat-18.07.80.tar.xz b/kpat-18.07.80.tar.xz new file mode 100644 index 0000000..10d9f37 --- /dev/null +++ b/kpat-18.07.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba23f032d4034bff68f6035a91d1e6131b4d9f40093af4ffe858cb0898e46a6d +size 3567792 diff --git a/kpat.changes b/kpat.changes index 4b7603b..73d659c 100644 --- a/kpat.changes +++ b/kpat.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Jul 26 13:00:52 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: + * Make keyboard action labels translatable + * Apply Jonathan's suggested change, let's see if it still builds on BSD + * Fix linking on FreeBSD + * Use Freecell Solver for FreeCell and Simple Simon + * Refactor the Solver class + * Getting rid of macros and dead code: + * General Code clean-up + ------------------------------------------------------------------- Fri Jul 13 04:50:08 UTC 2018 - lbeltrame@kde.org diff --git a/kpat.spec b/kpat.spec index 574b216..b2708f7 100644 --- a/kpat.spec +++ b/kpat.spec @@ -1,7 +1,7 @@ # # spec file for package kpat # -# 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 @@ -15,21 +15,21 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - %bcond_without lang -Name: kpat -Version: 18.04.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: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +Name: kpat +Version: 18.07.80 +Release: 0 Summary: Patience card 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: kpat-%{version}.tar.xz BuildRequires: extra-cmake-modules +BuildRequires: freecell-solver-devel BuildRequires: kcompletion-devel BuildRequires: kconfig-devel BuildRequires: kconfigwidgets-devel @@ -65,7 +65,6 @@ Provides: %{name}5 = %{version} %if %{with lang} Recommends: %{name}-lang %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description KPatience is a collection of various patience games known all over the @@ -87,7 +86,7 @@ more. The game has nice graphics and many different carddecks. %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.kpat Game CardGame @@ -98,8 +97,7 @@ more. The game has nice graphics and many different carddecks. %mime_database_postun %files -%defattr(-,root,root) -%doc COPYING COPYING.DOC +%license COPYING COPYING.DOC %config %{_kf5_configdir}/kcardtheme.knsrc %config %{_kf5_configdir}/kpat.knsrc %dir %{_kf5_configkcfgdir} @@ -109,9 +107,7 @@ more. The game has nice graphics and many different carddecks. %dir %{_kf5_iconsdir}/hicolor/256x256/apps %dir %{_kf5_iconsdir}/hicolor/64x64 %dir %{_kf5_iconsdir}/hicolor/64x64/apps -%dir %{_kf5_mandir}/man6 %doc %lang(en) %{_kf5_htmldir}/en/kpat/ -%doc %{_kf5_mandir}/man6/kpat.6.gz %{_kf5_applicationsdir}/org.kde.kpat.desktop %{_kf5_appsdir}/kpat/ %{_kf5_bindir}/kpat @@ -120,11 +116,12 @@ more. The game has nice graphics and many different carddecks. %{_kf5_iconsdir}/hicolor/*/apps/kpat.* %{_kf5_kxmlguidir}/kpat/ %{_kf5_libdir}/libkcardgame.so +%{_kf5_mandir}/man6/kpat.6.gz %{_kf5_sharedir}/mime/packages/kpatience.xml %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %changelog From 83d6002684175f7720fdb52d9d3d69fd360c2db2885e7eafb86c6be53ec570b6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 18 Aug 2018 11:02:18 +0000 Subject: [PATCH 2/2] Update to 18.08.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kpat?expand=0&rev=80 --- kpat-18.07.80.tar.xz | 3 --- kpat-18.08.0.tar.xz | 3 +++ kpat.changes | 10 ++++++++++ kpat.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 kpat-18.07.80.tar.xz create mode 100644 kpat-18.08.0.tar.xz diff --git a/kpat-18.07.80.tar.xz b/kpat-18.07.80.tar.xz deleted file mode 100644 index 10d9f37..0000000 --- a/kpat-18.07.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba23f032d4034bff68f6035a91d1e6131b4d9f40093af4ffe858cb0898e46a6d -size 3567792 diff --git a/kpat-18.08.0.tar.xz b/kpat-18.08.0.tar.xz new file mode 100644 index 0000000..4932a53 --- /dev/null +++ b/kpat-18.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4ba00d0d90ccb60a8b9328d22f0ce31413abe8a4ead775d712b8a5b2355a936 +size 3567716 diff --git a/kpat.changes b/kpat.changes index 73d659c..89be008 100644 --- a/kpat.changes +++ b/kpat.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Aug 16 22:06:17 UTC 2018 - christophe@krop.fr + +- Update to 18.08.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.08.0.php +- Changes since 18.07.80: + * Freecell: Don't allow moving out of foundation + ------------------------------------------------------------------- Thu Jul 26 13:00:52 UTC 2018 - lbeltrame@kde.org diff --git a/kpat.spec b/kpat.spec index b2708f7..0777ddb 100644 --- a/kpat.spec +++ b/kpat.spec @@ -21,7 +21,7 @@ # 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}')} Name: kpat -Version: 18.07.80 +Version: 18.08.0 Release: 0 Summary: Patience card game License: GPL-2.0-or-later