Hello community,

here is the log from the commit of package messagelib for openSUSE:Factory 
checked in at 2018-12-19 13:37:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/messagelib (Old)
 and      /work/SRC/openSUSE:Factory/.messagelib.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "messagelib"

Wed Dec 19 13:37:43 2018 rev:39 rq:658494 version:18.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/messagelib/messagelib.changes    2018-11-12 
09:32:55.221885618 +0100
+++ /work/SRC/openSUSE:Factory/.messagelib.new.28833/messagelib.changes 
2018-12-19 13:37:46.300266369 +0100
@@ -1,0 +2,46 @@
+Fri Dec 14 06:09:21 UTC 2018 - [email protected]
+
+- 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:
+  * Make sure to not update when not necessary
+  * Add autotests for excluding some "head"
+
+-------------------------------------------------------------------
+Mon Dec 03 20:56:25 UTC 2018 - [email protected]
+
+- 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:
+  * templateparserextracthtmlinfo.cpp - deleteLater in dtor (kde#401337)
+  * Fix return value
+  * Remove unused variable
+  * Already initialized in header
+  * Fix mem leak
+  * Add parent to menu (Fix potential mem leak)
+  * Fix export class
+  * Clean icon theme when we delete theme class
+  * Exclude Refresh from MetaData (Not necessary)
+  * Fix mem leak found by asan
+  * Fix API (need for fixing mem leak found by asan)
+
+-------------------------------------------------------------------
+Tue Nov 20 06:23:02 UTC 2018 - Luca Beltrame <[email protected]>
+
+- Run spec-cleaner
+
+-------------------------------------------------------------------
+Tue Nov 20 05:57:33 UTC 2018 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------
@@ -89 +135 @@
-  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+  * https://www.kde.org/announcements/announce-applications-18.08-beta.php
@@ -181 +227 @@
-  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+  * https://www.kde.org/announcements/announce-applications-18.04-rc.php
@@ -331 +377 @@
-  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+  * https://www.kde.org/announcements/announce-applications-17.08-rc.php
@@ -425 +471 @@
-  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+  * https://www.kde.org/announcements/announce-applications-17.04-beta.php
@@ -522 +568 @@
-   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+   * https://www.kde.org/announcements/announce-applications-16.08-rc.php

Old:
----
  messagelib-18.08.3.tar.xz

New:
----
  messagelib-18.12.0.tar.xz

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

Other differences:
------------------
++++++ messagelib.spec ++++++
--- /var/tmp/diff_new_pack.q9rzZe/_old  2018-12-19 13:37:47.444264743 +0100
+++ /var/tmp/diff_new_pack.q9rzZe/_new  2018-12-19 13:37:47.444264743 +0100
@@ -16,18 +16,17 @@
 #
 
 
-%bcond_without lang
-
-Name:           messagelib
-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:           messagelib
+Version:        18.12.0
+Release:        0
 Summary:        KDE PIM library for e-mail message parsing and display
 License:        GPL-2.0-only AND GPL-3.0-only AND LGPL-2.1-or-later
 Group:          System/Libraries
-Url:            http://www.kde.org
+URL:            http://www.kde.org
 Source0:        %{name}-%{version}.tar.xz
 BuildRequires:  akonadi-contact-devel
 BuildRequires:  akonadi-mime-devel
@@ -72,17 +71,16 @@
 BuildRequires:  pkgconfig(Qt5WebEngine) >= 5.4.0
 BuildRequires:  pkgconfig(Qt5WebEngineWidgets) >= 5.4.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
+# 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
-# It can only build on the same platforms as Qt Webengine
-ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
 %if %{with lang}
 Recommends:     %{name}-lang
 %endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains the messagelib library. It is used by KDE PIM to parse 
and
@@ -131,8 +129,7 @@
 %postun -p /sbin/ldconfig
 
 %files devel
-%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
 %{_kf5_cmakedir}/KF5MessageComposer/
 %{_kf5_cmakedir}/KF5MessageCore/
 %{_kf5_cmakedir}/KF5MessageList/
@@ -151,8 +148,7 @@
 %{_kf5_mkspecsdir}/qt_*.pri
 
 %files
-%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
 %config %{_kf5_configdir}/messagelib.categories
 %config %{_kf5_configdir}/messagelib.renamecategories
 %config %{_kf5_configdir}/messageviewer_header_themes.knsrc
@@ -176,7 +172,7 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%doc COPYING*
+%license COPYING*
 %endif
 
 %changelog

++++++ messagelib-18.08.3.tar.xz -> messagelib-18.12.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/messagelib/messagelib-18.08.3.tar.xz 
/work/SRC/openSUSE:Factory/.messagelib.new.28833/messagelib-18.12.0.tar.xz 
differ: char 25, line 1


Reply via email to