Accepting request 446089 from KDE:Applications

Update to KDE Applicatons 16.12.0

OBS-URL: https://build.opensuse.org/request/show/446089
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/knavalbattle?expand=0&rev=56
This commit is contained in:
Dominique Leuenberger 2016-12-17 09:45:23 +00:00 committed by Git OBS Bridge
commit 671b55b04d
4 changed files with 63 additions and 39 deletions

View File

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

View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Dec 13 19:48:39 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:34:35 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:33:34 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:20:39 UTC 2016 - lbeltrame@kde.org Wed Nov 9 06:20:39 UTC 2016 - lbeltrame@kde.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package knavalbattle # spec file for package knavalbattle
# #
# 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,50 +17,51 @@
Name: knavalbattle Name: knavalbattle
BuildRequires: libkdegames-devel Version: 16.12.0
BuildRequires: extra-cmake-modules Release: 0
BuildRequires: pkgconfig(Qt5Widgets) %define kf5_version 5.26.0
BuildRequires: pkgconfig(Qt5QuickWidgets) # Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA)
BuildRequires: pkgconfig(Qt5Test) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: kconfig-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kwidgetsaddons-devel
BuildRequires: ki18n-devel
BuildRequires: kdnssd-framework-devel
BuildRequires: kguiaddons-devel
BuildRequires: kconfigwidgets-devel
BuildRequires: kitemviews-devel
BuildRequires: kdeclarative-devel
BuildRequires: kiconthemes-devel
BuildRequires: kxmlgui-devel
BuildRequires: kio-devel
BuildRequires: knotifyconfig-devel
BuildRequires: kdelibs4support-devel
BuildRequires: knewstuff-devel
BuildRequires: phonon4qt5-devel
BuildRequires: kdoctools-devel
BuildRequires: ktextwidgets-devel
BuildRequires: update-desktop-files
Summary: Battleship game Summary: Battleship game
License: GPL-2.0+ License: GPL-2.0+
Group: Amusements/Games/Board/Other Group: Amusements/Games/Board/Other
Url: http://www.kde.org Url: http://www.kde.org
Version: 16.08.3
Release: 0
Source0: knavalbattle-%{version}.tar.xz Source0: knavalbattle-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: kconfig-devel
BuildRequires: kconfigwidgets-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kdeclarative-devel
BuildRequires: kdelibs4support-devel
BuildRequires: kdnssd-framework-devel
BuildRequires: kdoctools-devel
BuildRequires: kguiaddons-devel
BuildRequires: ki18n-devel
BuildRequires: kiconthemes-devel
BuildRequires: kio-devel
BuildRequires: kitemviews-devel
BuildRequires: knewstuff-devel
BuildRequires: knotifyconfig-devel
BuildRequires: ktextwidgets-devel
BuildRequires: kwidgetsaddons-devel
BuildRequires: kxmlgui-devel
BuildRequires: libkdegames-devel
BuildRequires: phonon4qt5-devel
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5QuickWidgets)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Test)
BuildRequires: pkgconfig(Qt5Widgets)
Provides: knavalbattle5 = %{version}
Obsoletes: knavalbattle5 < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Provides: kbattleship = %{version}
Obsoletes: kbattleship < %{version}
Provides: navalbattle = %{version}
Obsoletes: navalbattle < %{version}
%description %description
KBatteship is a KDE implentation of the popular game "Battleship" where KBatteship is a KDE implentation of the popular game "Battleship" where
you have to try to sink the opponents ships. The game can also be you have to try to sink the opponents ships. The game can also be
played with friends online via the internet. played with friends online via the internet.
%prep %prep
%setup -q -n knavalbattle-%{version} %setup -q -n knavalbattle-%{version}
@ -73,10 +74,9 @@ played with friends online via the internet.
%suse_update_desktop_file -r org.kde.knavalbattle Game BoardGame %suse_update_desktop_file -r org.kde.knavalbattle Game BoardGame
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING COPYING.DOC %doc COPYING COPYING.DOC
%{_kf5_bindir}/knavalbattle %{_kf5_bindir}/knavalbattle
@ -87,6 +87,6 @@ played with friends online via the internet.
%{_kf5_appsdir}/knavalbattle/ %{_kf5_appsdir}/knavalbattle/
%dir %{_kf5_appsdir}/kconf_update %dir %{_kf5_appsdir}/kconf_update
%{_kf5_appsdir}/kconf_update/knavalbattle.upd %{_kf5_appsdir}/kconf_update/knavalbattle.upd
%_datadir/kxmlgui5/knavalbattle/ %{_datadir}/kxmlgui5/knavalbattle/
%changelog %changelog