diff --git a/akonadi-contact.changes b/akonadi-contact.changes index bbde6c9..c478909 100644 --- a/akonadi-contact.changes +++ b/akonadi-contact.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +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 + +- 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 + +- 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.12-beta.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 @@ -43,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 @@ -97,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 @@ -209,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 ------------------------------------------------------------------- @@ -269,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 @@ -379,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 diff --git a/akonadi-contact.spec b/akonadi-contact.spec index e8ca5c8..328b59e 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.12.0 +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.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