forked from pool/mbox-importer
Accepting request 516476 from KDE:Applications
Update to 17.08.0 OBS-URL: https://build.opensuse.org/request/show/516476 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mbox-importer?expand=0&rev=9
This commit is contained in:
commit
b9eaac40b7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c2ef2a0f6c15d220a891330fc6cfae693fe4c4eba7d88f7477ad62c5b80aa0e
|
||||
size 32936
|
3
mbox-importer-17.08.0.tar.xz
Normal file
3
mbox-importer-17.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec3ab01e4caa8e5329f2dc737254a10167923918dd3d9003b5d27d5df4be3196
|
||||
size 32988
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 11 22:46:27 UTC 2017 - christophe@krop.fr
|
||||
|
||||
- Update to KDE Applications 17.08.0
|
||||
* New feature release
|
||||
* https://www.kde.org/announcements/announce-applications-17.08.0.php
|
||||
- Changes since 17.04.3 :
|
||||
* Add desktop file name
|
||||
* don't use deprecated methpd
|
||||
* Minor
|
||||
* Activate by default QT_NO_NARROWING_CONVERSIONS_IN_CONNECT
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 5 18:19:35 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
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 16 08:49:48 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%bcond_without lang
|
||||
|
||||
Name: mbox-importer
|
||||
Version: 17.04.3
|
||||
Version: 17.08.0
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.90 in KUA)
|
||||
@ -43,10 +43,12 @@ BuildRequires: cmake(KF5MailImporter)
|
||||
BuildRequires: cmake(KF5Service)
|
||||
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.2.0
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%endif
|
||||
# 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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This package contains a tool that can be used to import mbox archives
|
||||
@ -71,9 +73,9 @@ into akonadi.
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING COPYING.LIB COPYING.DOC
|
||||
%{_bindir}/mboximporter
|
||||
%doc COPYING*
|
||||
%{_kf5_applicationsdir}/org.kde.mboximporter.desktop
|
||||
%{_kf5_bindir}/mboximporter
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
|
Loading…
Reference in New Issue
Block a user