Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdelibs4support for openSUSE:Factory 
checked in at 2021-09-16 23:13:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdelibs4support (Old)
 and      /work/SRC/openSUSE:Factory/.kdelibs4support.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdelibs4support"

Thu Sep 16 23:13:56 2021 rev:95 rq:919185 version:5.86.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdelibs4support/kdelibs4support.changes  
2021-08-16 10:11:42.143090313 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdelibs4support.new.1899/kdelibs4support.changes    
    2021-09-16 23:15:40.471860609 +0200
@@ -1,0 +2,15 @@
+Wed Sep 15 08:24:03 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Drop the unneeded baselibs.conf.
+
+-------------------------------------------------------------------
+Mon Sep  6 06:22:01 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.86.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.86.0
+- Changes since 5.85.0:
+  * replace "MacOSX" with "macOS"
+
+-------------------------------------------------------------------

Old:
----
  baselibs.conf
  kdelibs4support-5.85.0.tar.xz
  kdelibs4support-5.85.0.tar.xz.sig

New:
----
  kdelibs4support-5.86.0.tar.xz
  kdelibs4support-5.86.0.tar.xz.sig

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

Other differences:
------------------
++++++ kdelibs4support.spec ++++++
--- /var/tmp/diff_new_pack.NvwvcH/_old  2021-09-16 23:15:40.955861109 +0200
+++ /var/tmp/diff_new_pack.NvwvcH/_new  2021-09-16 23:15:40.959861114 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5KDELibs4Support5
-%define _tar_path 5.85
+%define _tar_path 5.86
 # 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:           kdelibs4support
-Version:        5.85.0
+Version:        5.86.0
 Release:        0
 Summary:        Code and utilities to ease the transition to KDE Frameworks 5
 License:        LGPL-2.1-or-later
@@ -35,7 +35,6 @@
 Source1:        
https://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz.sig
 Source2:        frameworks.keyring
 %endif
-Source99:       baselibs.conf
 BuildRequires:  NetworkManager-devel
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes


++++++ kdelibs4support-5.85.0.tar.xz -> kdelibs4support-5.86.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdelibs4support-5.85.0/CMakeLists.txt 
new/kdelibs4support-5.86.0/CMakeLists.txt
--- old/kdelibs4support-5.85.0/CMakeLists.txt   2021-08-06 11:02:44.000000000 
+0200
+++ new/kdelibs4support-5.86.0/CMakeLists.txt   2021-09-04 18:58:48.000000000 
+0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.85.0") # handled by release scripts
-set(KF_DEP_VERSION "5.85.0") # handled by release scripts
+set(KF_VERSION "5.86.0") # handled by release scripts
+set(KF_DEP_VERSION "5.86.0") # handled by release scripts
 project(KDELibs4Support VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.85.0  NO_MODULE)
+find_package(ECM 5.86.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)
 
@@ -19,7 +19,7 @@
 include(GenerateExportHeader)
 include(CMakeFindFrameworks)
 
