Hello community,

here is the log from the commit of package pimcommon for openSUSE:Factory 
checked in at 2017-03-15 01:01:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pimcommon (Old)
 and      /work/SRC/openSUSE:Factory/.pimcommon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pimcommon"

Wed Mar 15 01:01:04 2017 rev:12 rq:478281 version:16.12.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/pimcommon/pimcommon.changes      2017-02-13 
07:40:58.412420302 +0100
+++ /work/SRC/openSUSE:Factory/.pimcommon.new/pimcommon.changes 2017-03-15 
01:59:25.547706381 +0100
@@ -1,0 +2,11 @@
+Thu Mar  9 12:44:28 CET 2017 - lbeltr...@kde.org
+
+- Update to 16.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-16.12.3.php
+- Changes since 16.12.2:
+  * Fix regexp
+
+
+-------------------------------------------------------------------

Old:
----
  pimcommon-16.12.2.tar.xz

New:
----
  pimcommon-16.12.3.tar.xz

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

Other differences:
------------------
++++++ pimcommon.spec ++++++
--- /var/tmp/diff_new_pack.lLr7wf/_old  2017-03-15 01:59:26.091629483 +0100
+++ /var/tmp/diff_new_pack.lLr7wf/_new  2017-03-15 01:59:26.091629483 +0100
@@ -17,10 +17,10 @@
 
 
 Name:           pimcommon
-Version:        16.12.2
+Version:        16.12.3
 Release:        0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.2 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:        Base package of KDE PIM PimCommon library
 License:        GPL-2.0 and LGPL-2.1+

++++++ pimcommon-16.12.2.tar.xz -> pimcommon-16.12.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pimcommon-16.12.2/CMakeLists.txt 
new/pimcommon-16.12.3/CMakeLists.txt
--- old/pimcommon-16.12.2/CMakeLists.txt        2017-01-16 06:52:16.000000000 
+0100
+++ new/pimcommon-16.12.3/CMakeLists.txt        2017-03-01 22:37:23.000000000 
+0100
@@ -21,18 +21,18 @@
 include(ECMAddTests)
 include(ECMInstallIcons)
 
-set(PIM_VERSION "5.4.2")
+set(PIM_VERSION "5.4.3")
 
 set(PIMCOMMON_LIB_VERSION ${PIM_VERSION})
-set(AKONADIMIME_LIB_VERSION "5.4.2")
-set(AKONADICONTACT_LIB_VERSION "5.4.2")
-set(LIBKDEPIM_LIB_VERSION "5.4.2")
+set(AKONADIMIME_LIB_VERSION "5.4.3")
+set(AKONADICONTACT_LIB_VERSION "5.4.3")
+set(LIBKDEPIM_LIB_VERSION "5.4.3")
 set(QT_REQUIRED_VERSION "5.6.0")
-set(KMIME_LIB_VERSION "5.4.2")
-set(KIMAP_LIB_VERSION "5.4.2")
-set(KCONTACTS_LIB_VERSION "5.4.2")
-set(KPIMTEXTEDIT_LIB_VERSION "5.4.2")
-set(AKONADI_VERSION "5.4.2")
+set(KMIME_LIB_VERSION "5.4.3")
+set(KIMAP_LIB_VERSION "5.4.3")
+set(KCONTACTS_LIB_VERSION "5.4.3")
+set(KPIMTEXTEDIT_LIB_VERSION "5.4.3")
+set(AKONADI_VERSION "5.4.3")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets DBus Network 
Test WebEngineWidgets Xml PrintSupport)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/pimcommon-16.12.2/src/sievehighlighter/sievesyntaxhighlighterrules.cpp 
new/pimcommon-16.12.3/src/sievehighlighter/sievesyntaxhighlighterrules.cpp
--- old/pimcommon-16.12.2/src/sievehighlighter/sievesyntaxhighlighterrules.cpp  
2017-01-16 06:52:16.000000000 +0100
+++ new/pimcommon-16.12.3/src/sievehighlighter/sievesyntaxhighlighterrules.cpp  
2017-03-01 22:37:23.000000000 +0100
@@ -162,7 +162,7 @@
                << QStringLiteral("\\bsetflag\\b")
                << QStringLiteral("\\baddflag\\b")
                << QStringLiteral("\\bremoveflag\\b")
-               << QStringLiteral("\\hasflag\\b")
+               << QStringLiteral("\\bhasflag\\b")
                << QStringLiteral("\\bdeleteheader\\b")
                << QStringLiteral("\\baddheader\\b")
                << QStringLiteral("\\bnotify\\b")


Reply via email to