KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance)
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kpat?expand=0&rev=84
This commit is contained in:
parent
5fe435153a
commit
af4ed7be43
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbead384a9c9d81656595c4bc5952ea9f4399f633fb7b9bb50d497789087f2e6
|
||||
size 3568496
|
3
kpat-18.11.80.tar.xz
Normal file
3
kpat-18.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21a7ca832d008f875c9b599ed29b664823c79584b6dabe2a52dc8131a623842e
|
||||
size 3571008
|
33
kpat.changes
33
kpat.changes
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 06:22:41 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 20 05:57:13 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:
|
||||
* Fix crash while closing with save state enabled
|
||||
* Add appdata file
|
||||
* Fix the libfreecell-solver headers if using $PKG_CONFIG_PATH
|
||||
* Port to auto-generated categorized logging
|
||||
* Fix the licence header of shuffle_test.cpp.
|
||||
* Move under autotests per the KDE convention.
|
||||
* Fix the indentation.
|
||||
* Extract a common constant.
|
||||
* Rename the test class.
|
||||
* add a test
|
||||
* Extract typedefs.
|
||||
* add shuffle tests.
|
||||
* start adding the test.
|
||||
* Extract shuffle.h for easier testing.
|
||||
* Convert to a template to facilitate testing.
|
||||
* Add Shlomi Fish to the credits
|
||||
* Use unsigned variable in random dealer to avoid undefined behaviour
|
||||
* USe qEnvironmentVariableIsEmpty
|
||||
* Needs include of <QBuffer> for Qt 5.11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 08 20:43:43 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
@ -12,16 +12,16 @@
|
||||
# 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
|
||||
|
||||
%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: kpat
|
||||
Version: 18.08.3
|
||||
Version: 18.11.80
|
||||
Release: 0
|
||||
Summary: Patience card game
|
||||
License: GPL-2.0-or-later
|
||||
@ -109,15 +109,16 @@ more. The game has nice graphics and many different carddecks.
|
||||
%dir %{_kf5_iconsdir}/hicolor/64x64/apps
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/kpat/
|
||||
%{_kf5_applicationsdir}/org.kde.kpat.desktop
|
||||
%{_kf5_appstreamdir}/org.kde.kpat.appdata.xml
|
||||
%{_kf5_appsdir}/kpat/
|
||||
%{_kf5_bindir}/kpat
|
||||
%{_kf5_configkcfgdir}/kpat.kcfg
|
||||
%{_kf5_iconsdir}/hicolor/*/*/kpat.*
|
||||
%{_kf5_iconsdir}/hicolor/*/apps/kpat.*
|
||||
%{_kf5_kxmlguidir}/kpat/
|
||||
%{_kf5_libdir}/libkcardgame.so
|
||||
%{_kf5_mandir}/man6/kpat.6.gz
|
||||
%{_kf5_sharedir}/mime/packages/kpatience.xml
|
||||
%{_kf5_debugdir}/kpat.categories
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user