Accepting request 658312 from KDE:Applications

KDE Applications 18.12

OBS-URL: https://build.opensuse.org/request/show/658312
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/akonadi-contact?expand=0&rev=31
This commit is contained in:
Dominique Leuenberger 2018-12-19 12:30:25 +00:00 committed by Git OBS Bridge
commit 1895da0036
4 changed files with 64 additions and 26 deletions

View File

@ -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 <lbeltrame@kde.org>
- 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 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 - Update to 18.07.80
* New feature release * New feature release
* For more details please see: * 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: - Changes since 18.04.3:
* Use Q_REQUIRED_RESULT * Use Q_REQUIRED_RESULT
* Don't use deprecated api * 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 - Update to 18.03.90
* New feature release * New feature release
* For more details please see: * 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: - Changes since 17.12.3:
* Too many changes to list here * 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 - Update to KDE Applications 17.07.90
* 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 - Update to 17.03.80
* New feature release * New feature release
* For more details please see: * 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: - Changes since 16.12.3:
* Too many changes to list here * 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 - Update to KDE Applications 16.07.90
* KDE Applications 16.07.90 (16.08-RC) * 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

View File

@ -16,19 +16,18 @@
# #
%bcond_without lang
%define sonum 5 %define sonum 5
Name: akonadi-contact
Version: 18.08.3
Release: 0
%define kf5_version 5.26.0 %define kf5_version 5.26.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) # 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}')} %{!?_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 Summary: KDE PIM Libraries for Akonadi Contacts
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
Group: System/GUI/KDE Group: System/GUI/KDE
Url: http://www.kde.org URL: http://www.kde.org
Source: akonadi-contacts-%{version}.tar.xz Source: akonadi-contacts-%{version}.tar.xz
BuildRequires: akonadi-mime-devel BuildRequires: akonadi-mime-devel
BuildRequires: akonadi-server-devel >= %{_kapp_version} BuildRequires: akonadi-server-devel >= %{_kapp_version}
@ -49,10 +48,9 @@ BuildRequires: pkgconfig(Qt5WebEngineWidgets) >= 5.6.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.6.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.6.0
Requires: libKF5AkonadiContact5 = %{version} Requires: libKF5AkonadiContact5 = %{version}
Requires: libKF5ContactEditor5 = %{version} Requires: libKF5ContactEditor5 = %{version}
Recommends: %{name}-lang
Provides: akonadi-contacts = %{version} Provides: akonadi-contacts = %{version}
Obsoletes: 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 # It can only build on the same platforms as Qt Webengine
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64 ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
@ -120,13 +118,11 @@ to develop KDE PIM applications.
%post -n libKF5AkonadiContact5 -p /sbin/ldconfig %post -n libKF5AkonadiContact5 -p /sbin/ldconfig
%postun -n libKF5AkonadiContact5 -p /sbin/ldconfig %postun -n libKF5AkonadiContact5 -p /sbin/ldconfig
%post -n libKF5ContactEditor5 -p /sbin/ldconfig %post -n libKF5ContactEditor5 -p /sbin/ldconfig
%postun -n libKF5ContactEditor5 -p /sbin/ldconfig %postun -n libKF5ContactEditor5 -p /sbin/ldconfig
%files %files
%defattr(-,root,root) %license COPYING*
%doc COPYING*
%dir %{_kf5_plugindir} %dir %{_kf5_plugindir}
%dir %{_kf5_plugindir}/akonadi/contacts/ %dir %{_kf5_plugindir}/akonadi/contacts/
%dir %{_kf5_servicesdir}/akonadi %dir %{_kf5_servicesdir}/akonadi
@ -141,13 +137,11 @@ to develop KDE PIM applications.
%{_kf5_servicetypesdir}/kaddressbookimprotocol.desktop %{_kf5_servicetypesdir}/kaddressbookimprotocol.desktop
%files -n libKF5AkonadiContact5 %files -n libKF5AkonadiContact5
%defattr(-,root,root) %license COPYING*
%doc COPYING*
%{_kf5_libdir}/libKF5AkonadiContact.so.* %{_kf5_libdir}/libKF5AkonadiContact.so.*
%files -n libKF5ContactEditor5 %files -n libKF5ContactEditor5
%defattr(-,root,root) %license COPYING*
%doc COPYING*
%{_kf5_libdir}/libKF5ContactEditor.so.* %{_kf5_libdir}/libKF5ContactEditor.so.*
%files -n akonadi-plugin-contacts %files -n akonadi-plugin-contacts
@ -160,8 +154,7 @@ to develop KDE PIM applications.
%{_kf5_sharedir}/akonadi/plugins/serializer/akonadi_serializer_contactgroup.desktop %{_kf5_sharedir}/akonadi/plugins/serializer/akonadi_serializer_contactgroup.desktop
%files devel %files devel
%defattr(-,root,root) %license COPYING*
%doc COPYING*
%dir %{_kf5_includedir}/Akonadi %dir %{_kf5_includedir}/Akonadi
%dir %{_kf5_includedir}/ContactEditor %dir %{_kf5_includedir}/ContactEditor
%dir %{_kf5_includedir}/akonadi %dir %{_kf5_includedir}/akonadi
@ -179,7 +172,7 @@ to develop KDE PIM applications.
%if %{with lang} %if %{with lang}
%files lang -f %{name}.lang %files lang -f %{name}.lang
%doc COPYING* %license COPYING*
%endif %endif
%changelog %changelog

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f84fa7d46eaed19ac0eebab4a379460ae3afd486c1da66d0f809b1d496e628a1
size 390352

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:36a72f9f4aefc5d6559ddd247932783c3ead2360b78c06f5bf664195bd05c532
size 390460