Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2021-03-16 15:40:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcontacts (Old)
 and      /work/SRC/openSUSE:Factory/.kcontacts.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcontacts"

Tue Mar 16 15:40:13 2021 rev:66 rq:878791 version:5.80.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes      2021-02-17 
18:11:40.633947340 +0100
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.2401/kcontacts.changes    
2021-03-16 15:41:24.804749979 +0100
@@ -1,0 +2,10 @@
+Sun Mar  7 09:26:40 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.80.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.80.0
+- Changes since 5.79.0:
+  * Use FindIsoCodes from ECM
+
+-------------------------------------------------------------------

Old:
----
  kcontacts-5.79.0.tar.xz
  kcontacts-5.79.0.tar.xz.sig

New:
----
  kcontacts-5.80.0.tar.xz
  kcontacts-5.80.0.tar.xz.sig

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

Other differences:
------------------
++++++ kcontacts.spec ++++++
--- /var/tmp/diff_new_pack.BcvubP/_old  2021-03-16 15:41:27.416754159 +0100
+++ /var/tmp/diff_new_pack.BcvubP/_new  2021-03-16 15:41:27.416754159 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.79
+%define _tar_path 5.80
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           kcontacts
-Version:        5.79.0
+Version:        5.80.0
 Release:        0
 Summary:        KDE Frameworks based address book API
 License:        LGPL-2.1-or-later


++++++ kcontacts-5.79.0.tar.xz -> kcontacts-5.80.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.79.0/.gitignore 
new/kcontacts-5.80.0/.gitignore
--- old/kcontacts-5.79.0/.gitignore     2021-02-06 19:12:22.000000000 +0100
+++ new/kcontacts-5.80.0/.gitignore     2021-03-06 17:20:30.000000000 +0100
@@ -21,3 +21,4 @@
 *.unc-backup*
 .cmake/
 /.clang-format
+/compile_commands.json
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.79.0/CMakeLists.txt 
new/kcontacts-5.80.0/CMakeLists.txt
--- old/kcontacts-5.79.0/CMakeLists.txt 2021-02-06 19:12:22.000000000 +0100
+++ new/kcontacts-5.80.0/CMakeLists.txt 2021-03-06 17:20:30.000000000 +0100
@@ -1,17 +1,17 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF_VERSION "5.79.0") # handled by release scripts
-set(KF_DEP_VERSION "5.79.0") # handled by release scripts
+set(KF_VERSION "5.80.0") # handled by release scripts
+set(KF_DEP_VERSION "5.80.0") # handled by release scripts
 
 project(KContacts VERSION ${KF_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.79.0 NO_MODULE)
+find_package(ECM 5.80.0 NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
-set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${KContacts_SOURCE_DIR}/cmake)
+set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
 set(CMAKE_AUTORCC ON)
 
 set(REQUIRED_QT_VERSION 5.14.0)
@@ -53,7 +53,7 @@
 endif()
 
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050e00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054B00)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054F00)
 
 add_definitions(-DQT_NO_FOREACH)
 add_subdirectory(src)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.79.0/cmake/FindIsoCodes.cmake 
