From 1ff24ccc19f246351bea0ede4e1a809be6305bc2a980ed87c82849df1a7c0e3e Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Sat, 3 Dec 2016 14:03:14 +0000 Subject: [PATCH] Accepting request 443408 from home:luca_b:test_KA KDE Applications - please review OBS-URL: https://build.opensuse.org/request/show/443408 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ksquares?expand=0&rev=36 --- ksquares-16.08.3.tar.xz | 3 --- ksquares-16.11.80.tar.xz | 3 +++ ksquares.changes | 8 ++++++++ ksquares.spec | 33 ++++++++++++++++++--------------- 4 files changed, 29 insertions(+), 18 deletions(-) delete mode 100644 ksquares-16.08.3.tar.xz create mode 100644 ksquares-16.11.80.tar.xz diff --git a/ksquares-16.08.3.tar.xz b/ksquares-16.08.3.tar.xz deleted file mode 100644 index 0f816b6..0000000 --- a/ksquares-16.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfbce621fadca7991507c721942ce9922e0b8417790d1d99505f09dc1791eff4 -size 136716 diff --git a/ksquares-16.11.80.tar.xz b/ksquares-16.11.80.tar.xz new file mode 100644 index 0000000..6f13326 --- /dev/null +++ b/ksquares-16.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcee0a2f365bcddb2da532e10455a5bfbe27cc14157e811021868e4d97d9069a +size 136596 diff --git a/ksquares.changes b/ksquares.changes index a30105e..357e7f7 100644 --- a/ksquares.changes +++ b/ksquares.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 29 12:36:47 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:22:58 UTC 2016 - lbeltrame@kde.org diff --git a/ksquares.spec b/ksquares.spec index 2597ddb..c8a98de 100644 --- a/ksquares.spec +++ b/ksquares.spec @@ -1,7 +1,7 @@ # # spec file for package ksquares # -# 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,16 @@ Name: ksquares -BuildRequires: libkdegames-devel -BuildRequires: xz +Version: 16.11.80 +Release: 0 +%define kf5_version 5.26.0 +# 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: Strategic board game +License: GPL-2.0+ +Group: Amusements/Games/Action/Arcade +Url: http://www.kde.org +Source0: ksquares-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: kconfig-devel BuildRequires: kcoreaddons-devel @@ -26,26 +34,22 @@ BuildRequires: kdeclarative-devel BuildRequires: kdelibs4support-devel BuildRequires: kdnssd-framework-devel BuildRequires: knewstuff-devel -BuildRequires: kxmlgui-devel BuildRequires: knotifyconfig-devel +BuildRequires: kxmlgui-devel +BuildRequires: libkdegames-devel BuildRequires: libkmahjongg-devel BuildRequires: phonon4qt5-devel +BuildRequires: pkgconfig BuildRequires: update-desktop-files +BuildRequires: xz BuildRequires: pkgconfig(Qt5Concurrent) BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Qml) BuildRequires: pkgconfig(Qt5Quick) BuildRequires: pkgconfig(Qt5QuickWidgets) BuildRequires: pkgconfig(Qt5Svg) -BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5Test) -Summary: Strategic board game -License: GPL-2.0+ -Group: Amusements/Games/Action/Arcade -Url: http://www.kde.org -Version: 16.08.3 -Release: 0 -Source0: ksquares-%{version}.tar.xz +BuildRequires: pkgconfig(Qt5Widgets) Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -56,7 +60,6 @@ You must draw lines to complete squares, the player with the most squares wins. You can play with up to 4 players, any number of which may be controlled by the computer. - %prep %setup -q -n ksquares-%{version} @@ -68,7 +71,7 @@ may be controlled by the computer. %kf5_makeinstall -C build %suse_update_desktop_file -r org.kde.ksquares Game BoardGame -%files +%files %defattr(-,root,root) %doc COPYING COPYING.DOC %{_kf5_bindir}/ksquares @@ -77,6 +80,6 @@ may be controlled by the computer. %{_kf5_iconsdir}/hicolor/*/*/ksquares.* %dir %{_kf5_configkcfgdir} %{_kf5_configkcfgdir}/ksquares.kcfg -%_datadir/kxmlgui5/ksquares/ +%{_datadir}/kxmlgui5/ksquares/ %changelog