Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package khtml for openSUSE:Factory checked 
in at 2021-10-18 21:58:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/khtml (Old)
 and      /work/SRC/openSUSE:Factory/.khtml.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "khtml"

Mon Oct 18 21:58:39 2021 rev:95 rq:924439 version:5.87.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/khtml/khtml.changes      2021-09-16 
23:15:50.719871214 +0200
+++ /work/SRC/openSUSE:Factory/.khtml.new.1890/khtml.changes    2021-10-18 
22:00:25.090016572 +0200
@@ -1,0 +2,10 @@
+Sun Oct  3 20:33:47 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.87.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.87.0
+- Changes since 5.86.0:
+  * Add Gitlab CI configuration
+
+-------------------------------------------------------------------

Old:
----
  khtml-5.86.0.tar.xz
  khtml-5.86.0.tar.xz.sig

New:
----
  khtml-5.87.0.tar.xz
  khtml-5.87.0.tar.xz.sig

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

Other differences:
------------------
++++++ khtml.spec ++++++
--- /var/tmp/diff_new_pack.bSdz3t/_old  2021-10-18 22:00:25.710017020 +0200
+++ /var/tmp/diff_new_pack.bSdz3t/_new  2021-10-18 22:00:25.718017026 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5KHtml5
-%define _tar_path 5.86
+%define _tar_path 5.87
 # 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:           khtml
-Version:        5.86.0
+Version:        5.87.0
 Release:        0
 Summary:        HTML rendering engine
 License:        LGPL-2.1-or-later


++++++ khtml-5.86.0.tar.xz -> khtml-5.87.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.86.0/.gitlab-ci.yml 
new/khtml-5.87.0/.gitlab-ci.yml
--- old/khtml-5.86.0/.gitlab-ci.yml     1970-01-01 01:00:00.000000000 +0100
+++ new/khtml-5.87.0/.gitlab-ci.yml     2021-10-02 16:27:37.000000000 +0200
@@ -0,0 +1,5 @@
+# SPDX-FileCopyrightText: 2020 Volker Krause <vkra...@kde.org>
+# SPDX-License-Identifier: CC0-1.0
+
+include:
+  - 
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.86.0/.kde-ci.yml new/khtml-5.87.0/.kde-ci.yml
--- old/khtml-5.86.0/.kde-ci.yml        1970-01-01 01:00:00.000000000 +0100
+++ new/khtml-5.87.0/.kde-ci.yml        2021-10-02 16:27:37.000000000 +0200
@@ -0,0 +1,29 @@
+Dependencies:
+- 'on': ['Linux', 'FreeBSD', 'Windows', 'macOS']
+  'require':
+    'frameworks/extra-cmake-modules': '@same'
+    'frameworks/karchive' : '@same'
+    'frameworks/ki18n' : '@same'
+    'frameworks/kcoreaddons' : '@same'
+    'frameworks/kguiaddons' : '@same'
+    'frameworks/kdbusaddons' : '@same'
+    'frameworks/kservice' : '@same'
+    'frameworks/kwindowsystem' : '@same'
+    'frameworks/kcrash' : '@same'
+    'frameworks/kinit' : '@same'
+    'frameworks/kjs' : '@same'
+    'frameworks/kconfigwidgets' : '@same'
+    'frameworks/kitemviews' : '@same'
+    'frameworks/kiconthemes' : '@same'
+    'frameworks/knotifications' : '@same'
+    'frameworks/kcompletion' : '@same'
+    'frameworks/ktextwidgets' : '@same'
+    'frameworks/kxmlgui' : '@same'
+    'frameworks/kparts' : '@same'
+    'frameworks/kio' : '@same'
+    'frameworks/kwallet' : '@same'
+    'frameworks/kglobalaccel' : '@same'
+    'kdesupport/phonon' : '@same'
+
+Options:
+  test-before-installing: True
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.86.0/CMakeLists.txt 
new/khtml-5.87.0/CMakeLists.txt
--- old/khtml-5.86.0/CMakeLists.txt     2021-09-04 19:00:59.000000000 +0200
+++ new/khtml-5.87.0/CMakeLists.txt     2021-10-02 16:27:37.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.16)
 
-set(KF_VERSION "5.86.0") # handled by release scripts
-set(KF_DEP_VERSION "5.86.0") # handled by release scripts
+set(KF_VERSION "5.87.0") # handled by release scripts
+set(KF_DEP_VERSION "5.87.0") # handled by release scripts
 project(KHtml VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.86.0  NO_MODULE)
