From 4bf394e1c21997b5dd9b1a666556091e04d044d63fed66ba05dedcb049781cba Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Sat, 3 Dec 2016 13:54:35 +0000 Subject: [PATCH 1/3] Accepting request 443413 from home:luca_b:test_KA KDE Applications - please review OBS-URL: https://build.opensuse.org/request/show/443413 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ktimer?expand=0&rev=36 --- ktimer-16.08.3.tar.xz | 3 --- ktimer-16.11.80.tar.xz | 3 +++ ktimer.changes | 8 ++++++++ ktimer.spec | 30 +++++++++++++++++------------- 4 files changed, 28 insertions(+), 16 deletions(-) delete mode 100644 ktimer-16.08.3.tar.xz create mode 100644 ktimer-16.11.80.tar.xz diff --git a/ktimer-16.08.3.tar.xz b/ktimer-16.08.3.tar.xz deleted file mode 100644 index 3df1508..0000000 --- a/ktimer-16.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49b73f9d784af1a90a1c17cf295d1b91cafb450ab6d1a9edaf7a7c373d34cc7b -size 161012 diff --git a/ktimer-16.11.80.tar.xz b/ktimer-16.11.80.tar.xz new file mode 100644 index 0000000..3b7a6fc --- /dev/null +++ b/ktimer-16.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e2a849510dc26cad98c2e7c54b391f1b3d277fe10c4b89923bfc90586cc71d3 +size 160896 diff --git a/ktimer.changes b/ktimer.changes index 15313ad..07eb51a 100644 --- a/ktimer.changes +++ b/ktimer.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 29 12:37:19 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:23:35 UTC 2016 - lbeltrame@kde.org diff --git a/ktimer.spec b/ktimer.spec index b6c66ae..52b1f1b 100644 --- a/ktimer.spec +++ b/ktimer.spec @@ -1,7 +1,7 @@ # # spec file for package ktimer # -# 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,25 +17,29 @@ Name: ktimer -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: Countdown Launcher License: GPL-2.0+ Group: Productivity/Other Url: http://www.kde.org Source0: ktimer-%{version}.tar.xz BuildRequires: extra-cmake-modules -BuildRequires: pkgconfig(Qt5Core) -BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: kdbusaddons-devel BuildRequires: kdoctools-devel BuildRequires: ki18n-devel -BuildRequires: kwidgetsaddons-devel -BuildRequires: kdbusaddons-devel -BuildRequires: kxmlgui-devel -BuildRequires: kio-devel BuildRequires: kiconthemes-devel +BuildRequires: kio-devel BuildRequires: knotifications-devel +BuildRequires: kwidgetsaddons-devel +BuildRequires: kxmlgui-devel +BuildRequires: pkgconfig BuildRequires: update-desktop-files +BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5Widgets) Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -55,15 +59,15 @@ Countdown launching tool for KDE %suse_update_desktop_file org.kde.ktimer Utility TimeUtility %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig %files %defattr(-,root,root) %doc COPYING -%_kf5_bindir/ktimer -%_kf5_applicationsdir/org.kde.ktimer.desktop -%_kf5_iconsdir/hicolor/*/*/*.png -%doc %lang(en) %_kf5_htmldir/en/ktimer/ +%{_kf5_bindir}/ktimer +%{_kf5_htmldir}/en/ktimer/ +%{_kf5_applicationsdir}/org.kde.ktimer.desktop +%{_kf5_iconsdir}/hicolor/*/*/*.png +%{_kf5_htmldir}/en/ktimer/ %changelog From 5a7e609bcd937ac452707ce8b2f791debcbce0b8e1a8a3c04c5c11b5c2941887 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Sat, 3 Dec 2016 16:39:37 +0000 Subject: [PATCH 2/3] update to (16.11.90) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ktimer?expand=0&rev=37 --- ktimer-16.11.80.tar.xz | 3 --- ktimer-16.11.90.tar.xz | 3 +++ ktimer.changes | 8 ++++++++ ktimer.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 ktimer-16.11.80.tar.xz create mode 100644 ktimer-16.11.90.tar.xz diff --git a/ktimer-16.11.80.tar.xz b/ktimer-16.11.80.tar.xz deleted file mode 100644 index 3b7a6fc..0000000 --- a/ktimer-16.11.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e2a849510dc26cad98c2e7c54b391f1b3d277fe10c4b89923bfc90586cc71d3 -size 160896 diff --git a/ktimer-16.11.90.tar.xz b/ktimer-16.11.90.tar.xz new file mode 100644 index 0000000..011b160 --- /dev/null +++ b/ktimer-16.11.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbebc11cd12c0ea6b755573647d19ba00397aa185dab751830d9861482bb673a +size 160904 diff --git a/ktimer.changes b/ktimer.changes index 07eb51a..192a8d5 100644 --- a/ktimer.changes +++ b/ktimer.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Dec 3 16:39:34 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:37:19 UTC 2016 - tittiatcoke@gmail.com diff --git a/ktimer.spec b/ktimer.spec index 52b1f1b..1427780 100644 --- a/ktimer.spec +++ b/ktimer.spec @@ -17,10 +17,10 @@ Name: ktimer -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: Countdown Launcher License: GPL-2.0+ From c24ba9b778e59bb02adbb9889e55231950e34b0f1d18bf5739b4e54d67ddc671 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Tue, 13 Dec 2016 19:55:07 +0000 Subject: [PATCH 3/3] update to (16.12.0) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/ktimer?expand=0&rev=38 --- ktimer-16.11.90.tar.xz | 3 --- ktimer-16.12.0.tar.xz | 3 +++ ktimer.changes | 8 ++++++++ ktimer.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 ktimer-16.11.90.tar.xz create mode 100644 ktimer-16.12.0.tar.xz diff --git a/ktimer-16.11.90.tar.xz b/ktimer-16.11.90.tar.xz deleted file mode 100644 index 011b160..0000000 --- a/ktimer-16.11.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbebc11cd12c0ea6b755573647d19ba00397aa185dab751830d9861482bb673a -size 160904 diff --git a/ktimer-16.12.0.tar.xz b/ktimer-16.12.0.tar.xz new file mode 100644 index 0000000..08af8d2 --- /dev/null +++ b/ktimer-16.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e57deff9ea280a6c1a691e40749f28b47f73bd0195f0fa0130c8bec753c8b86 +size 160880 diff --git a/ktimer.changes b/ktimer.changes index 192a8d5..970d49d 100644 --- a/ktimer.changes +++ b/ktimer.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Dec 13 19:55:03 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:39:34 UTC 2016 - tittiatcoke@gmail.com diff --git a/ktimer.spec b/ktimer.spec index 1427780..da8aad9 100644 --- a/ktimer.spec +++ b/ktimer.spec @@ -17,10 +17,10 @@ Name: ktimer -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: Countdown Launcher License: GPL-2.0+