Accepting request 446061 from KDE:Applications

Update to KDE Applicatons 16.12.0

OBS-URL: https://build.opensuse.org/request/show/446061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/khangman?expand=0&rev=73
This commit is contained in:
Dominique Leuenberger 2016-12-17 09:40:28 +00:00 committed by Git OBS Bridge
commit 3ae2a3f34e
4 changed files with 39 additions and 11 deletions

View File

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

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

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Dec 13 19:43:57 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:28:13 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:55 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:18:05 UTC 2016 - lbeltrame@kde.org Wed Nov 9 06:18:05 UTC 2016 - lbeltrame@kde.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package khangman # spec file for package khangman
# #
# 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,8 +17,11 @@
Name: khangman Name: khangman
Version: 16.08.3 Version: 16.12.0
Release: 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: Hangman Game Summary: Hangman Game
License: GPL-2.0+ License: GPL-2.0+
Group: Amusements/Teaching/Language Group: Amusements/Teaching/Language
@ -29,16 +32,17 @@ BuildRequires: kconfig-devel
BuildRequires: kconfigwidgets-devel BuildRequires: kconfigwidgets-devel
BuildRequires: kcoreaddons-devel BuildRequires: kcoreaddons-devel
BuildRequires: kcrash-devel BuildRequires: kcrash-devel
BuildRequires: kdeclarative-devel
BuildRequires: kdoctools-devel BuildRequires: kdoctools-devel
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: ki18n-devel BuildRequires: ki18n-devel
BuildRequires: kio-devel
BuildRequires: knewstuff-devel BuildRequires: knewstuff-devel
BuildRequires: knotifications-devel BuildRequires: knotifications-devel
BuildRequires: kxmlgui-devel BuildRequires: kxmlgui-devel
BuildRequires: libkeduvocdocument-devel BuildRequires: libkeduvocdocument-devel
BuildRequires: phonon4qt5-devel BuildRequires: phonon4qt5-devel
BuildRequires: kio-devel BuildRequires: pkgconfig
BuildRequires: kdeclarative-devel
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Qml) BuildRequires: pkgconfig(Qt5Qml)
@ -48,16 +52,16 @@ BuildRequires: pkgconfig(Qt5Svg)
Requires: kdeedu-data Requires: kdeedu-data
Obsoletes: %{name}5 < %{version} Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version} Provides: %{name}5 = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Obsoletes: khangman5 < %{version} Obsoletes: khangman5 < %{version}
Obsoletes: khangman-devel < %{version} Obsoletes: khangman-devel < %{version}
Obsoletes: libkhangmanengine5 < %{version} Obsoletes: libkhangmanengine5 < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
Classical hangman game for KDE. Classical hangman game for KDE.
%prep %prep
%setup -q -n %{name}-%{version} %setup -q
%build %build
%cmake_kf5 -d build %cmake_kf5 -d build
@ -77,7 +81,7 @@ Classical hangman game for KDE.
%config %{_kf5_configdir}/khangman.knsrc %config %{_kf5_configdir}/khangman.knsrc
%dir %{_kf5_configkcfgdir} %dir %{_kf5_configkcfgdir}
%{_kf5_configkcfgdir}/khangman.kcfg %{_kf5_configkcfgdir}/khangman.kcfg
%{_kf5_sharedir}/appdata/ %{_kf5_appstreamdir}/
%{_kf5_iconsdir}/hicolor/*/apps/khangman.* %{_kf5_iconsdir}/hicolor/*/apps/khangman.*
%changelog %changelog