From a1afd33f97dc915fd838a24f37a019515677f22c4fe841bfc9014797d8c4afba Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Sat, 3 Dec 2016 15:17:41 +0000 Subject: [PATCH 1/3] Accepting request 443303 from home:luca_b:test_KA KDE Applications - please review OBS-URL: https://build.opensuse.org/request/show/443303 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kblocks?expand=0&rev=43 --- kblocks-16.08.3.tar.xz | 3 --- kblocks-16.11.80.tar.xz | 3 +++ kblocks.changes | 8 ++++++ kblocks.spec | 58 ++++++++++++++++++++++------------------- 4 files changed, 42 insertions(+), 30 deletions(-) delete mode 100644 kblocks-16.08.3.tar.xz create mode 100644 kblocks-16.11.80.tar.xz diff --git a/kblocks-16.08.3.tar.xz b/kblocks-16.08.3.tar.xz deleted file mode 100644 index c5e296c..0000000 --- a/kblocks-16.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e03e60f617340d5690b10e67be6602592c50e2d1b62ff22d619a9f5f17d270af -size 1702292 diff --git a/kblocks-16.11.80.tar.xz b/kblocks-16.11.80.tar.xz new file mode 100644 index 0000000..5bd5d8c --- /dev/null +++ b/kblocks-16.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c6b7c696757d757ae807ffe1c51fc8eef4795d2b657be4c40c98e4c04d2aa6 +size 1702224 diff --git a/kblocks.changes b/kblocks.changes index ae0570c..34e48af 100644 --- a/kblocks.changes +++ b/kblocks.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 29 12:21:58 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:14:13 UTC 2016 - lbeltrame@kde.org diff --git a/kblocks.spec b/kblocks.spec index e460b8f..a595b8d 100644 --- a/kblocks.spec +++ b/kblocks.spec @@ -1,7 +1,7 @@ # # spec file for package kblocks # -# 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,34 +17,39 @@ Name: kblocks -BuildRequires: libkdegames-devel -BuildRequires: extra-cmake-modules -BuildRequires: pkgconfig(Qt5Widgets) -BuildRequires: pkgconfig(Qt5QuickWidgets) -BuildRequires: pkgconfig(Qt5Test) -BuildRequires: pkgconfig(Qt5Svg) -BuildRequires: kconfig-devel -BuildRequires: kcoreaddons-devel -BuildRequires: kwidgetsaddons-devel -BuildRequires: ki18n-devel -BuildRequires: kguiaddons-devel -BuildRequires: kconfigwidgets-devel -BuildRequires: kitemviews-devel -BuildRequires: kiconthemes-devel -BuildRequires: kxmlgui-devel -BuildRequires: kio-devel -BuildRequires: knotifyconfig-devel -BuildRequires: kdelibs4support-devel -BuildRequires: knewstuff-devel -BuildRequires: phonon4qt5-devel -BuildRequires: update-desktop-files +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: KBlocks - classic falling blocks game License: LGPL-2.1+ Group: Amusements/Games/Strategy/Real Time Url: http://www.kde.org -Version: 16.08.3 -Release: 0 Source0: kblocks-%{version}.tar.xz +BuildRequires: extra-cmake-modules +BuildRequires: kconfig-devel +BuildRequires: kconfigwidgets-devel +BuildRequires: kcoreaddons-devel +BuildRequires: kdelibs4support-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: 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) Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -63,7 +68,6 @@ KBlocks is the KDE version of the classic falling blocks game. %kf5_makeinstall -C build %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig %files @@ -77,8 +81,8 @@ KBlocks is the KDE version of the classic falling blocks game. %dir %{_kf5_configkcfgdir} %{_kf5_configkcfgdir}/kblocks.kcfg %{_kf5_configdir}/kblocks.knsrc -%dir %{_kf5_appstreamdir} %{_kf5_appstreamdir}/org.kde.kblocks.appdata.xml -%{_kf5_kxmlguidir}/kblocks/ +%{_datadir}/kxmlgui5/kblocks/ +%dir %{_kf5_appstreamdir} %changelog From 01c1cc6b695ebd3aeedbc54d8800521fa161e9228cc1b3434be7971bf512799c Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Sat, 3 Dec 2016 16:11:59 +0000 Subject: [PATCH 2/3] update to (16.11.90) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kblocks?expand=0&rev=44 --- kblocks-16.11.80.tar.xz | 3 --- kblocks-16.11.90.tar.xz | 3 +++ kblocks.changes | 8 ++++++++ kblocks.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 kblocks-16.11.80.tar.xz create mode 100644 kblocks-16.11.90.tar.xz diff --git a/kblocks-16.11.80.tar.xz b/kblocks-16.11.80.tar.xz deleted file mode 100644 index 5bd5d8c..0000000 --- a/kblocks-16.11.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1c6b7c696757d757ae807ffe1c51fc8eef4795d2b657be4c40c98e4c04d2aa6 -size 1702224 diff --git a/kblocks-16.11.90.tar.xz b/kblocks-16.11.90.tar.xz new file mode 100644 index 0000000..5df045a --- /dev/null +++ b/kblocks-16.11.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3508e45f3922f12e8f2e79d4bc9931ad925875580c38c8274adf687dea202a6d +size 1702524 diff --git a/kblocks.changes b/kblocks.changes index 34e48af..7a84291 100644 --- a/kblocks.changes +++ b/kblocks.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Dec 3 16:11:45 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:21:58 UTC 2016 - tittiatcoke@gmail.com diff --git a/kblocks.spec b/kblocks.spec index a595b8d..902f219 100644 --- a/kblocks.spec +++ b/kblocks.spec @@ -17,10 +17,10 @@ Name: kblocks -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: KBlocks - classic falling blocks game License: LGPL-2.1+ From 0de82ed2ef89ca58148fc7d4eda901d65541c92a74dc3740bdbb202f6c48d2ff Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Tue, 13 Dec 2016 19:34:23 +0000 Subject: [PATCH 3/3] update to (16.12.0) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kblocks?expand=0&rev=45 --- kblocks-16.11.90.tar.xz | 3 --- kblocks-16.12.0.tar.xz | 3 +++ kblocks.changes | 8 ++++++++ kblocks.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 kblocks-16.11.90.tar.xz create mode 100644 kblocks-16.12.0.tar.xz diff --git a/kblocks-16.11.90.tar.xz b/kblocks-16.11.90.tar.xz deleted file mode 100644 index 5df045a..0000000 --- a/kblocks-16.11.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3508e45f3922f12e8f2e79d4bc9931ad925875580c38c8274adf687dea202a6d -size 1702524 diff --git a/kblocks-16.12.0.tar.xz b/kblocks-16.12.0.tar.xz new file mode 100644 index 0000000..6822969 --- /dev/null +++ b/kblocks-16.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d91a776c130a01d6df7aef7699cbcbdfbd53542aaadadcb8dd70f003ae1c040 +size 1702512 diff --git a/kblocks.changes b/kblocks.changes index 7a84291..47f0bbc 100644 --- a/kblocks.changes +++ b/kblocks.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Dec 13 19:34:19 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:11:45 UTC 2016 - tittiatcoke@gmail.com diff --git a/kblocks.spec b/kblocks.spec index 902f219..d45ff64 100644 --- a/kblocks.spec +++ b/kblocks.spec @@ -17,10 +17,10 @@ Name: kblocks -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: KBlocks - classic falling blocks game License: LGPL-2.1+