From a59c270e480532467925d41a2334e48c2c93ae97541fdea66e41471a9a7e5111 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 24 Nov 2018 23:45:33 +0000 Subject: [PATCH 1/4] KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/parley?expand=0&rev=81 --- parley-18.08.3.tar.xz | 3 --- parley-18.11.80.tar.xz | 3 +++ parley.changes | 22 ++++++++++++++++++++++ parley.spec | 34 ++++++++++++++++------------------ 4 files changed, 41 insertions(+), 21 deletions(-) delete mode 100644 parley-18.08.3.tar.xz create mode 100644 parley-18.11.80.tar.xz diff --git a/parley-18.08.3.tar.xz b/parley-18.08.3.tar.xz deleted file mode 100644 index 4156926..0000000 --- a/parley-18.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81c6eea6ca09f0f46ee4309087595fd7543b3bb29fdbaef05cb4cdef25c811f9 -size 8825340 diff --git a/parley-18.11.80.tar.xz b/parley-18.11.80.tar.xz new file mode 100644 index 0000000..28b1702 --- /dev/null +++ b/parley-18.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2754105a91ac5263e33a9f8a742d526f71f91832eeee9dd63032723598b9a967 +size 8823104 diff --git a/parley.changes b/parley.changes index 3bd1204..5302860 100644 --- a/parley.changes +++ b/parley.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Nov 20 06:23:04 UTC 2018 - Luca Beltrame + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:57:35 UTC 2018 - lbeltrame@kde.org + +- Update to 18.11.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.11.80.php +- Changes since 18.08.3: + * Add donation url to appdata + * Fix Clang warnings + * Remove extra semicolon + * Add caption to the screenshot + * Fix minor typos and API docs + * Avoid Clang warning + * Fix filters in QFileDialog + * Fix minor EBN issues and typos + ------------------------------------------------------------------- Thu Nov 08 20:44:18 UTC 2018 - lbeltrame@kde.org diff --git a/parley.spec b/parley.spec index 3efc8c1..7de082a 100644 --- a/parley.spec +++ b/parley.spec @@ -1,7 +1,7 @@ # # spec file for package parley # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -12,22 +12,21 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%bcond_without lang - -Name: parley -Version: 18.08.3 -Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +%bcond_without lang +Name: parley +Version: 18.11.80 +Release: 0 Summary: Vocabulary Trainer -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Amusements/Teaching/Language -Url: http://edu.kde.org +URL: http://edu.kde.org Source: %{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: kcmutils-devel @@ -54,18 +53,17 @@ BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 BuildRequires: pkgconfig(Qt5Multimedia) >= 5.2.0 BuildRequires: pkgconfig(Qt5Svg) >= 5.2.0 BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 -BuildRequires: pkgconfig(Qt5WebEngine) -BuildRequires: pkgconfig(Qt5WebEngineWidgets) +BuildRequires: pkgconfig(Qt5WebEngine) +BuildRequires: pkgconfig(Qt5WebEngineWidgets) Requires: kdeedu-data Obsoletes: %{name}5 < %{version} Obsoletes: parley5 < %{version} Provides: %{name}5 = %{version} +# It can only build on the same platforms as Qt Webengine +ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64 %if %{with lang} Recommends: %{name}-lang %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build -# It can only build on the same platforms as Qt Webengine -ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64 %description Parley is a vocabulary trainer for KDE. @@ -85,13 +83,13 @@ Parley is a vocabulary trainer for KDE. %kf5_makeinstall -C build %if %{with lang} %find_lang %{name} --with-man --all-name - %kf5_find_htmldocs + %{kf5_find_htmldocs} %endif chmod a+x %{buildroot}%{_kf5_appsdir}/parley/plugins/*.py %files -%defattr(-,root,root) -%doc AUTHORS README.md COPYING* +%license COPYING* +%doc AUTHORS README.md %config %{_kf5_configdir}/parley*.knsrc %doc %lang(en) %{_kf5_htmldir}/en/parley/ %{_kf5_applicationsdir}/org.kde.parley.desktop @@ -104,7 +102,7 @@ Parley is a vocabulary trainer for KDE. %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %changelog From f80e37c34066d117a570307f43c987df5564c4dc06c3deb3e1978befa8adc5a5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Tue, 4 Dec 2018 16:23:18 +0000 Subject: [PATCH 2/4] KDE Applications 18.12.0 RC (knights is already in K:A) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/parley?expand=0&rev=82 --- parley-18.11.80.tar.xz | 3 --- parley-18.11.90.tar.xz | 3 +++ parley.changes | 10 ++++++++++ parley.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 parley-18.11.80.tar.xz create mode 100644 parley-18.11.90.tar.xz diff --git a/parley-18.11.80.tar.xz b/parley-18.11.80.tar.xz deleted file mode 100644 index 28b1702..0000000 --- a/parley-18.11.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2754105a91ac5263e33a9f8a742d526f71f91832eeee9dd63032723598b9a967 -size 8823104 diff --git a/parley-18.11.90.tar.xz b/parley-18.11.90.tar.xz new file mode 100644 index 0000000..53935ce --- /dev/null +++ b/parley-18.11.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0299a27c1edeaa2f328ec10572f2c2a45a479c0b94ae8c4333e25cd551ba1b91 +size 8823412 diff --git a/parley.changes b/parley.changes index 5302860..58150c4 100644 --- a/parley.changes +++ b/parley.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Dec 03 20:56:27 UTC 2018 - lbeltrame@kde.org + +- Update to 18.11.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12-rc.php +- Changes since 18.11.80: + * No code changes since 18.11.80 + ------------------------------------------------------------------- Tue Nov 20 06:23:04 UTC 2018 - Luca Beltrame diff --git a/parley.spec b/parley.spec index 7de082a..975810a 100644 --- a/parley.spec +++ b/parley.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: parley -Version: 18.11.80 +Version: 18.11.90 Release: 0 Summary: Vocabulary Trainer License: GPL-2.0-or-later From d1dd8ca5b6e1fc7508aa42ae28f8cede919fac3e900a1bbadb4026791826a179 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 16:51:34 +0000 Subject: [PATCH 3/4] KDE Applications 18.12.0 (not yet built) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/parley?expand=0&rev=83 --- parley-18.11.90.tar.xz | 3 --- parley-18.12.0.tar.xz | 3 +++ parley.changes | 10 ++++++++++ parley.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 parley-18.11.90.tar.xz create mode 100644 parley-18.12.0.tar.xz diff --git a/parley-18.11.90.tar.xz b/parley-18.11.90.tar.xz deleted file mode 100644 index 53935ce..0000000 --- a/parley-18.11.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0299a27c1edeaa2f328ec10572f2c2a45a479c0b94ae8c4333e25cd551ba1b91 -size 8823412 diff --git a/parley-18.12.0.tar.xz b/parley-18.12.0.tar.xz new file mode 100644 index 0000000..88dd96c --- /dev/null +++ b/parley-18.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a50456c972b6cc3d79ade947f40d5c03a44747877efbcae7fbacf0ca40d7d6 +size 8823468 diff --git a/parley.changes b/parley.changes index 58150c4..e0df9b9 100644 --- a/parley.changes +++ b/parley.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Dec 14 06:09:22 UTC 2018 - lbeltrame@kde.org + +- Update to 18.12.0 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.12.0.php +- Changes since 18.11.90: + * No code changes since 18.11.90 + ------------------------------------------------------------------- Mon Dec 03 20:56:27 UTC 2018 - lbeltrame@kde.org diff --git a/parley.spec b/parley.spec index 975810a..a706940 100644 --- a/parley.spec +++ b/parley.spec @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: parley -Version: 18.11.90 +Version: 18.12.0 Release: 0 Summary: Vocabulary Trainer License: GPL-2.0-or-later From 51bb782dd1d2b237793667b69f0dbd7f7f4f3f06b0f1a5f58c54000c89395413 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 23:06:18 +0000 Subject: [PATCH 4/4] Fix wrong beta and rc release announcement URLs OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/parley?expand=0&rev=84 --- parley.changes | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/parley.changes b/parley.changes index e0df9b9..baf049e 100644 --- a/parley.changes +++ b/parley.changes @@ -29,7 +29,7 @@ Tue Nov 20 05:57:35 UTC 2018 - lbeltrame@kde.org - Update to 18.11.80 * New feature release * For more details please see: - * https://www.kde.org/announcements/announce-applications-18.11.80.php + * https://www.kde.org/announcements/announce-applications-18.12-beta.php - Changes since 18.08.3: * Add donation url to appdata * Fix Clang warnings @@ -86,7 +86,7 @@ Thu Jul 26 13:01:06 UTC 2018 - lbeltrame@kde.org - Update to 18.07.80 * New feature release * For more details please see: - * https://www.kde.org/announcements/announce-applications-18.07.80.php + * https://www.kde.org/announcements/announce-applications-18.08-beta.php - Changes since 18.04.3: * Remove duplicate code @@ -136,7 +136,7 @@ Fri Apr 06 07:10:16 CEST 2018 - lbeltrame@kde.org - Update to 18.03.90 * New feature release * For more details please see: - * https://www.kde.org/announcements/announce-applications-18.03.90.php + * https://www.kde.org/announcements/announce-applications-18.04-rc.php - Changes since 17.12.3: * Fix build with Qt 5.11 (missing headers) * Replace parleys version string with KDE Applications version @@ -255,7 +255,7 @@ Sat Aug 5 18:19:41 UTC 2017 - christophe@krop.fr - Update to KDE Applications 17.07.90 * KDE Applications 17.07.90 - * https://www.kde.org/announcements/announce-applications-17.07.90.php + * https://www.kde.org/announcements/announce-applications-17.08-rc.php ------------------------------------------------------------------- @@ -314,7 +314,7 @@ Sat Mar 25 23:10:54 CET 2017 - lbeltrame@kde.org - Update to 17.03.80 * New feature release * For more details please see: - * https://www.kde.org/announcements/announce-applications-17.03.80.php + * https://www.kde.org/announcements/announce-applications-17.04-beta.php - Changes since 16.12.3: * Albert says: bunch of files i forgot to git add, sorry ^_^ * Update mwclient to 0.8.4 for fetch sound from wiktionary @@ -403,7 +403,7 @@ Mon Aug 8 15:53:30 UTC 2016 - tittiatcoke@gmail.com - Update to KDE Applications 16.07.90 * KDE Applications 16.07.90 (16.08-RC) - * https://www.kde.org/announcements/announce-applications-16.07.90.php + * https://www.kde.org/announcements/announce-applications-16.08-rc.php ------------------------------------------------------------------- @@ -527,7 +527,7 @@ Fri Aug 7 07:08:53 UTC 2015 - tittiatcoke@gmail.com - Update to KDE Applications 15.07.90 * KDE Applications 15.08.0 RC1 - * https://www.kde.org/announcements/announce-applications-15.07.90.php + * https://www.kde.org/announcements/announce-applications-15.08-rc.php -------------------------------------------------------------------