Accepting request 658491 from KDE:Applications

KDE Applications 18.12

OBS-URL: https://build.opensuse.org/request/show/658491
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mailimporter?expand=0&rev=33
This commit is contained in:
2018-12-19 12:37:38 +00:00
committed by Git OBS Bridge
4 changed files with 57 additions and 28 deletions

View File

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

View File

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

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Fri Dec 14 06:09:20 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:17 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:
* License maintenance: GPLv2 -> GPLv2+
-------------------------------------------------------------------
Tue Nov 20 06:23:00 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
- Run spec-cleaner
-------------------------------------------------------------------
Tue Nov 20 05:57:30 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:
* QT_NO_NARROWING_CONVERSIONS_IN_CONNECT is defined in kf5.51
* Use new syntax
-------------------------------------------------------------------
Thu Nov 08 20:43:49 UTC 2018 - lbeltrame@kde.org
@@ -44,7 +80,7 @@ Thu Jul 26 13:01:03 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
* Use override
@@ -96,7 +132,7 @@ Fri Apr 06 07:10:10 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:
* Use QLatin1String
* Use QLAtin1String
@@ -215,7 +251,7 @@ Sat Aug 5 18:19:33 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
-------------------------------------------------------------------
@@ -277,7 +313,7 @@ Sat Mar 25 23:10:51 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
@@ -374,7 +410,7 @@ Mon Aug 8 14:42:03 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
-------------------------------------------------------------------

View File

@@ -16,18 +16,17 @@
#
%bcond_without lang
Name: mailimporter
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: mailimporter
Version: 18.12.0
Release: 0
Summary: Mail import functionality for KDE PIM
License: GPL-2.0-only
License: GPL-2.0-or-later
Group: Development/Libraries/C and C++
Url: http://www.kde.org
URL: http://www.kde.org
Source0: %{name}-%{version}.tar.xz
BuildRequires: akonadi-contact-devel
BuildRequires: akonadi-mime-devel
@@ -45,17 +44,16 @@ BuildRequires: pkgconfig(Qt5Test) >= 5.4.0
BuildRequires: pkgconfig(Qt5UiTools) >= 5.4.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0
BuildRequires: pkgconfig(Qt5Xml) >= 5.4.0
# It can only build on the same platforms as Qt Webengine
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
%if 0%{?suse_version} > 1325
BuildRequires: libboost_headers-devel
%else
BuildRequires: boost-devel
%endif
# 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
%description
The mailimporter library is a KDE PIM project to provide a framework
@@ -113,13 +111,11 @@ used by KDE PIM applications to import data from other mail formats
%post -n libKF5MailImporter5 -p /sbin/ldconfig
%postun -n libKF5MailImporter5 -p /sbin/ldconfig
%post -n libKF5MailImporterAkonadi5 -p /sbin/ldconfig
%postun -n libKF5MailImporterAkonadi5 -p /sbin/ldconfig
%files devel
%defattr(-,root,root)
%doc COPYING*
%license COPYING*
%{_kf5_cmakedir}/KF5MailImporter/
%{_kf5_cmakedir}/KF5MailImporterAkonadi/
%{_kf5_includedir}/MailImporter/
@@ -134,24 +130,21 @@ used by KDE PIM applications to import data from other mail formats
%{_kf5_mkspecsdir}/qt_MailImporterAkonadi.pri
%files -n libKF5MailImporter5
%defattr(-,root,root)
%doc COPYING*
%license COPYING*
%{_kf5_libdir}/libKF5MailImporter.so.*
%files -n libKF5MailImporterAkonadi5
%defattr(-,root,root)
%doc COPYING*
%license COPYING*
%{_kf5_libdir}/libKF5MailImporterAkonadi.so.*
%files
%defattr(-,root,root)
%doc COPYING*
%license COPYING*
%config %{_kf5_configdir}/mailimporter.categories
%config %{_kf5_configdir}/mailimporter.renamecategories
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%license COPYING*
%endif
%changelog