Hello community,

here is the log from the commit of package khtml for openSUSE:Factory checked 
in at 2020-12-15 12:28:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/khtml (Old)
 and      /work/SRC/openSUSE:Factory/.khtml.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "khtml"

Tue Dec 15 12:28:43 2020 rev:84 rq:855434 version:5.77.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/khtml/khtml.changes      2020-11-23 
10:32:20.785483351 +0100
+++ /work/SRC/openSUSE:Factory/.khtml.new.2328/khtml.changes    2020-12-15 
12:30:52.992024420 +0100
@@ -1,0 +2,9 @@
+Sat Dec  5 18:56:36 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.77.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.77.0
+- No code change since 5.76.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ khtml.spec ++++++
--- /var/tmp/diff_new_pack.6kEZUb/_old  2020-12-15 12:30:53.820025087 +0100
+++ /var/tmp/diff_new_pack.6kEZUb/_new  2020-12-15 12:30:53.824025090 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5KHtml5
-%define _tar_path 5.76
+%define _tar_path 5.77
 # 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.76.0
+Version:        5.77.0
 Release:        0
 Summary:        HTML rendering engine
 License:        LGPL-2.1-or-later
@@ -66,14 +66,14 @@
 BuildRequires:  cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Phonon4Qt5)
-BuildRequires:  cmake(Qt5Core) >= 5.12.0
-BuildRequires:  cmake(Qt5DBus) >= 5.12.0
-BuildRequires:  cmake(Qt5Network) >= 5.12.0
-BuildRequires:  cmake(Qt5PrintSupport) >= 5.12.0
-BuildRequires:  cmake(Qt5Test) >= 5.12.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.12.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.12.0
-BuildRequires:  cmake(Qt5Xml) >= 5.12.0
+BuildRequires:  cmake(Qt5Core) >= 5.13.0
+BuildRequires:  cmake(Qt5DBus) >= 5.13.0
+BuildRequires:  cmake(Qt5Network) >= 5.13.0
+BuildRequires:  cmake(Qt5PrintSupport) >= 5.13.0
+BuildRequires:  cmake(Qt5Test) >= 5.13.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.13.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.13.0
+BuildRequires:  cmake(Qt5Xml) >= 5.13.0
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(x11)
 
@@ -104,7 +104,7 @@
 Requires:       cmake(KF5KIO) >= %{_kf5_bugfix_version}
 Requires:       cmake(KF5Parts) >= %{_kf5_bugfix_version}
 Requires:       cmake(KF5TextWidgets) >= %{_kf5_bugfix_version}
-Requires:       cmake(Qt5Gui) >= 5.12.0
+Requires:       cmake(Qt5Gui) >= 5.13.0
 
 %description devel
 KHTML is a web rendering engine, based on the KParts


++++++ khtml-5.76.0.tar.xz -> khtml-5.77.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.76.0/CMakeLists.txt 
new/khtml-5.77.0/CMakeLists.txt
--- old/khtml-5.76.0/CMakeLists.txt     2020-11-07 13:07:37.000000000 +0100
+++ new/khtml-5.77.0/CMakeLists.txt     2020-12-05 13:46:08.000000000 +0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.76.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.76.0") # handled by release scripts
+set(KF5_VERSION "5.77.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.77.0") # handled by release scripts
 project(KHtml VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.76.0  NO_MODULE)
+find_package(ECM 5.77.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)
 
@@ -18,7 +18,7 @@
 include(ECMQtDeclareLoggingCategory)
 
 
-set(REQUIRED_QT_VERSION 5.12.0)
+set(REQUIRED_QT_VERSION 5.13.0)
 find_package(Qt5 "${REQUIRED_QT_VERSION}" CONFIG REQUIRED Widgets Network DBus 
PrintSupport Xml)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.76.0/po/ca/khtml5.po 
new/khtml-5.77.0/po/ca/khtml5.po
--- old/khtml-5.76.0/po/ca/khtml5.po    2020-11-07 13:07:37.000000000 +0100
+++ new/khtml-5.77.0/po/ca/khtml5.po    2020-12-05 13:46:08.000000000 +0100
@@ -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-08-05 17:35+0200\n"
-"Last-Translator: Antoni Bella Pérez <[email protected]>\n"
+"PO-Revision-Date: 2020-12-02 23:36+0100\n"
+"Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\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 20.04.3\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -1473,11 +1473,11 @@
 "aquesta casella de selecció, la impressió del document HTML serà només en "
 "blanc i negre i tot el fons de color es passarà a blanc. La impressió serà "
 "més ràpida i usarà menys tinta o tòner.</p><p>Si es desactiva aquesta "
