Hello community,

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

Package is "pimcommon"

Wed Dec 19 13:38:02 2018 rev:33 rq:658501 version:18.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes      2018-11-12 
09:33:24.437849460 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new.28833/pimcommon.changes   
2018-12-19 13:38:03.464241973 +0100
@@ -1,0 +2,49 @@
+Fri Dec 14 06:09:23 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:
+  * No code changes since 18.11.90
+
+-------------------------------------------------------------------
+Mon Dec 03 20:56:27 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:
+  * Fix potential mem leak
+  * Fix mem leak found in kmail plugin found by asan.
+
+-------------------------------------------------------------------
+Tue Nov 20 06:23:05 UTC 2018 - Luca Beltrame <[email protected]>
+
+- Run spec-cleaner
+
+-------------------------------------------------------------------
+Tue Nov 20 05:57:36 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:
+  * QT_NO_NARROWING_CONVERSIONS_IN_CONNECT is defined in kf5.51
+  * License maintenance: GPLv2 -> GPLv2+
+  * Fix minor EBN issues
+  * Remove duplicate line
+  * Add purpose support here
+  * Install config-pimcommon.h
+  * improve autotest
+  * Prepare autotest
+  * Move widget here
+  * increase version
+  * It shouldn't be needed to Q_DECLARE_METATYPE with QList<int> any longer
+  * Add statusbar support
+  * use new syntax
+  * Don't use QChar as const'ref
+
+-------------------------------------------------------------------
@@ -47 +96 @@
-  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+  * https://www.kde.org/announcements/announce-applications-18.08-beta.php
@@ -107 +156 @@
-  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+  * https://www.kde.org/announcements/announce-applications-18.04-rc.php
@@ -217 +266 @@
-  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+  * https://www.kde.org/announcements/announce-applications-17.08-rc.php
@@ -283 +332 @@
-  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+  * https://www.kde.org/announcements/announce-applications-17.04-beta.php
@@ -376 +425 @@
-   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+   * https://www.kde.org/announcements/announce-applications-16.08-rc.php

Old:
----
  pimcommon-18.08.3.tar.xz

New:
----
  pimcommon-18.12.0.tar.xz

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

Other differences:
------------------
++++++ pimcommon.spec ++++++
--- /var/tmp/diff_new_pack.FoCqrE/_old  2018-12-19 13:38:04.116241046 +0100
+++ /var/tmp/diff_new_pack.FoCqrE/_new  2018-12-19 13:38:04.120241040 +0100
@@ -16,18 +16,17 @@
 #
 
 
-%bcond_without lang
-
-Name:           pimcommon
-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:           pimcommon
+Version:        18.12.0
+Release:        0
 Summary:        Base package of KDE PIM PimCommon library
 License:        GPL-2.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:  extra-cmake-modules >= 5.19.0
 BuildRequires:  grantlee5-devel
@@ -61,7 +60,6 @@
 Recommends:     %{name}-lang
 # 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 contains the pimcommon library, used by several KDE PIM
@@ -118,18 +116,15 @@
 
 %post -n libKF5PimCommon5  -p /sbin/ldconfig
 %postun -n libKF5PimCommon5 -p /sbin/ldconfig
-
 %post -n libKF5PimCommonAkonadi5  -p /sbin/ldconfig
 %postun -n libKF5PimCommonAkonadi5 -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %config %{_kf5_configdir}/pimcommon.categories
 %config %{_kf5_configdir}/pimcommon.renamecategories
 
 %files devel
-%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
 %{_kf5_cmakedir}/KF5PimCommon/
 %{_kf5_cmakedir}/KF5PimCommonAkonadi/
 %{_kf5_includedir}/PimCommon/
@@ -145,18 +140,16 @@
 %{_kf5_plugindir}/designer/
 
 %files -n libKF5PimCommon5
-%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
 %{_libdir}/libKF5PimCommon.so.*
 
 %files -n libKF5PimCommonAkonadi5
-%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
 %{_libdir}/libKF5PimCommonAkonadi.so.*
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%doc COPYING*
+%license COPYING*
 %endif
 
 %changelog

++++++ pimcommon-18.08.3.tar.xz -> pimcommon-18.12.0.tar.xz ++++++
++++ 47419 lines of diff (skipped)


Reply via email to