Accepting request 696362 from KDE:Applications
KDE Applications 19.04.0 (forwarded request 696164 from luca_b) OBS-URL: https://build.opensuse.org/request/show/696362 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pim-sieve-editor?expand=0&rev=29
This commit is contained in:
commit
b4ce4d34a9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6e755ec258b0a75e4e83adb82551c1779c2ab7766aef26d2f1c9c00f3809deb5
|
|
||||||
size 450752
|
|
3
pim-sieve-editor-19.04.0.tar.xz
Normal file
3
pim-sieve-editor-19.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0843df57695ca4dc359d048a7e3bf2b6bb66bd10d861714d316baa8ecb387dd1
|
||||||
|
size 451312
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 20 06:51:59 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 19.04.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-19.04.0.php
|
||||||
|
- Changes since 19.03.90:
|
||||||
|
* Fix show "go to line" menu entry
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 09 20:54:46 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 19.03.90
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/announce-applications-19.04-rc.php
|
||||||
|
- Changes since 19.03.80:
|
||||||
|
* Convert to camelcase include
|
||||||
|
* Workaround qt5.13 bug
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 27 06:41:12 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 19.03.80
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/announce-applications-19.04-beta.php
|
||||||
|
- Changes since 18.12.3:
|
||||||
|
* Make it compiles against qt5.13
|
||||||
|
* Fix copyright
|
||||||
|
* Remove this obsolete line
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 09 08:03:26 UTC 2019 - lbeltrame@kde.org
|
Sat Mar 09 08:03:26 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -16,12 +16,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define kf5_version 5.51.0
|
%define kf5_version 5.55.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
|
%bcond_without lang
|
||||||
Name: pim-sieve-editor
|
Name: pim-sieve-editor
|
||||||
Version: 18.12.3
|
Version: 19.04.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sieve scripts editor for KDE PIM
|
Summary: Sieve scripts editor for KDE PIM
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
@ -44,9 +44,9 @@ BuildRequires: cmake(KF5LibKSieve)
|
|||||||
BuildRequires: cmake(KF5MailTransport)
|
BuildRequires: cmake(KF5MailTransport)
|
||||||
BuildRequires: cmake(KF5PimCommon)
|
BuildRequires: cmake(KF5PimCommon)
|
||||||
BuildRequires: cmake(KF5PimTextEdit)
|
BuildRequires: cmake(KF5PimTextEdit)
|
||||||
BuildRequires: pkgconfig(Qt5Network) >= 5.9.0
|
BuildRequires: pkgconfig(Qt5Network) >= 5.10.0
|
||||||
BuildRequires: pkgconfig(Qt5Test) >= 5.9.0
|
BuildRequires: pkgconfig(Qt5Test) >= 5.10.0
|
||||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.9.0
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.10.0
|
||||||
Requires: kmail
|
Requires: kmail
|
||||||
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user