-"casella de selecció, la impressió del document HTML es farà amb els colors "
-"originals, tal com els veieu a l'aplicació. Això pot donar àrees de color a "
-"tota la pàgina (o d'escala de grisos, si useu una impressora de blanc i "
-"negre). La impressió possiblement serà més lenta i probablement usarà molt "
-"més tòner o tinta.</p> </qt>"
+"casella de selecció, la impressió del document HTML es farà amb la "
+"configuració de colors originals, tal com els veieu a l'aplicació. Això pot "
+"donar àrees de color a tota la pàgina (o d'escala de grisos, si useu una "
+"impressora de blanc i negre). La impressió possiblement serà més lenta i "
+"probablement usarà molt més tòner o tinta.</p> </qt>"
 
 #: khtml_printsettings.cpp:70
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.76.0/po/ml/khtml5.po 
new/khtml-5.77.0/po/ml/khtml5.po
--- old/khtml-5.76.0/po/ml/khtml5.po    2020-11-07 13:07:37.000000000 +0100
+++ new/khtml-5.77.0/po/ml/khtml5.po    2020-12-05 13:46:08.000000000 +0100
@@ -20,8 +20,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Weblate 3.9.1\n"
-"X-Poedit-Country: INDIA\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.76.0/po/nn/khtml5.po 
new/khtml-5.77.0/po/nn/khtml5.po
--- old/khtml-5.76.0/po/nn/khtml5.po    2020-11-07 13:07:37.000000000 +0100
+++ new/khtml-5.77.0/po/nn/khtml5.po    2020-12-05 13:46:08.000000000 +0100
@@ -9,14 +9,14 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-10-24 02:12+0200\n"
-"PO-Revision-Date: 2020-03-23 21:42+0100\n"
+"PO-Revision-Date: 2020-11-22 12:24+0100\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"
-"X-Generator: Lokalize 19.12.3\n"
+"X-Generator: Lokalize 20.08.3\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
@@ -1362,7 +1362,7 @@
 #: khtml_part.cpp:7479
 #, kde-format
 msgid "&Allow storing passwords for this site"
-msgstr "&Tillatt passordlagring for denne nettstaden"
+msgstr "&Tillat passordlagring for denne nettstaden"
 
 #: khtml_part.cpp:7484
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.76.0/po/vi/khtml5.po 
new/khtml-5.77.0/po/vi/khtml5.po
--- old/khtml-5.76.0/po/vi/khtml5.po    2020-11-07 13:07:37.000000000 +0100
+++ new/khtml-5.77.0/po/vi/khtml5.po    2020-12-05 13:46:08.000000000 +0100
@@ -1390,7 +1390,7 @@
 "or to open the popup."
 msgstr ""
 "Trang này đã cố mở cửa sổ bật lên nhưng bị chặn.\n"
-"Bạn có thể nhắp vào biểu tượng này trong thanh trạng thái\n"
+"Bạn có thể bấm vào biểu tượng này trong thanh trạng thái\n"
 "để điều khiển ứng xử này, hoặc để mở cửa sổ bật lên."
 
 #: khtml_part.cpp:7652
@@ -1558,7 +1558,7 @@
 "Hộp thoại này cung cấp thông báo và chi tiết về lỗi tập lệnh xảy ra trên "
 "trang Mạng. Trong nhiều trường hợp, lỗi này do lỗi trong nơi Mạng như bị tác "
 "giả thiết kế. Trong trường hợp khác, nó do lỗi lập trình trong Konqueror. "
-"Nếu bạn hoài nghi trường hợp trước, vui lòng liên lạc với chủ nơi Mạng đó. "
+"Nếu bạn hoài nghi trường hợp trước, vui lòng liên hệ với chủ nơi Mạng đó. "
 "Còn nếu bạn hoài nghi lỗi trong Konqueror, vui lòng thông báo lỗi đó tại "
 "\"http://bugs.kde.org/\"; . Tốt hơn khi bạn gồm lời thí dụ diễn tả lỗi."
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.76.0/po/zh_CN/khtml5.po 
new/khtml-5.77.0/po/zh_CN/khtml5.po
--- old/khtml-5.76.0/po/zh_CN/khtml5.po 2020-11-07 13:07:37.000000000 +0100
+++ new/khtml-5.77.0/po/zh_CN/khtml5.po 2020-12-05 13:46:08.000000000 +0100
@@ -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: 2020-10-08 19:21\n"
+"PO-Revision-Date: 2020-11-10 15:00\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to