Hello community,

here is the log from the commit of package kaddressbook for openSUSE:Factory 
checked in at 2017-01-25 22:49:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kaddressbook (Old)
 and      /work/SRC/openSUSE:Factory/.kaddressbook.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kaddressbook"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kaddressbook/kaddressbook.changes        
2016-12-17 10:32:34.765478097 +0100
+++ /work/SRC/openSUSE:Factory/.kaddressbook.new/kaddressbook.changes   
2017-01-25 22:49:47.278740726 +0100
@@ -1,0 +2,7 @@
+Sat Jan 14 08:51:14 UTC 2017 - [email protected]
+
+- - Update to KDE Applications 16.12.1
+   * KDE Applications 16.12.1 
+   * https://www.kde.org/announcements/announce-applications-16.12.1.php
+
+-------------------------------------------------------------------

Old:
----
  kaddressbook-16.12.0.tar.xz

New:
----
  kaddressbook-16.12.1.tar.xz

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

Other differences:
------------------
++++++ kaddressbook.spec ++++++
--- /var/tmp/diff_new_pack.w0u8if/_old  2017-01-25 22:49:47.850654480 +0100
+++ /var/tmp/diff_new_pack.w0u8if/_new  2017-01-25 22:49:47.850654480 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kaddressbook
 #
-# 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:           kaddressbook
-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:        Address Manager
 License:        LGPL-2.1+ and GPL-2.0+
@@ -70,7 +70,6 @@
 %install
 %kf5_makeinstall -C build
 
-
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 

++++++ kaddressbook-16.12.0.tar.xz -> kaddressbook-16.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaddressbook-16.12.0/CMakeLists.txt 
new/kaddressbook-16.12.1/CMakeLists.txt
--- old/kaddressbook-16.12.0/CMakeLists.txt     2016-12-08 07:06:19.000000000 
+0100
+++ new/kaddressbook-16.12.1/CMakeLists.txt     2016-12-27 08:21:18.000000000 
+0100
@@ -33,13 +33,13 @@
 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(KPIMTEXTEDIT_LIB_VERSION "5.4.0")
-set(AKONADI_VERSION "5.4.0")
-set(KONTACTINTERFACE_LIB_VERSION "5.4.0")
+set(KPIMTEXTEDIT_LIB_VERSION "5.4.1")
+set(AKONADI_VERSION "5.4.1")
+set(KONTACTINTERFACE_LIB_VERSION "5.4.1")
 
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
@@ -47,12 +47,12 @@
 
 set(QT_REQUIRED_VERSION "5.6.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test DBus 
PrintSupport)
-set(MAILCOMMON_LIB_VERSION_LIB "5.4.0")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.4.0")
-set(KDEPIM_APPS_LIB_VERSION_LIB "5.4.0")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.4.0")
-set(PIMCOMMON_LIB_VERSION_LIB "5.4.0")
-set(LIBKLEO_LIB_VERSION "5.4.0")
+set(MAILCOMMON_LIB_VERSION_LIB "5.4.1")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.4.1")
+set(KDEPIM_APPS_LIB_VERSION_LIB "5.4.1")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.4.1")
+set(PIMCOMMON_LIB_VERSION_LIB "5.4.1")
+set(LIBKLEO_LIB_VERSION "5.4.1")
 # Find KF5 package
 find_package(KF5DBusAddons ${KF5_VERSION} CONFIG REQUIRED)
 find_package(KF5DocTools ${KF5_VERSION} REQUIRED)
@@ -81,7 +81,7 @@
 set(GPGMEPP_LIB_VERSION "1.7.1")
 find_package(Gpgmepp ${GPGMEPP_LIB_VERSION} CONFIG REQUIRED)
 
-find_package(KF5AkonadiSearch "5.4.0" CONFIG REQUIRED)
+find_package(KF5AkonadiSearch "5.4.1" CONFIG REQUIRED)
 set_package_properties(KF5AkonadiSearch PROPERTIES DESCRIPTION "The Akonadi 
Search libraries" URL "http://www.kde.org"; TYPE REQUIRED PURPOSE "Provides 
search capabilities in KMail and Akonadi")
 
 include_directories(${kaddressbook_SOURCE_DIR} ${kaddressbook_BINARY_DIR})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaddressbook-16.12.0/src/data/kaddressbook_themes.knsrc 
new/kaddressbook-16.12.1/src/data/kaddressbook_themes.knsrc
--- old/kaddressbook-16.12.0/src/data/kaddressbook_themes.knsrc 2016-12-08 
07:06:19.000000000 +0100
+++ new/kaddressbook-16.12.1/src/data/kaddressbook_themes.knsrc 2016-12-27 
08:21:18.000000000 +0100
@@ -1,5 +1,5 @@
 [KNewStuff3]
-ProvidersUrl=http://download.kde.org/ocs/providers.xml
+ProvidersUrl=https://autoconfig.kde.org/ocs/providers.xml
 Categories=KAddressbook Theme
 TargetDir=kaddressbook/viewertemplates/
 Uncompress=always
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaddressbook-16.12.0/src/mainwindow.cpp 
new/kaddressbook-16.12.1/src/mainwindow.cpp
--- old/kaddressbook-16.12.0/src/mainwindow.cpp 2016-12-08 07:06:19.000000000 
+0100
+++ new/kaddressbook-16.12.1/src/mainwindow.cpp 2016-12-27 08:21:18.000000000 
+0100
@@ -51,6 +51,8 @@
     setupGUI(Save | Create, QStringLiteral("kaddressbookui.rc"));
 
     setAutoSaveSettings();
+
+    mHideMenuBarAction->setChecked(Settings::self()->showMenuBar());
     slotToggleMenubar(true);
 }
 


Reply via email to