+find_package(ECM 5.87.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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.86.0/po/ca/khtml5.po 
new/khtml-5.87.0/po/ca/khtml5.po
--- old/khtml-5.86.0/po/ca/khtml5.po    2021-09-04 19:00:59.000000000 +0200
+++ new/khtml-5.87.0/po/ca/khtml5.po    2021-10-02 16:27:37.000000000 +0200
@@ -1,12 +1,12 @@
 # Translation of khtml5.po to Catalan
-# Copyright (C) 1998-2020 This_file_is_part_of_KDE
+# Copyright (C) 1998-2021 This_file_is_part_of_KDE
 # 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.
 #
 # Sebasti?? Pla i Sanz <s...@sastia.com>, 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006, 2007.
 # Antoni Bella P??rez <antonibel...@yahoo.com>, 2003, 2006, 2011, 2012, 2013, 
2014, 2015, 2019, 2020.
 # Albert Astals Cid <aa...@kde.org>, 2004, 2005, 2007.
-# Josep Ma. Ferrer <txe...@gmail.com>, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2016, 2017, 2019, 2020.
+# Josep Ma. Ferrer <txe...@gmail.com>, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2016, 2017, 2019, 2020, 2021.
 # Robert Millan <r...@aybabtu.com>, 2009.
 # Orestes Mas <ores...@tsc.upc.edu>, 2010.
 msgid ""
@@ -14,14 +14,14 @@
 "Project-Id-Version: khtml\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-10-24 02:12+0200\n"
-"PO-Revision-Date: 2020-12-02 23:36+0100\n"
-"Last-Translator: Josep Ma. Ferrer <txe...@gmail.com>\n"
+"PO-Revision-Date: 2021-09-13 17:50+0200\n"
+"Last-Translator: Josep M. Ferrer <txe...@gmail.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 20.12.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -649,7 +649,7 @@
 #: java/kjavaappletviewer.cpp:55
 #, kde-format
 msgid "KDE Java Applet Plugin"
-msgstr "Connector de miniaplicaci?? Java per al KDE"
+msgstr "Connector de miniaplicaci?? Java del KDE"
 
 #: java/kjavaappletviewer.cpp:137
 #, kde-format
@@ -1423,7 +1423,7 @@
 #: khtml_part.cpp:7656
 #, kde-format
 msgid "&Configure JavaScript New Window Policies..."
-msgstr "&Configura les pol??tiques de JavaScript per a les finestres noves..."
+msgstr "&Configura les pol??tiques de JavaScript de les finestres noves..."
 
 #: khtml_printsettings.cpp:30
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.86.0/po/zh_CN/khtml5.po 
new/khtml-5.87.0/po/zh_CN/khtml5.po
--- old/khtml-5.86.0/po/zh_CN/khtml5.po 2021-09-04 19:00:59.000000000 +0200
+++ new/khtml-5.87.0/po/zh_CN/khtml5.po 2021-10-02 16:27:37.000000000 +0200
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-10-24 02:12+0200\n"
-"PO-Revision-Date: 2021-08-30 11:43\n"
+"PO-Revision-Date: 2021-09-27 13:08\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -198,7 +198,7 @@
 #: ecma/debugger/scriptsdock.cpp:37
 #, kde-format
 msgid "Loaded Scripts"
-msgstr "??????????????????"
+msgstr "??????????????????"
 
 #: ecma/kjs_binding.cpp:195
 #, kde-format
@@ -207,8 +207,8 @@
 "other applications may become less responsive.\n"
 "Do you want to stop the script?"
 msgstr ""
-"??????????????????????????? KHTML 
???????????????????????????????????????????????????????????????????????????"
-"??????\n"
+"??????????????????????????? KHTML 
??????????????????????????????????????????????????????????????????????????????"
+"?????????\n"
 "??????????????????????????????"
 
 #: ecma/kjs_binding.cpp:195
@@ -584,7 +584,7 @@
 #: java/kjavaappletserver.cpp:143
 #, kde-format
 msgid "Loading Applet"
-msgstr "???????????? Applet"
+msgstr "?????????????????????"
 
 #: java/kjavaappletserver.cpp:146
 #, kde-format
@@ -739,7 +739,7 @@
 #: khtml_ext.cpp:488
 #, kde-format
 msgid "Reload Frame"
-msgstr "??????????????????"
+msgstr "??????????????????"
 
 #: khtml_ext.cpp:493 khtml_part.cpp:446
 #, kde-format
@@ -1101,7 +1101,7 @@
 #: khtml_part.cpp:1939
 #, kde-format
 msgid "Additional Information: %1"
-msgstr "???????????????%1"
+msgstr "???????????????%1"
 
 #: khtml_part.cpp:1941
 #, kde-format
@@ -1121,13 +1121,13 @@
 #: khtml_part.cpp:2402
 #, kde-format
 msgid "Page loaded."
-msgstr "??????????????????"
+msgstr "??????????????????"
 
 #: khtml_part.cpp:2404
 #, kde-format
 msgid "%1 Image of %2 loaded."
 msgid_plural "%1 Images of %2 loaded."
-msgstr[0] "????????? %2 ??????????????? %1 ??????"
+msgstr[0] "????????? %2 ??????????????? %1 ??????"
 
 #: khtml_part.cpp:2582
 #, kde-format
@@ -1531,7 +1531,7 @@
 "case which illustrates the problem will be appreciated."
 msgstr ""
 
"??????????????????????????????????????????????????????????????????????????????????????????????????????????????????"
-"?????????????????????????????????????????????????????????????????? Konqueror 
?????????????????????????????????"
+"?????????????????????????????????????????????????????????????????? Konqueror 
?????????????????????????????????"
 
"??????????????????????????????????????????????????????????????????????????????????????????????????????
 "
 "Konqueror ?????????????????? https://bugs.kde.org/ 
????????????????????????????????????????????????"
 "???????????????????????????????????????????????????"

Reply via email to