Hello community,

here is the log from the commit of package kaddressbook for openSUSE:Factory 
checked in at 2018-10-15 09:22:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kaddressbook (Old)
 and      /work/SRC/openSUSE:Factory/.kaddressbook.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kaddressbook"

Mon Oct 15 09:22:37 2018 rev:24 rq:641454 version:18.08.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/kaddressbook/kaddressbook.changes        
2018-09-13 23:54:45.638257841 +0200
+++ /work/SRC/openSUSE:Factory/.kaddressbook.new/kaddressbook.changes   
2018-10-15 09:22:44.244522902 +0200
@@ -1,0 +2,10 @@
+Thu Oct 11 20:06:46 UTC 2018 - [email protected]
+
+- Update to 18.08.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.08.2.php
+- Changes since 18.08.1:
+  * None
+
+-------------------------------------------------------------------

Old:
----
  kaddressbook-18.08.1.tar.xz

New:
----
  kaddressbook-18.08.2.tar.xz

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

Other differences:
------------------
++++++ kaddressbook.spec ++++++
--- /var/tmp/diff_new_pack.6riZaU/_old  2018-10-15 09:22:45.240521970 +0200
+++ /var/tmp/diff_new_pack.6riZaU/_new  2018-10-15 09:22:45.244521966 +0200
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %bcond_without lang
 
 Name:           kaddressbook
-Version:        18.08.1
+Version:        18.08.2
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++++++ kaddressbook-18.08.1.tar.xz -> kaddressbook-18.08.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaddressbook-18.08.1/CMakeLists.txt 
new/kaddressbook-18.08.2/CMakeLists.txt
--- old/kaddressbook-18.08.1/CMakeLists.txt     2018-09-04 02:57:47.000000000 
+0200
+++ new/kaddressbook-18.08.2/CMakeLists.txt     2018-10-09 02:31:54.000000000 
+0200
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.1)
-set(KDEPIM_VERSION_NUMBER "5.9.1")
+set(KDEPIM_VERSION_NUMBER "5.9.2")
 project(kaddressbook VERSION ${KDEPIM_VERSION_NUMBER})
 
 set(KF5_VERSION "5.47.0")
@@ -37,9 +37,9 @@
 
 set(KDEPIM_VERSION "${KDEPIM_VERSION_NUMBER}${KDEPIM_DEV_VERSION}")
 
-set(KPIMTEXTEDIT_LIB_VERSION "5.9.1")
-set(AKONADI_VERSION "5.9.1")
-set(KONTACTINTERFACE_LIB_VERSION "5.9.1")
+set(KPIMTEXTEDIT_LIB_VERSION "5.9.2")
+set(AKONADI_VERSION "5.9.2")
+set(KONTACTINTERFACE_LIB_VERSION "5.9.2")
 
 set(KDEPIM_LIB_VERSION "${KDEPIM_VERSION_NUMBER}")
 set(KDEPIM_LIB_SOVERSION "5")
@@ -47,11 +47,11 @@
 
 set(QT_REQUIRED_VERSION "5.9.0")
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test DBus 
PrintSupport)
-set(LIBKDEPIM_LIB_VERSION_LIB "5.9.1")
-set(KDEPIM_APPS_LIB_VERSION_LIB "5.9.1")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.9.1")
-set(PIMCOMMON_LIB_VERSION_LIB "5.9.1")
-set(LIBKLEO_LIB_VERSION "5.9.1")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.9.2")
+set(KDEPIM_APPS_LIB_VERSION_LIB "5.9.2")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.9.2")
+set(PIMCOMMON_LIB_VERSION_LIB "5.9.2")
+set(LIBKLEO_LIB_VERSION "5.9.2")
 # Find KF5 package
 find_package(KF5DBusAddons ${KF5_VERSION} CONFIG REQUIRED)
 find_package(KF5DocTools ${KF5_VERSION} REQUIRED)
@@ -79,7 +79,7 @@
 set(GPGMEPP_LIB_VERSION "1.8.0")
 find_package(Gpgmepp ${GPGMEPP_LIB_VERSION} CONFIG REQUIRED)
 
-find_package(KF5AkonadiSearch "5.9.1" CONFIG REQUIRED)
+find_package(KF5AkonadiSearch "5.9.2" 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-18.08.1/po/nn/kaddressbook.po 
new/kaddressbook-18.08.2/po/nn/kaddressbook.po
--- old/kaddressbook-18.08.1/po/nn/kaddressbook.po      2018-09-04 
02:57:46.000000000 +0200
+++ new/kaddressbook-18.08.2/po/nn/kaddressbook.po      2018-10-09 
02:31:54.000000000 +0200
@@ -1,6 +1,6 @@
 # Translation of kaddressbook to Norwegian Nynorsk
 #
-# Karl Ove Hufthammer <[email protected]>, 2009, 2010.
+# Karl Ove Hufthammer <[email protected]>, 2009, 2010, 2018.
 # Eirik U. Birkeland <[email protected]>, 2009, 2010.
 # Olav Selseng Vestreim <[email protected]>, 2015.
 msgid ""
@@ -8,15 +8,15 @@
 "Project-Id-Version: kcontactmanager\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-08-02 06:12+0200\n"
-"PO-Revision-Date: 2015-04-16 20:09+0200\n"
-"Last-Translator: Olav Selseng Vestreim <[email protected]>\n"
+"PO-Revision-Date: 2018-10-07 10:47+0200\n"
+"Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
 "Language-Team: Norwegian Nynorsk <[email protected]>\n"
 "Language: nn\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -385,8 +385,7 @@
 "<qt>This will hide the menu bar completely. You can show it again by typing "
 "%1.</qt>"
 msgstr ""
-"<qt>Dette vil gøyma menylinja heilt. Du kan visa henne att ved å skriva %1.</"
-"qt>"
+"<qt>Dette vil gøyma menylinja heilt. Du kan visa ho att ved å skriva %1.</qt>"
 
 #: src/mainwindow.cpp:123
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaddressbook-18.08.1/po/zh_CN/kaddressbook.po 
new/kaddressbook-18.08.2/po/zh_CN/kaddressbook.po
--- old/kaddressbook-18.08.1/po/zh_CN/kaddressbook.po   2018-09-04 
02:57:47.000000000 +0200
+++ new/kaddressbook-18.08.2/po/zh_CN/kaddressbook.po   2018-10-09 
02:31:54.000000000 +0200
@@ -11,8 +11,8 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-08-02 06:12+0200\n"
-"PO-Revision-Date: 2018-08-30 13:15\n"
-"Last-Translator: guoyunhebrave <[email protected]>\n"
+"PO-Revision-Date: 2018-09-28 19:51\n"
+"Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"


Reply via email to