SHA256
1
0
forked from pool/kfourinline

Accepting request 490414 from KDE:Applications

KDE Applications 17.04.0 final

OBS-URL: https://build.opensuse.org/request/show/490414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kfourinline?expand=0&rev=61
This commit is contained in:
Dominique Leuenberger 2017-05-16 12:35:35 +00:00 committed by Git OBS Bridge
commit 55e8144122
4 changed files with 67 additions and 22 deletions

View File

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

View File

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

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sun Apr 16 10:44:58 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:34 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:26 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:
* None
-------------------------------------------------------------------
Thu Mar 9 12:37:40 CET 2017 - lbeltrame@kde.org

View File

@ -15,12 +15,13 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%bcond_without lang
Name: kfourinline
Version: 16.12.3
Version: 17.04.0
Release: 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}')}
Summary: Four Wins game
License: LGPL-2.0+
@ -43,12 +44,17 @@ BuildRequires: kdelibs4support-devel
BuildRequires: update-desktop-files
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Four wins is a two-player board game where you have to align four
(gravity-affected) pieces of the same colour to win.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q -n kfourinline-%{version}
@ -58,6 +64,10 @@ Four wins is a two-player board game where you have to align four
%install
%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.kfourinline Game BoardGame
%files
@ -73,4 +83,9 @@ Four wins is a two-player board game where you have to align four
%{_kf5_configkcfgdir}/kwin4.kcfg
%{_kf5_kxmlguidir}/kfourinline/
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog