Accepting request 490461 from KDE:Applications

KDE Applications 17.04.0 final

OBS-URL: https://build.opensuse.org/request/show/490461
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kpat?expand=0&rev=61
This commit is contained in:
Dominique Leuenberger 2017-05-16 12:36:18 +00:00 committed by Git OBS Bridge
commit 1ae10529de
4 changed files with 72 additions and 22 deletions

View File

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

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

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

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Sun Apr 16 10:45:08 CEST 2017 - lbeltrame@kde.org
- Update to 17.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.0.php
- Changes since 17.03.90:
* None
-------------------------------------------------------------------
Wed Apr 12 20:25:50 CEST 2017 - lbeltrame@kde.org
- Update to 17.03.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
- Changes since 17.03.80:
* None
-------------------------------------------------------------------
Sat Mar 25 23:10:39 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
- Changes since 16.12.3:
* update kpat man docbook
* Initialising a QWeakPointer from a raw pointer is deprecated.
* Oops, I forgot to open the QBuffer before it's read.
* Port away from KDE4 to KF5:
* reset() is deprecated use begin/endResetModel() instead.
* itemAt() is deprecated use items() instead.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 9 12:40:27 CET 2017 - lbeltrame@kde.org Thu Mar 9 12:40:27 CET 2017 - lbeltrame@kde.org

View File

@ -15,12 +15,13 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%bcond_without lang
Name: kpat Name: kpat
Version: 16.12.3 Version: 17.04.0
Release: 0 Release: 0
%define kf5_version 5.26.0 %define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA) # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: Patience card game Summary: Patience card game
License: GPL-2.0+ License: GPL-2.0+
@ -60,6 +61,7 @@ Requires(post): shared-mime-info
Requires(postun): shared-mime-info Requires(postun): shared-mime-info
Obsoletes: %{name}5 < %{version} Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version} Provides: %{name}5 = %{version}
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -67,6 +69,10 @@ KPatience is a collection of various patience games known all over the
world. It includes Klondike, Freecell, Yukon, Forty and Eight and many world. It includes Klondike, Freecell, Yukon, Forty and Eight and many
more. The game has nice graphics and many different carddecks. more. The game has nice graphics and many different carddecks.
%if %{with lang}
%lang_package
%endif
%prep %prep
%setup -q %setup -q
@ -76,6 +82,10 @@ more. The game has nice graphics and many different carddecks.
%install %install
%kf5_makeinstall -C build %kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%kf5_find_htmldocs
%endif
%suse_update_desktop_file -r org.kde.kpat Game CardGame %suse_update_desktop_file -r org.kde.kpat Game CardGame
%post %post
@ -107,4 +117,9 @@ more. The game has nice graphics and many different carddecks.
%{_kf5_kxmlguidir}/kpat/ %{_kf5_kxmlguidir}/kpat/
%{_kf5_iconsdir}/hicolor/*/*/kpat.* %{_kf5_iconsdir}/hicolor/*/*/kpat.*
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog %changelog