Accepting request 658504 from KDE:Applications

KDE Applications 18.12

OBS-URL: https://build.opensuse.org/request/show/658504
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pim-sieve-editor?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2019-01-08 11:23:26 +00:00 committed by Git OBS Bridge
commit 191860d6bd
4 changed files with 60 additions and 28 deletions

View File

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

View File

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

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Fri Dec 14 06:09:23 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:27 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:
* No code changes since 18.11.80
-------------------------------------------------------------------
Tue Nov 20 06:23:06 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
- Run spec-cleaner
-------------------------------------------------------------------
Tue Nov 20 05:57:36 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:
* Too many changes to list here
-------------------------------------------------------------------
Thu Nov 08 20:44:19 UTC 2018 - lbeltrame@kde.org
@ -44,7 +79,7 @@ Thu Jul 26 13:01:07 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:
* We depend against qt5.9
@ -94,7 +129,7 @@ Fri Apr 06 07:10:17 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:
* Too many changes to list here
@ -203,7 +238,7 @@ Sat Aug 5 18:19:45 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
-------------------------------------------------------------------
@ -274,7 +309,7 @@ Sat Mar 25 23:10:54 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

View File

@ -16,21 +16,26 @@
#
%bcond_without lang
Name: pim-sieve-editor
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: pim-sieve-editor
Version: 18.12.0
Release: 0
Summary: Sieve scripts editor for KDE PIM
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: System/GUI/KDE
Url: http://www.kde.org
URL: http://www.kde.org
Source0: %{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: gettext-devel
# Is only required for the icon
BuildRequires: kmail-application-icons
BuildRequires: pkgconfig
BuildRequires: python-devel
BuildRequires: update-desktop-files
BuildRequires: xz
BuildRequires: cmake(KF5Bookmarks)
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5DBusAddons)
@ -41,29 +46,22 @@ BuildRequires: cmake(KF5LibKSieve)
BuildRequires: cmake(KF5MailTransport)
BuildRequires: cmake(KF5PimCommon)
BuildRequires: cmake(KF5PimTextEdit)
# Is only required for the icon
BuildRequires: kmail-application-icons
BuildRequires: pkgconfig
BuildRequires: python-devel
BuildRequires: update-desktop-files
BuildRequires: xz
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
BuildRequires: pkgconfig(Qt5WebKit)
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
Requires: kmail
# 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
Requires: kmail
%if %{with lang}
Recommends: %{name}-lang
%endif
# It can only build on the same platforms as Qt Webengine
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package provides an editor, complete with syntax highlighting and
@ -85,17 +83,15 @@ in KDE PIM applications.
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%kf5_find_htmldocs
%{kf5_find_htmldocs}
%endif
%suse_update_desktop_file org.kde.sieveeditor Network Email
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc COPYING*
%license COPYING*
%config %{_kf5_configdir}/sieveeditor.categories
%config %{_kf5_configdir}/sieveeditor.renamecategories
%doc %lang(en) %{_kf5_htmldir}/en/sieveeditor/
@ -104,10 +100,11 @@ in KDE PIM applications.
%{_kf5_configkcfgdir}/sieveeditorglobalconfig.kcfg
%{_kf5_libdir}/libsieveeditor.so.*
%{_kf5_sharedir}/kconf_update/
%{_kf5_appstreamdir}/org.kde.sieveeditor.appdata.xml
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%license COPYING*
%endif
%changelog