Accepting request 630255 from KDE:Applications

Update to 18.08.0

OBS-URL: https://build.opensuse.org/request/show/630255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kpat?expand=0&rev=77
This commit is contained in:
Dominique Leuenberger 2018-08-24 15:08:40 +00:00 committed by Git OBS Bridge
commit 9661d711cd
4 changed files with 41 additions and 18 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a4558e6b345ca411fca31eacfac4e317a10c59864ebff1d98268909c401bd29
size 3565116

3
kpat-18.08.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4ba00d0d90ccb60a8b9328d22f0ce31413abe8a4ead775d712b8a5b2355a936
size 3567716

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
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
- 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

View File

@ -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.08.0
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