Hello community,

here is the log from the commit of package pim-sieve-editor for 
openSUSE:Factory checked in at 2017-05-08 18:59:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pim-sieve-editor (Old)
 and      /work/SRC/openSUSE:Factory/.pim-sieve-editor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pim-sieve-editor"

Mon May  8 18:59:41 2017 rev:4 rq:490527 version:17.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/pim-sieve-editor/pim-sieve-editor.changes        
2017-03-16 09:40:41.749883771 +0100
+++ /work/SRC/openSUSE:Factory/.pim-sieve-editor.new/pim-sieve-editor.changes   
2017-05-08 18:59:41.600290347 +0200
@@ -1,0 +2,41 @@
+Sun Apr 16 10:45:35 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.0.php
+- Changes since 17.03.90:
+  * Use eQFileInfo::exists
+  * Use QFileInfo::exists
+  * Make button for importing sieve settings when we don't have sieve settings
+  * Fix autotests
+  * Fix import password
+  * Improve debug
+  * Load default encryption settings
+
+-------------------------------------------------------------------
+Wed Apr 12 20:26:11 CEST 2017 - lbeltr...@kde.org
+
+- Update to 17.03.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04-rc.php
+- Changes since 17.03.80:
+  * Too many changes to list here
+
+-------------------------------------------------------------------
+Fri Mar 31 18:30:21 UTC 2017 - fab...@ritter-vogt.de
+
+- Build only for architectures compatible with Qt WebEngine
+
+-------------------------------------------------------------------
+Sat Mar 25 23:10:54 CET 2017 - lbeltr...@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
+- Changes since 16.12.3:
+  * Too many changes to list here
+
+-------------------------------------------------------------------

Old:
----
  pim-sieve-editor-16.12.3.tar.xz

New:
----
  pim-sieve-editor-17.04.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pim-sieve-editor.spec ++++++
--- /var/tmp/diff_new_pack.7k3xCX/_old  2017-05-08 18:59:42.172209555 +0200
+++ /var/tmp/diff_new_pack.7k3xCX/_new  2017-05-08 18:59:42.172209555 +0200
@@ -16,11 +16,13 @@
 #
 
 
+%bcond_without lang
+
 Name:           pim-sieve-editor
-Version:        16.12.3
+Version:        17.04.0
 Release:        0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:        Sieve scripts editor for KDE PIM
 License:        GPL-2.0+ and LGPL-2.1+
@@ -43,7 +45,6 @@
 BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5LibKSieve)
 BuildRequires:  cmake(KF5MailTransport)
-BuildRequires:  cmake(KF5MessageViewer)
 BuildRequires:  cmake(KF5PimCommon)
 BuildRequires:  cmake(KF5PimTextEdit)
 BuildRequires:  pkgconfig(Qt5Gui)
@@ -51,14 +52,26 @@
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5WebKit)
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
+BuildRequires:  boost-devel
+%endif
 Requires:       kmail
+Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+# It can only build on the same platforms as Qt Webengine
+ExclusiveArch:  %ix86 x86_64 %arm aarch64 mips mips64
 
 %description
 This package provides an editor, complete with syntax highlighting and
 command completion, to edit Sieve scripts ("server side filtering")
 in KDE PIM applications.
 
+%if %{with lang}
+%lang_package
+%endif
+
 %prep
 %setup -q
 
@@ -68,8 +81,16 @@
 
 %install
 %kf5_makeinstall -C build
+%if %{with lang}
+  %find_lang %{name} --with-man --all-name
+  %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 COPYING.LIB COPYING.DOC
@@ -79,6 +100,12 @@
 %{_kf5_applicationsdir}/org.kde.sieveeditor.desktop
 %{_kf5_configkcfgdir}/sieveeditorglobalconfig.kcfg
 %{_kf5_htmldir}/en/sieveeditor/
+%{_kf5_libdir}/libsieveeditor.so.*
 %{_datadir}/kconf_update/
 
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
+
 %changelog

++++++ pim-sieve-editor-16.12.3.tar.xz -> pim-sieve-editor-17.04.0.tar.xz ++++++
++++ 31937 lines of diff (skipped)


Reply via email to