-set(REQUIRED_QT_VERSION 5.15.0)
+set(REQUIRED_QT_VERSION 5.15.2)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Network Widgets DBus 
Test Svg PrintSupport Designer)
 
 find_package(KF5Completion ${KF_DEP_VERSION} REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdelibs4support-5.85.0/metainfo.yaml 
new/kdelibs4support-5.86.0/metainfo.yaml
--- old/kdelibs4support-5.85.0/metainfo.yaml    2021-08-06 11:02:44.000000000 
+0200
+++ new/kdelibs4support-5.86.0/metainfo.yaml    2021-09-04 18:58:48.000000000 
+0200
@@ -6,7 +6,7 @@
     - name: Linux
     - name: FreeBSD
     - name: Windows
-    - name: MacOSX
+    - name: macOS
 portingAid: true
 deprecated: true
 release: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdelibs4support-5.85.0/po/ca/kdelibs4support.po 
new/kdelibs4support-5.86.0/po/ca/kdelibs4support.po
--- old/kdelibs4support-5.85.0/po/ca/kdelibs4support.po 2021-08-06 
11:02:44.000000000 +0200
+++ new/kdelibs4support-5.86.0/po/ca/kdelibs4support.po 2021-09-04 
18:58:48.000000000 +0200
@@ -3,15 +3,15 @@
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
-# Josep Ma. Ferrer <[email protected]>, 2014, 2015, 2016, 2017, 2018, 2019, 
2020.
+# Josep Ma. Ferrer <[email protected]>, 2014, 2015, 2016, 2017, 2018, 2019, 
2020, 2021.
 # Antoni Bella P??rez <[email protected]>, 2014, 2015, 2017, 2019, 2020, 
2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4support\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-27 00:14+0000\n"
-"PO-Revision-Date: 2021-07-10 11:33+0200\n"
-"Last-Translator: Antoni Bella P??rez <[email protected]>\n"
+"PO-Revision-Date: 2021-08-13 18:36+0200\n"
+"Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
@@ -19,7 +19,7 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
-"X-Generator: Lokalize 21.04.3\n"
+"X-Generator: Lokalize 20.12.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -12261,13 +12261,13 @@
 #: kdecore/TIMEZONES:1227
 #, kde-format
 msgid "Europe/Ulyanovsk"
-msgstr "Europa/Ulyanovsk"
+msgstr "Europa/Uli??novsk"
 
 #. i18n: comment to the previous timezone
 #: kdecore/TIMEZONES:1229
 #, kde-format
 msgid "MSK+01 - Ulyanovsk"
-msgstr "MSK+01 - Ulyanovsk"
+msgstr "MSK+01 - Uli??novsk"
 
 #: kdecore/TIMEZONES:1230
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdelibs4support-5.85.0/po/hi/kdelibs4support.po 
new/kdelibs4support-5.86.0/po/hi/kdelibs4support.po
--- old/kdelibs4support-5.85.0/po/hi/kdelibs4support.po 2021-08-06 
11:02:44.000000000 +0200
+++ new/kdelibs4support-5.86.0/po/hi/kdelibs4support.po 2021-09-04 
18:58:48.000000000 +0200
@@ -11,7 +11,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-27 00:14+0000\n"
-"PO-Revision-Date: 2021-07-10 10:57+0530\n"
+"PO-Revision-Date: 2021-08-21 16:25+0530\n"
 "Last-Translator: Raghavendra Kamath <[email protected]>\n"
 "Language-Team: kde-hindi\n"
 "Language: hi\n"
@@ -19,7 +19,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n!=1);\n"
-"X-Generator: Lokalize 21.04.3\n"
+"X-Generator: Lokalize 21.08.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -2722,7 +2722,7 @@
 "org</a></p>"
 msgstr ""
 "<p>??????????????? ???????????? ?????? ?????????????????? ????????? 
?????????????????? ??????. ?????? ?????? ????????? ??????????????? ?????? 
?????? ??????????????????????????? ?????? ????????????????????? ?????? "
-"?????????????????????  ?????????????????????.</p><p>??????????????? ?????? 
??????????????????????????????????????????????????? ?????? ???????????? 
????????? ?????? ???????????? ????????????????????? ?????? ????????? 
???????????? "
+"????????????????????? ?????????????????????.</p><p>??????????????? ?????? 
??????????????????????????????????????????????????? ?????? ???????????? 
????????? ?????? ???????????? ????????????????????? ?????? ????????? 
???????????? "
 "????????????: <a href=\"http://l10n.kde.org\";>http://l10n.kde.org</a></p>"
 
 #: kdecore/kcalendarsystem.cpp:108
@@ -13818,7 +13818,7 @@
 #: kio/kdirselectdialog.cpp:172
 #, kde-format
 msgid "A file or folder named %1 already exists."
-msgstr "?????? ??????????????? ?????? ????????????????????? ????????? %1  
???????????? ?????? ?????? ???????????????????????? ????????? ??????. "
+msgstr "?????? ??????????????? ?????? ????????????????????? ????????? %1 
???????????? ?????? ?????? ???????????????????????? ????????? ??????. "
 
 #: kio/kdirselectdialog.cpp:175
 #, kde-format
@@ -13851,7 +13851,7 @@
 #| msgid "Move to Trash"
 msgctxt "@action:inmenu"
 msgid "Move to Trash"
-msgstr "??????????????? ?????? ?????? ????????????"
+msgstr "???????????? ????????? ???????????????"
 
 #: kio/kdirselectdialog.cpp:359
 #, fuzzy, kde-format
