From 8a87cbf6fa73394b12dff0a7438384bb93463de2e8f2dcbf3369e188d487a48e Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Sat, 3 Dec 2016 15:22:07 +0000 Subject: [PATCH 1/4] Accepting request 443344 from home:luca_b:test_KA KDE Applications - please review OBS-URL: https://build.opensuse.org/request/show/443344 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/khangman?expand=0&rev=40 --- khangman-16.08.3.tar.xz | 3 --- khangman-16.11.80.tar.xz | 3 +++ khangman.changes | 8 ++++++++ khangman.spec | 21 +++++++++++++-------- 4 files changed, 24 insertions(+), 11 deletions(-) delete mode 100644 khangman-16.08.3.tar.xz create mode 100644 khangman-16.11.80.tar.xz diff --git a/khangman-16.08.3.tar.xz b/khangman-16.08.3.tar.xz deleted file mode 100644 index 1a1b301..0000000 --- a/khangman-16.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3b7ed7c4d592fc6ced4becb8869658cd839fc84df9d85073adfdc3b00b8f3c6 -size 4282124 diff --git a/khangman-16.11.80.tar.xz b/khangman-16.11.80.tar.xz new file mode 100644 index 0000000..c89bd31 --- /dev/null +++ b/khangman-16.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d0413a796b832f9eb3bd0bc00ba4796c8fa6b51c153f324529b1916b206906 +size 4277248 diff --git a/khangman.changes b/khangman.changes index d856de6..eaf57ba 100644 --- a/khangman.changes +++ b/khangman.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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 diff --git a/khangman.spec b/khangman.spec index fdc0f18..5be5734 100644 --- a/khangman.spec +++ b/khangman.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,11 @@ Name: khangman -Version: 16.08.3 +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: Hangman Game License: GPL-2.0+ Group: Amusements/Teaching/Language @@ -29,16 +32,17 @@ BuildRequires: kconfig-devel BuildRequires: kconfigwidgets-devel BuildRequires: kcoreaddons-devel BuildRequires: kcrash-devel +BuildRequires: kdeclarative-devel BuildRequires: kdoctools-devel BuildRequires: kf5-filesystem BuildRequires: ki18n-devel +BuildRequires: kio-devel BuildRequires: knewstuff-devel BuildRequires: knotifications-devel BuildRequires: kxmlgui-devel BuildRequires: libkeduvocdocument-devel BuildRequires: phonon4qt5-devel -BuildRequires: kio-devel -BuildRequires: kdeclarative-devel +BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Qml) @@ -46,18 +50,19 @@ BuildRequires: pkgconfig(Qt5Quick) BuildRequires: pkgconfig(Qt5QuickWidgets) BuildRequires: pkgconfig(Qt5Svg) Requires: kdeedu-data +Conflicts: khangman Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} -BuildRoot: %{_tmppath}/%{name}-%{version}-build Obsoletes: khangman5 < %{version} Obsoletes: khangman-devel < %{version} -Obsoletes: libkhangmanengine5 < %{version} +Obsoletes: libkhangmanengine5 < %{version} +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Classical hangman game for KDE. %prep -%setup -q -n %{name}-%{version} +%setup -q %build %cmake_kf5 -d build @@ -77,7 +82,7 @@ Classical hangman game for KDE. %config %{_kf5_configdir}/khangman.knsrc %dir %{_kf5_configkcfgdir} %{_kf5_configkcfgdir}/khangman.kcfg -%{_kf5_sharedir}/appdata/ +%{_kf5_appstreamdir}/ %{_kf5_iconsdir}/hicolor/*/apps/khangman.* %changelog From a082305a6c297f05e9f95e0f032577de1c072815ef7d156815aed96626ba4612 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Sat, 3 Dec 2016 16:28:27 +0000 Subject: [PATCH 2/4] update to (16.11.90) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/khangman?expand=0&rev=41 --- khangman-16.11.80.tar.xz | 3 --- khangman-16.11.90.tar.xz | 3 +++ khangman.changes | 8 ++++++++ khangman.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 khangman-16.11.80.tar.xz create mode 100644 khangman-16.11.90.tar.xz diff --git a/khangman-16.11.80.tar.xz b/khangman-16.11.80.tar.xz deleted file mode 100644 index c89bd31..0000000 --- a/khangman-16.11.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77d0413a796b832f9eb3bd0bc00ba4796c8fa6b51c153f324529b1916b206906 -size 4277248 diff --git a/khangman-16.11.90.tar.xz b/khangman-16.11.90.tar.xz new file mode 100644 index 0000000..230eb04 --- /dev/null +++ b/khangman-16.11.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a120938187d2c3345680cffb47c06141874528c6d62a644c7d62f81620e55151 +size 4276036 diff --git a/khangman.changes b/khangman.changes index eaf57ba..a18bc7d 100644 --- a/khangman.changes +++ b/khangman.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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 diff --git a/khangman.spec b/khangman.spec index 5be5734..3cec4af 100644 --- a/khangman.spec +++ b/khangman.spec @@ -17,10 +17,10 @@ Name: khangman -Version: 16.11.80 +Version: 16.11.90 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) +# Latest stable Applications (e.g. 16.08 in KA, but 16.11.90 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Hangman Game License: GPL-2.0+ From f04953da3997bf0d7038003eaa5c4bc7f1bb38a342f1832a3b93de27f42c9c84 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 3 Dec 2016 20:25:34 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/khangman?expand=0&rev=42 --- khangman.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/khangman.spec b/khangman.spec index 3cec4af..d2d937e 100644 --- a/khangman.spec +++ b/khangman.spec @@ -50,7 +50,6 @@ BuildRequires: pkgconfig(Qt5Quick) BuildRequires: pkgconfig(Qt5QuickWidgets) BuildRequires: pkgconfig(Qt5Svg) Requires: kdeedu-data -Conflicts: khangman Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} Obsoletes: khangman5 < %{version} From aa42bcd60e448de073d5da3eade663560312a1c4f0a8ebe7fffc8736ab0aa96a Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Tue, 13 Dec 2016 19:44:01 +0000 Subject: [PATCH 4/4] update to (16.12.0) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/khangman?expand=0&rev=43 --- khangman-16.11.90.tar.xz | 3 --- khangman-16.12.0.tar.xz | 3 +++ khangman.changes | 8 ++++++++ khangman.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 khangman-16.11.90.tar.xz create mode 100644 khangman-16.12.0.tar.xz diff --git a/khangman-16.11.90.tar.xz b/khangman-16.11.90.tar.xz deleted file mode 100644 index 230eb04..0000000 --- a/khangman-16.11.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a120938187d2c3345680cffb47c06141874528c6d62a644c7d62f81620e55151 -size 4276036 diff --git a/khangman-16.12.0.tar.xz b/khangman-16.12.0.tar.xz new file mode 100644 index 0000000..db0cc60 --- /dev/null +++ b/khangman-16.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4f8001024d6f404ddce2e7af90fb5a7678923d6b7af7305c7d215248394720 +size 4277432 diff --git a/khangman.changes b/khangman.changes index a18bc7d..482894f 100644 --- a/khangman.changes +++ b/khangman.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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 diff --git a/khangman.spec b/khangman.spec index d2d937e..53f9569 100644 --- a/khangman.spec +++ b/khangman.spec @@ -17,10 +17,10 @@ Name: khangman -Version: 16.11.90 +Version: 16.12.0 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.11.90 in KUA) +# 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 License: GPL-2.0+