new/kcontacts-5.80.0/cmake/FindIsoCodes.cmake
--- old/kcontacts-5.79.0/cmake/FindIsoCodes.cmake       2021-02-06 
19:12:22.000000000 +0100
+++ new/kcontacts-5.80.0/cmake/FindIsoCodes.cmake       1970-01-01 
01:00:00.000000000 +0100
@@ -1,43 +0,0 @@
-# - Try to find iso-codes
-# Once done this will define
-#
-#  IsoCodes_FOUND - system has iso-codes
-#  IsoCodes_DOMAINS - the available domains provided by iso-codes
-#
-# SPDX-FileCopyrightText: 2016 Pino Toscano <[email protected]>
-#
-# SPDX-License-Identifier: BSD-3-Clause
-
-macro(_ISOCODES_GET_PKGCONFIG_VAR _outvar _varname)
-  execute_process(
-    COMMAND ${PKG_CONFIG_EXECUTABLE} --variable=${_varname} iso-codes
-    OUTPUT_VARIABLE _result
-    RESULT_VARIABLE _null
-  )
-
-  if (_null)
-  else ()
-    string(REGEX REPLACE "[\r\n]" " " _result "${_result}")
-    string(REGEX REPLACE " +$" ""  _result "${_result}")
-    separate_arguments(_result)
-    set(${_outvar} ${_result} CACHE INTERNAL "")
-  endif ()
-endmacro ()
-
-find_package(PkgConfig)
-if (PkgConfig_FOUND)
-  if (IsoCodes_MIN_VERSION)
-    pkg_check_modules(_pc_ISOCODES iso-codes>=${IsoCodes_MIN_VERSION})
-  else ()
-    pkg_check_modules(_pc_ISOCODES iso-codes)
-  endif ()
-  if (_pc_ISOCODES_FOUND)
-    _isocodes_get_pkgconfig_var(IsoCodes_DOMAINS "domains")
-  endif ()
-endif ()
-
-include(FindPackageHandleStandardArgs)
-#find_package_handle_standard_args(IsoCodes DEFAULT_MSG IsoCodes_DOMAINS)
-find_package_handle_standard_args(IsoCodes REQUIRED_VARS _pc_ISOCODES_FOUND 
IsoCodes_DOMAINS VERSION_VAR _pc_ISOCODES_VERSION)
-
-mark_as_advanced(IsoCodes_DOMAINS)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.79.0/po/pt_BR/kcontacts5.po 
new/kcontacts-5.80.0/po/pt_BR/kcontacts5.po
--- old/kcontacts-5.79.0/po/pt_BR/kcontacts5.po 2021-02-06 19:12:22.000000000 
+0100
+++ new/kcontacts-5.80.0/po/pt_BR/kcontacts5.po 2021-03-06 17:20:30.000000000 
+0100
@@ -3,26 +3,26 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Andr?? Marcelo Alvarenga <[email protected]>, 2014, 2015.
-# Luiz Fernando Ranghetti <[email protected]>, 2020.
+# Luiz Fernando Ranghetti <[email protected]>, 2020, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcontacts5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-06-26 02:00+0200\n"
-"PO-Revision-Date: 2020-03-10 13:50-0300\n"
+"PO-Revision-Date: 2021-02-17 14:20-0300\n"
 "Last-Translator: Luiz Fernando Ranghetti <[email protected]>\n"
-"Language-Team: Portuguese <[email protected]>\n"
+"Language-Team: Brazilian Portuguese <[email protected]>\n"
 "Language: pt_BR\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 19.12.2\n"
+"X-Generator: Lokalize 20.04.2\n"
 
 #: address.cpp:384
 #, kde-format
 msgid "Post Office Box"
-msgstr "Caixa Postal"
+msgstr "Caixa postal"
 
 #: address.cpp:400
 #, kde-format
@@ -239,7 +239,7 @@
 #: addressee.cpp:912
 #, kde-format
 msgid "Mobile Phone"
-msgstr "Telefone celular"
+msgstr "Celular"
 
 #: addressee.cpp:917 phonenumber.cpp:218
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcontacts-5.79.0/po/zh_CN/kcontacts5.po 
new/kcontacts-5.80.0/po/zh_CN/kcontacts5.po
--- old/kcontacts-5.79.0/po/zh_CN/kcontacts5.po 2021-02-06 19:12:22.000000000 
+0100
+++ new/kcontacts-5.80.0/po/zh_CN/kcontacts5.po 2021-03-06 17:20:30.000000000 
+0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-06-26 02:00+0200\n"
-"PO-Revision-Date: 2021-02-04 11:58\n"
+"PO-Revision-Date: 2021-03-02 16:16\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to