@@ -14665,7 +14665,7 @@
 #, fuzzy, kde-format
 #| msgid "Reload configuration file"
 msgid "SSL Configuration Module"
-msgstr "???????????????????????????????????? ??????????????? ????????? ??????  
????????? ????????????"
+msgstr "???????????????????????????????????? ??????????????? ????????? ?????? 
????????? ????????????"
 
 #: kssl/kcm/kcmssl.cpp:39
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdelibs4support-5.85.0/po/vi/kdelibs4support.po 
new/kdelibs4support-5.86.0/po/vi/kdelibs4support.po
--- old/kdelibs4support-5.85.0/po/vi/kdelibs4support.po 2021-08-06 
11:02:44.000000000 +0200
+++ new/kdelibs4support-5.86.0/po/vi/kdelibs4support.po 2021-09-04 
18:58:48.000000000 +0200
@@ -27,7 +27,7 @@
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "[email protected],[email protected],[email protected]"
+msgstr "[email protected],[email protected],[email protected]"
 
 #, kde-format
 msgctxt "color"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdelibs4support-5.85.0/po/zh_CN/kdelibs4support.po 
new/kdelibs4support-5.86.0/po/zh_CN/kdelibs4support.po
--- old/kdelibs4support-5.85.0/po/zh_CN/kdelibs4support.po      2021-08-06 
11:02:44.000000000 +0200
+++ new/kdelibs4support-5.86.0/po/zh_CN/kdelibs4support.po      2021-09-04 
18:58:48.000000000 +0200
@@ -17,7 +17,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2021-07-27 00:14+0000\n"
-"PO-Revision-Date: 2021-07-26 13:47\n"
+"PO-Revision-Date: 2021-08-30 11:43\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -13998,7 +13998,7 @@
 #: kssl/kcm/displaycert.ui:55
 #, kde-format
 msgid "<b>Other</b>"
-msgstr "<b>??????</b>"
+msgstr "<b>??????</b>"
 
 #. i18n: ectx: property (text), widget (QLabel, validityPeriodLabel)
 #: kssl/kcm/displaycert.ui:64
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdelibs4support-5.85.0/src/solid-networkstatus/kded/networkstatus.desktop 
new/kdelibs4support-5.86.0/src/solid-networkstatus/kded/networkstatus.desktop
--- 
old/kdelibs4support-5.85.0/src/solid-networkstatus/kded/networkstatus.desktop   
    2021-08-06 11:02:44.000000000 +0200
+++ 
new/kdelibs4support-5.86.0/src/solid-networkstatus/kded/networkstatus.desktop   
    2021-09-04 18:58:48.000000000 +0200
@@ -89,7 +89,7 @@
 Comment[gl]=Segue o estado das interfaces de rede e fornece notificaci??ns ??s 
aplicaci??ns que usen a rede.
 Comment[gu]=????????????????????? ????????????????????????????????? 
???????????????????????? ??????????????? ???????????? ?????? ????????? 
????????????????????? ??????????????? ??????????????? 
???????????????????????????????????? ????????????????????? ???????????? 
???????????? ??????.
 Comment[he]=???????? ?????? ?????? ?????????? ?????? ?????????? ???????????? 
???????????????? ???????????????? ????????
-Comment[hi]=??????????????? ???????????????????????? ??????  
?????????????????? ??????????????? ???????????? ?????? ?????? ??????????????? 
?????? ??????????????? ???????????? ???????????? ??????????????????????????? 
?????? ???????????????????????? ?????????????????? ???????????? ??????
+Comment[hi]=??????????????? ???????????????????????? ?????? ?????????????????? 
??????????????? ???????????? ?????? ?????? ??????????????? ?????? 
??????????????? ???????????? ???????????? ??????????????????????????? ?????? 
???????????????????????? ?????????????????? ???????????? ??????
 Comment[hr]=Prati stanja mre??nih su??elja i omogu??uje obavijesti 
aplikacijama koje koriste mre??u.
 Comment[hu]=Figyeli a h??l??zati csatol??k ??llapot??t ??s ??rtes??t??seket 
k??ld a csatol??kat haszn??l?? alkalmaz??soknak.
 Comment[ia]=Il tracia le stato del interfacies de rete e il forni notification 
al applicationes que usa le rete.

Reply via email to