SHA256
1
0
forked from pool/ksquares

Accepting request 446114 from KDE:Applications

Update to KDE Applicatons 16.12.0

OBS-URL: https://build.opensuse.org/request/show/446114
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ksquares?expand=0&rev=56
This commit is contained in:
Dominique Leuenberger 2016-12-17 09:49:16 +00:00 committed by Git OBS Bridge
commit 8676d956e8
4 changed files with 45 additions and 18 deletions

View File

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

3
ksquares-16.12.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Dec 13 19:52:38 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:38:14 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: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

View File

@ -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.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: 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