Hello community,

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

Package is "grantlee-editor"

Changes:
--------
--- /work/SRC/openSUSE:Factory/grantlee-editor/grantlee-editor.changes  
2016-12-17 10:31:04.878224627 +0100
+++ /work/SRC/openSUSE:Factory/.grantlee-editor.new/grantlee-editor.changes     
2017-02-03 17:41:33.167991068 +0100
@@ -1,0 +2,7 @@
+Sat Jan 14 08:50:22 UTC 2017 - lbeltr...@kde.org
+
+- - Update to KDE Applications 16.12.1
+   * KDE Applications 16.12.1 
+   * https://www.kde.org/announcements/announce-applications-16.12.1.php
+
+-------------------------------------------------------------------

Old:
----
  grantlee-editor-16.12.0.tar.xz

New:
----
  grantlee-editor-16.12.1.tar.xz

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

Other differences:
------------------
++++++ grantlee-editor.spec ++++++
--- /var/tmp/diff_new_pack.kOGzcE/_old  2017-02-03 17:41:33.475947480 +0100
+++ /var/tmp/diff_new_pack.kOGzcE/_new  2017-02-03 17:41:33.475947480 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package grantlee-editor
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,10 @@
 
 
 Name:           grantlee-editor
-Version:        16.12.0
+Version:        16.12.1
 Release:        0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.12.1 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:        Base package of kdepim
 License:        GPL-2.0+ and LGPL-2.1+
@@ -34,11 +34,11 @@
 BuildRequires:  grantleetheme-devel
 #Only required for the icon
 BuildRequires:  kaddressbook
-BuildRequires:  kmail-application-icons
 BuildRequires:  karchive-devel
 BuildRequires:  kcrash-devel
 BuildRequires:  kdbusaddons-devel
 BuildRequires:  kdoctools-devel
+BuildRequires:  kmail-application-icons
 BuildRequires:  knewstuff-devel
 BuildRequires:  kparts-devel
 BuildRequires:  kpimtextedit-devel >= %{_kapp_version}
@@ -64,6 +64,8 @@
 Requires:       kaddressbook
 Requires:       kmail-application-icons
 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 contains the core files of the kdepim module.

++++++ grantlee-editor-16.12.0.tar.xz -> grantlee-editor-16.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/grantlee-editor-16.12.0/CMakeLists.txt 
new/grantlee-editor-16.12.1/CMakeLists.txt
--- old/grantlee-editor-16.12.0/CMakeLists.txt  2016-12-08 07:06:06.000000000 
+0100
+++ new/grantlee-editor-16.12.1/CMakeLists.txt  2016-12-27 08:21:05.000000000 
+0100
@@ -32,22 +32,22 @@
 endif()
 
 
-set(KDEPIM_VERSION_NUMBER "5.4.0")
+set(KDEPIM_VERSION_NUMBER "5.4.1")
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 
-set(MESSAGELIB_LIB_VERSION_LIB "5.4.0")
-set(AKONADI_MIMELIB_VERSION "5.4.0")
-set(KPIMTEXTEDIT_LIB_VERSION "5.4.0")
+set(MESSAGELIB_LIB_VERSION_LIB "5.4.1")
+set(AKONADI_MIMELIB_VERSION "5.4.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.4.1")
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
-set(KDEPIM_APPS_LIB_VERSION_LIB "5.4.0")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.4.0")
-set(LIBKLEO_LIB_VERSION_LIB "5.4.0")
+set(KDEPIM_APPS_LIB_VERSION_LIB "5.4.1")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.4.1")
+set(LIBKLEO_LIB_VERSION_LIB "5.4.1")
 set(QT_REQUIRED_VERSION "5.6.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets WebEngine 
WebEngineWidgets)
 
-set(PIMCOMMON_LIB_VERSION_LIB "5.4.0")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.4.0")
+set(PIMCOMMON_LIB_VERSION_LIB "5.4.1")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.4.1")
 # Find KF5 package
 find_package(KF5Crash ${KF5_VERSION} REQUIRED)
 find_package(KF5DBusAddons ${KF5_VERSION} CONFIG REQUIRED)


Reply via email to