From 813977122fb5ce3c77719a9e68f8d6c3fc16bb78c2187f7f6dacdefb10d83734 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Sat, 3 Dec 2016 14:21:00 +0000 Subject: [PATCH 1/4] Accepting request 443264 from home:luca_b:test_KA KDE Applications - please review OBS-URL: https://build.opensuse.org/request/show/443264 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/artikulate?expand=0&rev=42 --- artikulate-16.08.3.tar.xz | 3 --- artikulate-16.11.80.tar.xz | 3 +++ artikulate.changes | 8 ++++++ artikulate.spec | 51 +++++++++++++++++++++++--------------- 4 files changed, 42 insertions(+), 23 deletions(-) delete mode 100644 artikulate-16.08.3.tar.xz create mode 100644 artikulate-16.11.80.tar.xz diff --git a/artikulate-16.08.3.tar.xz b/artikulate-16.08.3.tar.xz deleted file mode 100644 index b9b3fe9..0000000 --- a/artikulate-16.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a16dffa2d60b6d880041ccd494934a04c2d2cd0f4ae2c698fed95ee99950be3c -size 3651452 diff --git a/artikulate-16.11.80.tar.xz b/artikulate-16.11.80.tar.xz new file mode 100644 index 0000000..ffbb026 --- /dev/null +++ b/artikulate-16.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8328592793b009e701133bf46d0013ebb0514ae7036c531b63e4ea839c7d843 +size 3653080 diff --git a/artikulate.changes b/artikulate.changes index cc86213..e968c4e 100644 --- a/artikulate.changes +++ b/artikulate.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 29 12:16:59 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:08:44 UTC 2016 - lbeltrame@kde.org diff --git a/artikulate.spec b/artikulate.spec index 798d762..b5d6190 100644 --- a/artikulate.spec +++ b/artikulate.spec @@ -1,7 +1,7 @@ # # spec file for package artikulate # -# 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,45 @@ Name: artikulate -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: Pronunciation Self-Teaching License: LGPL-3.0+ and GPL-2.0 and BSD-3-Clause Group: Amusements/Teaching/Other Url: http://edu.kde.org Source0: %{name}-%{version}.tar.xz +BuildRequires: extra-cmake-modules >= %{kf5_version} BuildRequires: fdupes -BuildRequires: extra-cmake-modules -BuildRequires: update-desktop-files -BuildRequires: kdoctools-devel -BuildRequires: pkgconfig(Qt5Widgets) -BuildRequires: pkgconfig(Qt5Sql) -BuildRequires: pkgconfig(Qt5XmlPatterns) -BuildRequires: pkgconfig(Qt5Qml) -BuildRequires: pkgconfig(Qt5Quick) -BuildRequires: pkgconfig(Qt5QuickWidgets) -BuildRequires: pkgconfig(Qt5Test) -BuildRequires: pkgconfig(Qt5Multimedia) +BuildRequires: gstreamer-plugins-qt5-devel +BuildRequires: karchive-devel BuildRequires: kconfig-devel +BuildRequires: kconfigwidgets-devel +BuildRequires: kcoreaddons-devel +BuildRequires: kcrash-devel +BuildRequires: kdeclarative-devel +BuildRequires: kdoctools-devel BuildRequires: ki18n-devel BuildRequires: kio-devel BuildRequires: knewstuff-devel +BuildRequires: kwidgetsaddons-devel BuildRequires: kxmlgui-devel -BuildRequires: kcrash-devel -BuildRequires: karchive-devel +BuildRequires: pkgconfig +BuildRequires: update-desktop-files +BuildRequires: pkgconfig(Qt5Multimedia) +BuildRequires: pkgconfig(Qt5Qml) +BuildRequires: pkgconfig(Qt5Quick) +BuildRequires: pkgconfig(Qt5QuickWidgets) +BuildRequires: pkgconfig(Qt5Sql) +BuildRequires: pkgconfig(Qt5Test) +BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(Qt5XmlPatterns) # Runtime dep -Requires: kqtquickcharts >= %{version} +Requires: kqtquickcharts >= %{_kapp_version} +Obsoletes: %{name}5 < %{version} +Provides: %{name}5 = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -61,8 +72,8 @@ Improve your pronunciation by listening to native speakers. %kf5_makeinstall -C build %suse_update_desktop_file org.kde.%{name} X-KDE-Edu-Teaching -%post -p /sbin/ldconfig +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files @@ -80,8 +91,8 @@ Improve your pronunciation by listening to native speakers. %dir %{_kf5_configkcfgdir} %{_kf5_configkcfgdir}/artikulate.kcfg %{_kf5_iconsdir}/hicolor/*/*/artikulate*.* -%{_kf5_iconsdir}/hicolor/scalable/actions/language-artikulate.svg -%{_datadir}/appdata/ -%_kf5_plugindir/artikulate/ +%{_kf5_appstreamdir}/ +%{_kf5_plugindir}/artikulate/ +%{_kf5_iconsdir}/hicolor/*/actions/language-artikulate.* %changelog From d071d72b5123a6265ef7a377befca0cd0fbd95d826cb4b3043553d6b1e94735b Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Sat, 3 Dec 2016 15:30:24 +0000 Subject: [PATCH 2/4] Accepting request 443587 from home:wolfi323:branches:KDE:Applications Cleanup build requirements, same as https://build.opensuse.org/package/rdiff/KDE:Applications/artikulate?linkrev=base&rev=32 OBS-URL: https://build.opensuse.org/request/show/443587 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/artikulate?expand=0&rev=43 --- artikulate.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/artikulate.spec b/artikulate.spec index b5d6190..d89721a 100644 --- a/artikulate.spec +++ b/artikulate.spec @@ -32,15 +32,11 @@ BuildRequires: fdupes BuildRequires: gstreamer-plugins-qt5-devel BuildRequires: karchive-devel BuildRequires: kconfig-devel -BuildRequires: kconfigwidgets-devel -BuildRequires: kcoreaddons-devel BuildRequires: kcrash-devel -BuildRequires: kdeclarative-devel BuildRequires: kdoctools-devel BuildRequires: ki18n-devel BuildRequires: kio-devel BuildRequires: knewstuff-devel -BuildRequires: kwidgetsaddons-devel BuildRequires: kxmlgui-devel BuildRequires: pkgconfig BuildRequires: update-desktop-files From b984acdb771d27d21360b62e5a788aa55c252c2d31c443c25e2beb47381a3e18 Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Sat, 3 Dec 2016 15:56:40 +0000 Subject: [PATCH 3/4] update to (16.11.90) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/artikulate?expand=0&rev=44 --- artikulate-16.11.80.tar.xz | 3 --- artikulate-16.11.90.tar.xz | 3 +++ artikulate.changes | 8 ++++++++ artikulate.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 artikulate-16.11.80.tar.xz create mode 100644 artikulate-16.11.90.tar.xz diff --git a/artikulate-16.11.80.tar.xz b/artikulate-16.11.80.tar.xz deleted file mode 100644 index ffbb026..0000000 --- a/artikulate-16.11.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8328592793b009e701133bf46d0013ebb0514ae7036c531b63e4ea839c7d843 -size 3653080 diff --git a/artikulate-16.11.90.tar.xz b/artikulate-16.11.90.tar.xz new file mode 100644 index 0000000..f8c4f73 --- /dev/null +++ b/artikulate-16.11.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61edc4e21e66fc9f5dcc9b9cdfe59c5fc9e9cfb47038d4883acc67c6c20270e1 +size 3653172 diff --git a/artikulate.changes b/artikulate.changes index e968c4e..53b12a8 100644 --- a/artikulate.changes +++ b/artikulate.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Dec 3 15:56:26 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:16:59 UTC 2016 - tittiatcoke@gmail.com diff --git a/artikulate.spec b/artikulate.spec index d89721a..5be95bc 100644 --- a/artikulate.spec +++ b/artikulate.spec @@ -17,10 +17,10 @@ Name: artikulate -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: Pronunciation Self-Teaching License: LGPL-3.0+ and GPL-2.0 and BSD-3-Clause From d6fb9795f36bfaa5ddfa0fea6d0fe47360aab106fd782ee4eb69202ece37d41a Mon Sep 17 00:00:00 2001 From: Raymond Wooninck Date: Tue, 13 Dec 2016 19:28:35 +0000 Subject: [PATCH 4/4] update to (16.12.0) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/artikulate?expand=0&rev=45 --- artikulate-16.11.90.tar.xz | 3 --- artikulate-16.12.0.tar.xz | 3 +++ artikulate.changes | 8 ++++++++ artikulate.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 artikulate-16.11.90.tar.xz create mode 100644 artikulate-16.12.0.tar.xz diff --git a/artikulate-16.11.90.tar.xz b/artikulate-16.11.90.tar.xz deleted file mode 100644 index f8c4f73..0000000 --- a/artikulate-16.11.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61edc4e21e66fc9f5dcc9b9cdfe59c5fc9e9cfb47038d4883acc67c6c20270e1 -size 3653172 diff --git a/artikulate-16.12.0.tar.xz b/artikulate-16.12.0.tar.xz new file mode 100644 index 0000000..62336df --- /dev/null +++ b/artikulate-16.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c77364157ded5dd6a1d921c134b9408ce50fc98baef6ab2ecc7d7dfd1c1faa +size 3653024 diff --git a/artikulate.changes b/artikulate.changes index 53b12a8..72c0988 100644 --- a/artikulate.changes +++ b/artikulate.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Dec 13 19:28:31 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 15:56:26 UTC 2016 - tittiatcoke@gmail.com diff --git a/artikulate.spec b/artikulate.spec index 5be95bc..091e326 100644 --- a/artikulate.spec +++ b/artikulate.spec @@ -17,10 +17,10 @@ Name: artikulate -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: Pronunciation Self-Teaching License: LGPL-3.0+ and GPL-2.0 and BSD-3-Clause