From 2ba11f47f92c74f20048a54c1ca99158c2d548a61f26b28110666e5c8cebb438 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Sat, 3 Dec 2016 12:58:36 +0000 Subject: [PATCH 1/4] Accepting request 443433 from home:luca_b:test_KA KDE Applications - please review OBS-URL: https://build.opensuse.org/request/show/443433 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kwordquiz?expand=0&rev=37 --- kwordquiz-16.08.3.tar.xz | 3 --- kwordquiz-16.11.80.tar.xz | 3 +++ kwordquiz.changes | 8 ++++++++ kwordquiz.spec | 40 +++++++++++++++++++++++---------------- 4 files changed, 35 insertions(+), 19 deletions(-) delete mode 100644 kwordquiz-16.08.3.tar.xz create mode 100644 kwordquiz-16.11.80.tar.xz diff --git a/kwordquiz-16.08.3.tar.xz b/kwordquiz-16.08.3.tar.xz deleted file mode 100644 index cc5fb2f..0000000 --- a/kwordquiz-16.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8eefe9b29a08f59f856334423187667ff9106883444a9eaa8938da422665588e -size 1051944 diff --git a/kwordquiz-16.11.80.tar.xz b/kwordquiz-16.11.80.tar.xz new file mode 100644 index 0000000..3167229 --- /dev/null +++ b/kwordquiz-16.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c243f9c4c47f31efa5effdef5fbd9951a9f83db6101764649d3245fc2dc245f +size 1052636 diff --git a/kwordquiz.changes b/kwordquiz.changes index 7c69464..9f569e5 100644 --- a/kwordquiz.changes +++ b/kwordquiz.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 29 12:39: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 + + ------------------------------------------------------------------- Thu Nov 10 08:52:10 UTC 2016 - wbauer@tmo.at diff --git a/kwordquiz.spec b/kwordquiz.spec index 7fd9f33..100e1a2 100644 --- a/kwordquiz.spec +++ b/kwordquiz.spec @@ -1,7 +1,7 @@ # # spec file for package kwordquiz # -# 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,32 +17,40 @@ Name: kwordquiz -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: Vocabulary Trainer License: GPL-2.0+ Group: Amusements/Teaching/Language Url: http://edu.kde.org Source0: %{name}-%{version}.tar.xz -BuildRequires: fdupes BuildRequires: extra-cmake-modules -BuildRequires: pkgconfig(Qt5Core) -BuildRequires: pkgconfig(Qt5Widgets) -BuildRequires: pkgconfig(Qt5PrintSupport) -BuildRequires: ki18n-devel -BuildRequires: kcrash-devel +BuildRequires: fdupes BuildRequires: kconfig-devel BuildRequires: kconfigwidgets-devel +BuildRequires: kcrash-devel +BuildRequires: kdeclarative-devel +BuildRequires: kdelibs4support-devel BuildRequires: kdoctools-devel BuildRequires: kguiaddons-devel +BuildRequires: ki18n-devel BuildRequires: kiconthemes-devel -BuildRequires: knotifyconfig-devel +BuildRequires: kio-devel BuildRequires: knewstuff-devel BuildRequires: knotifications-devel +BuildRequires: knotifyconfig-devel BuildRequires: kxmlgui-devel -BuildRequires: kdelibs4support-devel -BuildRequires: phonon4qt5-devel BuildRequires: libkeduvocdocument-devel +BuildRequires: phonon4qt5-devel +BuildRequires: pkgconfig +BuildRequires: sonnet-devel +BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5PrintSupport) +BuildRequires: pkgconfig(Qt5Qml) +BuildRequires: pkgconfig(Qt5Widgets) Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,18 +74,18 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc" %files %defattr(-,root,root) -%dir %{_kf5_sharedir}/appdata +%dir %{_kf5_appstreamdir} %doc AUTHORS COPYING* README %doc %lang(en) %{_kf5_htmldir}/en/kwordquiz/ %{_kf5_applicationsdir}/org.kde.kwordquiz.desktop %{_kf5_appsdir}/kwordquiz/ %{_kf5_bindir}/kwordquiz -%{_kf5_sharedir}/appdata/org.kde.kwordquiz.appdata.xml +%{_kf5_appstreamdir}/org.kde.kwordquiz.appdata.xml %{_kf5_iconsdir}/hicolor/*/apps/kwordquiz.* %{_kf5_iconsdir}/hicolor/*/mimetypes/application-x-kwordquiz.png %{_kf5_configkcfgdir}/ -%_datadir/knotifications5/ -%_datadir/kxmlgui5/kwordquiz/ -%_kf5_configdir/kwordquiz.knsrc +%{_datadir}/knotifications5/ +%{_datadir}/kxmlgui5/kwordquiz/ +%{_kf5_configdir}/kwordquiz.knsrc %changelog From 9c228b1e640b5e168a75a35ce795207fe1e34c646a89a4c72f6874e25f4a1a59 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Sat, 3 Dec 2016 15:25:09 +0000 Subject: [PATCH 2/4] Accepting request 443570 from home:wolfi323:branches:KDE:Applications - Remove unneeded build requirements (again), same as https://build.opensuse.org/package/rdiff/KDE:Applications/kwordquiz?linkrev=base&rev=36 OBS-URL: https://build.opensuse.org/request/show/443570 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kwordquiz?expand=0&rev=38 --- kwordquiz.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kwordquiz.spec b/kwordquiz.spec index 100e1a2..e9a5c68 100644 --- a/kwordquiz.spec +++ b/kwordquiz.spec @@ -32,13 +32,11 @@ BuildRequires: fdupes BuildRequires: kconfig-devel BuildRequires: kconfigwidgets-devel BuildRequires: kcrash-devel -BuildRequires: kdeclarative-devel BuildRequires: kdelibs4support-devel BuildRequires: kdoctools-devel BuildRequires: kguiaddons-devel BuildRequires: ki18n-devel BuildRequires: kiconthemes-devel -BuildRequires: kio-devel BuildRequires: knewstuff-devel BuildRequires: knotifications-devel BuildRequires: knotifyconfig-devel @@ -46,10 +44,8 @@ BuildRequires: kxmlgui-devel BuildRequires: libkeduvocdocument-devel BuildRequires: phonon4qt5-devel BuildRequires: pkgconfig -BuildRequires: sonnet-devel BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5PrintSupport) -BuildRequires: pkgconfig(Qt5Qml) BuildRequires: pkgconfig(Qt5Widgets) Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} From 6b84e31eb6a16d82bf276b57fdc7b5971606b8c2e82fcabb604e7e209e0a4ee3 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Sat, 3 Dec 2016 16:42:21 +0000 Subject: [PATCH 3/4] update to (16.11.90) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kwordquiz?expand=0&rev=39 --- kwordquiz-16.11.80.tar.xz | 3 --- kwordquiz-16.11.90.tar.xz | 3 +++ kwordquiz.changes | 8 ++++++++ kwordquiz.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 kwordquiz-16.11.80.tar.xz create mode 100644 kwordquiz-16.11.90.tar.xz diff --git a/kwordquiz-16.11.80.tar.xz b/kwordquiz-16.11.80.tar.xz deleted file mode 100644 index 3167229..0000000 --- a/kwordquiz-16.11.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0c243f9c4c47f31efa5effdef5fbd9951a9f83db6101764649d3245fc2dc245f -size 1052636 diff --git a/kwordquiz-16.11.90.tar.xz b/kwordquiz-16.11.90.tar.xz new file mode 100644 index 0000000..d5fdb14 --- /dev/null +++ b/kwordquiz-16.11.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f54b5e0bbdcb6a8c706b21c0ae7652489547d8f56c16624ecea2c379a0404c +size 1052596 diff --git a/kwordquiz.changes b/kwordquiz.changes index 9f569e5..59951af 100644 --- a/kwordquiz.changes +++ b/kwordquiz.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Dec 3 16:42:15 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:39:34 UTC 2016 - tittiatcoke@gmail.com diff --git a/kwordquiz.spec b/kwordquiz.spec index e9a5c68..355ece2 100644 --- a/kwordquiz.spec +++ b/kwordquiz.spec @@ -17,10 +17,10 @@ Name: kwordquiz -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: Vocabulary Trainer License: GPL-2.0+ From 136897c7122204991c47ab4b4bb9ca2cffd19817e788ec88fe788edb25eeab61 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Tue, 13 Dec 2016 19:58:04 +0000 Subject: [PATCH 4/4] update to (16.12.0) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kwordquiz?expand=0&rev=40 --- kwordquiz-16.11.90.tar.xz | 3 --- kwordquiz-16.12.0.tar.xz | 3 +++ kwordquiz.changes | 8 ++++++++ kwordquiz.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 kwordquiz-16.11.90.tar.xz create mode 100644 kwordquiz-16.12.0.tar.xz diff --git a/kwordquiz-16.11.90.tar.xz b/kwordquiz-16.11.90.tar.xz deleted file mode 100644 index d5fdb14..0000000 --- a/kwordquiz-16.11.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2f54b5e0bbdcb6a8c706b21c0ae7652489547d8f56c16624ecea2c379a0404c -size 1052596 diff --git a/kwordquiz-16.12.0.tar.xz b/kwordquiz-16.12.0.tar.xz new file mode 100644 index 0000000..068173f --- /dev/null +++ b/kwordquiz-16.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13fde9afb7e89209fe1db65dd59e8291dbf0f69760460c49daf07513f050a355 +size 1052604 diff --git a/kwordquiz.changes b/kwordquiz.changes index 59951af..eb7b49f 100644 --- a/kwordquiz.changes +++ b/kwordquiz.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Dec 13 19:58:00 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:42:15 UTC 2016 - tittiatcoke@gmail.com diff --git a/kwordquiz.spec b/kwordquiz.spec index 355ece2..2b3a383 100644 --- a/kwordquiz.spec +++ b/kwordquiz.spec @@ -17,10 +17,10 @@ Name: kwordquiz -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: Vocabulary Trainer License: GPL-2.0+