Hello community, here is the log from the commit of package messagelib for openSUSE:Factory checked in at 2017-05-08 18:59:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/messagelib (Old) and /work/SRC/openSUSE:Factory/.messagelib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "messagelib" Mon May 8 18:59:06 2017 rev:13 rq:490518 version:17.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/messagelib/messagelib.changes 2017-03-15 01:59:20.776380931 +0100 +++ /work/SRC/openSUSE:Factory/.messagelib.new/messagelib.changes 2017-05-08 18:59:08.704937294 +0200 @@ -1,0 +2,50 @@ +Sun Apr 16 10:45:24 CEST 2017 - [email protected] + +- 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: + * Port isScrolledToBottom from jQuery to standard DOM, so it works even when jQuery isn't loaded + * Rework timing of script injection for showing attachments in message viewer. + * Use QFileInfo::exists(...) static method here + * [autotests] more work towards stable autotests + * [autotests] Let's see if this fixes the flakiness of the test + * [autotests] Enable test mode in QStandardPaths to avoid interference from user settings. + * Avoid timeout + * Don't continue when we have error during compression. + * Use QByteArrayLiteral here + * [autotest] avoid timeout due to waiting for klauncher to exit + * Use the same name as filename and name. It's more logical as discussed with David + * Const'ify here + * Use QByteArrayLiteral here + * Use nullptr + * Fix typo as reported by David + +------------------------------------------------------------------- +Wed Apr 12 20:26:08 CEST 2017 - [email protected] + +- 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: + * Minor optimization + * Minor optimization + * Fix html here too + * Fix i18n(...) it's a "block" variable here. + * Reduce number of toUpper calling + * Fix gpgsm processes being leaked due to QGpgME::KeyListJob not being deleted + * Add metainfo.yaml + +------------------------------------------------------------------- +Sat Mar 25 23:10:52 CET 2017 - [email protected] + +- 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: ---- messagelib-16.12.3.tar.xz New: ---- messagelib-17.04.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ messagelib.spec ++++++ --- /var/tmp/diff_new_pack.zLh8sd/_old 2017-05-08 18:59:10.004753676 +0200 +++ /var/tmp/diff_new_pack.zLh8sd/_new 2017-05-08 18:59:10.008753111 +0200 @@ -16,11 +16,13 @@ # +%bcond_without lang + Name: messagelib -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: KDE PIM library for e-mail message parsing and display # FIXME: use correct group, see "https://en.opensuse.org/openSUSE:Package_group_guidelines" @@ -30,7 +32,6 @@ Source0: %{name}-%{version}.tar.xz BuildRequires: akonadi-contact-devel BuildRequires: akonadi-mime-devel -BuildRequires: akonadi-notes-devel BuildRequires: akonadi-search-devel BuildRequires: akonadi-server-devel BuildRequires: extra-cmake-modules @@ -72,16 +73,25 @@ BuildRequires: pkgconfig(Qt5UiTools) >= 5.4.0 BuildRequires: pkgconfig(Qt5WebEngine) >= 5.4.0 BuildRequires: pkgconfig(Qt5WebEngineWidgets) >= 5.4.0 -BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.4.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0 +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else +BuildRequires: boost-devel +%endif # It can only build on the same platforms as Qt Webengine ExclusiveArch: %ix86 x86_64 %arm aarch64 mips mips64 +Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package contains the messagelib library. It is used by KDE PIM to parse and display emails. +%if %{with lang} +%lang_package +%endif + %prep %setup -q @@ -91,6 +101,9 @@ %install %kf5_makeinstall -C build +%if %{with lang} + %find_lang %{name} --with-man --all-name +%endif %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -104,15 +117,19 @@ Requires: akonadi-mime-devel Requires: akonadi-server-devel Requires: kcontacts-devel -Requires: kdewebkit-devel Requires: kidentitymanagement-devel Requires: kmime-devel Requires: libkleo-devel Requires: messagelib-devel Requires: pimcommon-devel +%if 0%{?suse_version} > 1325 +Requires: libboost_headers-devel +%else +Requires: boost-devel +%endif %description devel -This package contains development headers for messagelib. +This package contains source headers for messagelib. %files devel %defattr(-,root,root) @@ -153,4 +170,9 @@ %{_datadir}/messageviewer/ %{_kf5_plugindir}/messageviewer/ +%if %{with lang} +%files lang -f %{name}.lang +%doc COPYING* +%endif + %changelog ++++++ messagelib-16.12.3.tar.xz -> messagelib-17.04.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/messagelib/messagelib-16.12.3.tar.xz /work/SRC/openSUSE:Factory/.messagelib.new/messagelib-17.04.0.tar.xz differ: char 26, line 1
