KDE Applications 17.12.3
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mailimporter?expand=0&rev=79
This commit is contained in:
parent
efde6ddf8b
commit
57384b8cd3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:855692621100255428dae0b09aff2dc6d46f59e1058ed98d0c9d9bc9fb618ddc
|
|
||||||
size 541468
|
|
3
mailimporter-17.12.3.tar.xz
Normal file
3
mailimporter-17.12.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ec168114f157734530d669f49356b41b48099e01094661ceffb34c8512a323e1
|
||||||
|
size 541040
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 08 23:52:23 CET 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 17.12.3
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.12.3.php
|
||||||
|
- Changes since 17.12.2:
|
||||||
|
* None
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 07 08:49:02 CET 2018 - lbeltrame@kde.org
|
Wed Feb 07 08:49:02 CET 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
|
|
||||||
Name: mailimporter
|
Name: mailimporter
|
||||||
Version: 17.12.2
|
Version: 17.12.3
|
||||||
Release: 0
|
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: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Summary: Mail import functionality for KDE PIM
|
Summary: Mail import functionality for KDE PIM
|
||||||
License: GPL-2.0
|
License: GPL-2.0-only
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
@ -64,7 +64,7 @@ KMail or Kontact.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development package for mailimporter
|
Summary: Development package for mailimporter
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libKF5MailImporter5 = %{version}
|
Requires: libKF5MailImporter5 = %{version}
|
||||||
Requires: libKF5MailImporterAkonadi5 = %{version}
|
Requires: libKF5MailImporterAkonadi5 = %{version}
|
||||||
@ -74,7 +74,7 @@ This package provides the development headers of the mailimporter library.
|
|||||||
|
|
||||||
%package -n libKF5MailImporter5
|
%package -n libKF5MailImporter5
|
||||||
Summary: MailImporter library for kdepim
|
Summary: MailImporter library for kdepim
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: %{name} >= %{version}
|
Requires: %{name} >= %{version}
|
||||||
|
|
||||||
@ -84,7 +84,7 @@ to import data from other mail formats (such as mbox, Maildir...).
|
|||||||
|
|
||||||
%package -n libKF5MailImporterAkonadi5
|
%package -n libKF5MailImporterAkonadi5
|
||||||
Summary: MailImporter Akonadi based library for kdepim
|
Summary: MailImporter Akonadi based library for kdepim
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: %{name} >= %{version}
|
Requires: %{name} >= %{version}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user