From 2f764031611e9cea70a94cf60bef87d04c1c4551cdaca6fd36bf3b2a8fdeb7f5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 24 Nov 2018 23:43:49 +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/akonadi-contact?expand=0&rev=92 --- akonadi-contact.changes | 22 ++++++++++++++++++++++ akonadi-contact.spec | 29 +++++++++++------------------ akonadi-contacts-18.08.3.tar.xz | 3 --- akonadi-contacts-18.11.80.tar.xz | 3 +++ 4 files changed, 36 insertions(+), 21 deletions(-) delete mode 100644 akonadi-contacts-18.08.3.tar.xz create mode 100644 akonadi-contacts-18.11.80.tar.xz diff --git a/akonadi-contact.changes b/akonadi-contact.changes index bbde6c9..54e131c 100644 --- a/akonadi-contact.changes +++ b/akonadi-contact.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Nov 20 06:21:44 UTC 2018 - Luca Beltrame + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:56:33 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 autotest for blogfeed + * Fix Bug 400482 - existing blog feed is not editable/erasable (kde#400482) + * Add support for blog feed + * Improve autotest + * QT_NO_NARROWING_CONVERSIONS_IN_CONNECT is defined in kf5.51 + * use new syntax + * Make more strict + * Remove warning + ------------------------------------------------------------------- Thu Nov 08 20:43:25 UTC 2018 - lbeltrame@kde.org diff --git a/akonadi-contact.spec b/akonadi-contact.spec index e8ca5c8..ac1cbd3 100644 --- a/akonadi-contact.spec +++ b/akonadi-contact.spec @@ -16,19 +16,18 @@ # -%bcond_without lang - %define sonum 5 -Name: akonadi-contact -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: akonadi-contact +Version: 18.11.80 +Release: 0 Summary: KDE PIM Libraries for Akonadi Contacts License: LGPL-2.1-or-later Group: System/GUI/KDE -Url: http://www.kde.org +URL: http://www.kde.org Source: akonadi-contacts-%{version}.tar.xz BuildRequires: akonadi-mime-devel BuildRequires: akonadi-server-devel >= %{_kapp_version} @@ -49,10 +48,9 @@ BuildRequires: pkgconfig(Qt5WebEngineWidgets) >= 5.6.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.6.0 Requires: libKF5AkonadiContact5 = %{version} Requires: libKF5ContactEditor5 = %{version} +Recommends: %{name}-lang Provides: akonadi-contacts = %{version} Obsoletes: akonadi-contacts < %{version} -Recommends: %{name}-lang -BuildRoot: %{_tmppath}/%{name}-%{version}-build # It can only build on the same platforms as Qt Webengine ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64 @@ -120,13 +118,11 @@ to develop KDE PIM applications. %post -n libKF5AkonadiContact5 -p /sbin/ldconfig %postun -n libKF5AkonadiContact5 -p /sbin/ldconfig - %post -n libKF5ContactEditor5 -p /sbin/ldconfig %postun -n libKF5ContactEditor5 -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %dir %{_kf5_plugindir} %dir %{_kf5_plugindir}/akonadi/contacts/ %dir %{_kf5_servicesdir}/akonadi @@ -141,13 +137,11 @@ to develop KDE PIM applications. %{_kf5_servicetypesdir}/kaddressbookimprotocol.desktop %files -n libKF5AkonadiContact5 -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %{_kf5_libdir}/libKF5AkonadiContact.so.* %files -n libKF5ContactEditor5 -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %{_kf5_libdir}/libKF5ContactEditor.so.* %files -n akonadi-plugin-contacts @@ -160,8 +154,7 @@ to develop KDE PIM applications. %{_kf5_sharedir}/akonadi/plugins/serializer/akonadi_serializer_contactgroup.desktop %files devel -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %dir %{_kf5_includedir}/Akonadi %dir %{_kf5_includedir}/ContactEditor %dir %{_kf5_includedir}/akonadi @@ -179,7 +172,7 @@ to develop KDE PIM applications. %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %changelog diff --git a/akonadi-contacts-18.08.3.tar.xz b/akonadi-contacts-18.08.3.tar.xz deleted file mode 100644 index 4e4a1b6..0000000 --- a/akonadi-contacts-18.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f84fa7d46eaed19ac0eebab4a379460ae3afd486c1da66d0f809b1d496e628a1 -size 390352 diff --git a/akonadi-contacts-18.11.80.tar.xz b/akonadi-contacts-18.11.80.tar.xz new file mode 100644 index 0000000..77be4d2 --- /dev/null +++ b/akonadi-contacts-18.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7efb95f46d7aa910147a6039d0316fc48b829f7fbc9a405f9a0c14b5057ce2d +size 390200 From 3797d83517bd01c344d770c2544ca4e5b513674fbd0a49122232fe9f29f7997d Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Tue, 4 Dec 2018 16:21:40 +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/akonadi-contact?expand=0&rev=93 --- akonadi-contact.changes | 13 +++++++++++++ akonadi-contact.spec | 2 +- akonadi-contacts-18.11.80.tar.xz | 3 --- akonadi-contacts-18.11.90.tar.xz | 3 +++ 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 akonadi-contacts-18.11.80.tar.xz create mode 100644 akonadi-contacts-18.11.90.tar.xz diff --git a/akonadi-contact.changes b/akonadi-contact.changes index 54e131c..d806c8a 100644 --- a/akonadi-contact.changes +++ b/akonadi-contact.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Dec 03 20:55:44 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: + * Fix mem leak found by asan + * Fix mem leak found by asan + * Add serializer debug categories + * Fix Mapquest URL + ------------------------------------------------------------------- Tue Nov 20 06:21:44 UTC 2018 - Luca Beltrame diff --git a/akonadi-contact.spec b/akonadi-contact.spec index ac1cbd3..1d77d10 100644 --- a/akonadi-contact.spec +++ b/akonadi-contact.spec @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: akonadi-contact -Version: 18.11.80 +Version: 18.11.90 Release: 0 Summary: KDE PIM Libraries for Akonadi Contacts License: LGPL-2.1-or-later diff --git a/akonadi-contacts-18.11.80.tar.xz b/akonadi-contacts-18.11.80.tar.xz deleted file mode 100644 index 77be4d2..0000000 --- a/akonadi-contacts-18.11.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7efb95f46d7aa910147a6039d0316fc48b829f7fbc9a405f9a0c14b5057ce2d -size 390200 diff --git a/akonadi-contacts-18.11.90.tar.xz b/akonadi-contacts-18.11.90.tar.xz new file mode 100644 index 0000000..c6ea8e2 --- /dev/null +++ b/akonadi-contacts-18.11.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab6ee051418fbe9bce9654f6563111fe9bdc7a7508ee1ebb245e2c740e78de4 +size 390444 From 98397352429285bd38ff00d449cd902c73101895a635eca1913799e340e34531 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 16:49:55 +0000 Subject: [PATCH 3/4] KDE Applications 18.12.0 (not yet built) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/akonadi-contact?expand=0&rev=94 --- akonadi-contact.changes | 10 ++++++++++ akonadi-contact.spec | 2 +- akonadi-contacts-18.11.90.tar.xz | 3 --- akonadi-contacts-18.12.0.tar.xz | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 akonadi-contacts-18.11.90.tar.xz create mode 100644 akonadi-contacts-18.12.0.tar.xz diff --git a/akonadi-contact.changes b/akonadi-contact.changes index d806c8a..be44ac8 100644 --- a/akonadi-contact.changes +++ b/akonadi-contact.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Dec 14 06:08:38 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:55:44 UTC 2018 - lbeltrame@kde.org diff --git a/akonadi-contact.spec b/akonadi-contact.spec index 1d77d10..328b59e 100644 --- a/akonadi-contact.spec +++ b/akonadi-contact.spec @@ -22,7 +22,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: akonadi-contact -Version: 18.11.90 +Version: 18.12.0 Release: 0 Summary: KDE PIM Libraries for Akonadi Contacts License: LGPL-2.1-or-later diff --git a/akonadi-contacts-18.11.90.tar.xz b/akonadi-contacts-18.11.90.tar.xz deleted file mode 100644 index c6ea8e2..0000000 --- a/akonadi-contacts-18.11.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ab6ee051418fbe9bce9654f6563111fe9bdc7a7508ee1ebb245e2c740e78de4 -size 390444 diff --git a/akonadi-contacts-18.12.0.tar.xz b/akonadi-contacts-18.12.0.tar.xz new file mode 100644 index 0000000..846a69d --- /dev/null +++ b/akonadi-contacts-18.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a72f9f4aefc5d6559ddd247932783c3ead2360b78c06f5bf664195bd05c532 +size 390460 From e330a3c0872737d3f772536f648b61f313afa05f4c8eb597ca2f4dfad8ffc620 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Fri, 14 Dec 2018 21:22:56 +0000 Subject: [PATCH 4/4] Fix beta and rc release announcement URLs OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/akonadi-contact?expand=0&rev=95 --- akonadi-contact.changes | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/akonadi-contact.changes b/akonadi-contact.changes index be44ac8..c478909 100644 --- a/akonadi-contact.changes +++ b/akonadi-contact.changes @@ -32,7 +32,7 @@ Tue Nov 20 05:56:33 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 autotest for blogfeed * Fix Bug 400482 - existing blog feed is not editable/erasable (kde#400482) @@ -88,7 +88,7 @@ Thu Jul 26 13:00:23 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: * Use Q_REQUIRED_RESULT * Don't use deprecated api @@ -142,7 +142,7 @@ Fri Apr 06 07:08:35 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: * Too many changes to list here @@ -254,7 +254,7 @@ Sat Aug 5 18:16:23 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:04 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: * Too many changes to list here @@ -424,6 +424,6 @@ Mon Aug 8 14:26:12 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