SHA256
1
0
forked from pool/kfourinline

Accepting request 446058 from KDE:Applications

Update to KDE Applicatons 16.12.0

OBS-URL: https://build.opensuse.org/request/show/446058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kfourinline?expand=0&rev=56
This commit is contained in:
Dominique Leuenberger 2016-12-17 09:39:51 +00:00 committed by Git OBS Bridge
commit bb2cb76190
4 changed files with 40 additions and 17 deletions

View File

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

View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Dec 13 19:43:00 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.12.0
* KDE Applications 16.12.0
* https://www.kde.org/announcements/announce-applications-16.12.0.php
-------------------------------------------------------------------
Sat Dec 3 16:26:56 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.11.90
* KDE Applications 16.12.0 RC
* https://www.kde.org/announcements/announce-applications-16.12-rc.php
-------------------------------------------------------------------
Tue Nov 29 12:29:19 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.11.80
* KDE Applications 16.12.0 Beta
* https://www.kde.org/announcements/announce-applications-16.12-beta.php
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 9 06:17:34 UTC 2016 - lbeltrame@kde.org Wed Nov 9 06:17:34 UTC 2016 - lbeltrame@kde.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package kfourinline # spec file for package kfourinline
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,6 +17,16 @@
Name: kfourinline Name: kfourinline
Version: 16.12.0
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: Four Wins game
License: LGPL-2.0+
Group: Amusements/Toys/Other
Url: http://www.kde.org
Source0: kfourinline-%{version}.tar.xz
BuildRequires: libkdegames-devel BuildRequires: libkdegames-devel
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5Widgets)
@ -31,13 +41,6 @@ BuildRequires: kcompletion-devel
BuildRequires: kxmlgui-devel BuildRequires: kxmlgui-devel
BuildRequires: kdelibs4support-devel BuildRequires: kdelibs4support-devel
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
Summary: Four Wins game
License: LGPL-2.0+
Group: Amusements/Toys/Other
Url: http://www.kde.org
Version: 16.08.3
Release: 0
Source0: kfourinline-%{version}.tar.xz
Obsoletes: %{name}5 < %{version} Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version} Provides: %{name}5 = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -47,7 +50,6 @@ Four wins is a two player board game which follows the rules for the
Connect Four (TM) board game where you have to align four pieces of the Connect Four (TM) board game where you have to align four pieces of the
same colour to win. same colour to win.
%prep %prep
%setup -q -n kfourinline-%{version} %setup -q -n kfourinline-%{version}
@ -59,10 +61,7 @@ same colour to win.
%kf5_makeinstall -C build %kf5_makeinstall -C build
%suse_update_desktop_file -r org.kde.kfourinline Game BoardGame %suse_update_desktop_file -r org.kde.kfourinline Game BoardGame
%clean %files
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING COPYING.DOC %doc COPYING COPYING.DOC
%{_kf5_bindir}/kfourinline %{_kf5_bindir}/kfourinline
@ -73,6 +72,6 @@ same colour to win.
%{_kf5_iconsdir}/hicolor/*/*/kfourinline.* %{_kf5_iconsdir}/hicolor/*/*/kfourinline.*
%dir %{_kf5_configkcfgdir} %dir %{_kf5_configkcfgdir}
%{_kf5_configkcfgdir}/kwin4.kcfg %{_kf5_configkcfgdir}/kwin4.kcfg
%_kf5_kxmlguidir/kfourinline/ %{_kf5_kxmlguidir}/kfourinline/
%changelog %changelog