Hello community, here is the log from the commit of package khtml for openSUSE:Leap:15.2 checked in at 2020-02-16 18:26:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/khtml (Old) and /work/SRC/openSUSE:Leap:15.2/.khtml.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "khtml" Sun Feb 16 18:26:56 2020 rev:60 rq:773921 version:5.67.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/khtml/khtml.changes 2020-01-19 15:50:14.269800505 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.khtml.new.26092/khtml.changes 2020-02-16 18:27:58.618707211 +0100 @@ -1,0 +2,14 @@ +Sun Feb 2 18:06:57 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Replace %make_jobs with %cmake_build. + +------------------------------------------------------------------- +Sun Feb 2 14:32:44 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Update to 5.67.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.67.0.php +- No code change since 5.66.0 + +------------------------------------------------------------------- Old: ---- khtml-5.66.0.tar.xz khtml-5.66.0.tar.xz.sig New: ---- khtml-5.67.0.tar.xz khtml-5.67.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ khtml.spec ++++++ --- /var/tmp/diff_new_pack.vVucLa/_old 2020-02-16 18:27:59.022707423 +0100 +++ /var/tmp/diff_new_pack.vVucLa/_new 2020-02-16 18:27:59.022707423 +0100 @@ -17,14 +17,14 @@ %define lname libKF5KHtml5 -%define _tar_path 5.66 +%define _tar_path 5.67 # 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.66.0 +Version: 5.67.0 Release: 0 Summary: HTML rendering engine License: LGPL-2.1-or-later @@ -67,14 +67,14 @@ BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5XmlGui) >= %{_kf5_bugfix_version} BuildRequires: cmake(Phonon4Qt5) -BuildRequires: cmake(Qt5Core) >= 5.11.0 -BuildRequires: cmake(Qt5DBus) >= 5.11.0 -BuildRequires: cmake(Qt5Network) >= 5.11.0 -BuildRequires: cmake(Qt5PrintSupport) >= 5.11.0 -BuildRequires: cmake(Qt5Test) >= 5.11.0 -BuildRequires: cmake(Qt5Widgets) >= 5.11.0 -BuildRequires: cmake(Qt5X11Extras) >= 5.11.0 -BuildRequires: cmake(Qt5Xml) >= 5.11.0 +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: pkgconfig(openssl) BuildRequires: pkgconfig(x11) @@ -105,7 +105,7 @@ Requires: cmake(KF5KIO) >= %{_kf5_bugfix_version} Requires: cmake(KF5Parts) >= %{_kf5_bugfix_version} Requires: cmake(KF5TextWidgets) >= %{_kf5_bugfix_version} -Requires: cmake(Qt5Gui) >= 5.11.0 +Requires: cmake(Qt5Gui) >= 5.12.0 %description devel KHTML is a web rendering engine, based on the KParts @@ -119,7 +119,7 @@ %build %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir} - %make_jobs + %cmake_build %install %kf5_makeinstall -C build ++++++ khtml-5.66.0.tar.xz -> khtml-5.67.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.66.0/CMakeLists.txt new/khtml-5.67.0/CMakeLists.txt --- old/khtml-5.66.0/CMakeLists.txt 2020-01-04 11:08:21.000000000 +0100 +++ new/khtml-5.67.0/CMakeLists.txt 2020-02-02 13:48:52.000000000 +0100 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.66.0") # handled by release scripts -set(KF5_DEP_VERSION "5.66.0") # handled by release scripts +set(KF5_VERSION "5.67.0") # handled by release scripts +set(KF5_DEP_VERSION "5.67.0") # handled by release scripts project(KHtml VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.66.0 NO_MODULE) +find_package(ECM 5.67.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.66.0/po/ca/khtml5.po new/khtml-5.67.0/po/ca/khtml5.po --- old/khtml-5.66.0/po/ca/khtml5.po 2020-01-04 11:08:21.000000000 +0100 +++ new/khtml-5.67.0/po/ca/khtml5.po 2020-02-02 13:48:52.000000000 +0100 @@ -1,10 +1,10 @@ # Translation of khtml5.po to Catalan -# Copyright (C) 1998-2019 This_file_is_part_of_KDE +# Copyright (C) 1998-2020 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 <[email protected]>, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007. -# Antoni Bella Pérez <[email protected]>, 2003, 2006, 2011, 2012, 2013, 2014, 2015, 2019. +# Antoni Bella Pérez <[email protected]>, 2003, 2006, 2011, 2012, 2013, 2014, 2015, 2019, 2020. # Albert Astals Cid <[email protected]>, 2004, 2005, 2007. # Josep Ma. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2019. # Robert Millan <[email protected]>, 2009. @@ -14,14 +14,14 @@ "Project-Id-Version: khtml5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-12-23 02:51+0100\n" -"PO-Revision-Date: 2019-12-25 22:23+0100\n" -"Last-Translator: Josep Ma. Ferrer <[email protected]>\n" +"PO-Revision-Date: 2020-01-06 17:04+0100\n" +"Last-Translator: Antoni Bella Pérez <[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 2.0\n" +"X-Generator: Lokalize 20.03.70\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" @@ -744,7 +744,7 @@ #: khtml_ext.cpp:478 #, kde-format msgid "Open in &New Tab" -msgstr "Obre en una &pestanya nova" +msgstr "Obre en una pestanya &nova" #: khtml_ext.cpp:488 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.66.0/po/gl/khtml5.po new/khtml-5.67.0/po/gl/khtml5.po --- old/khtml-5.66.0/po/gl/khtml5.po 2020-01-04 11:08:21.000000000 +0100 +++ new/khtml-5.67.0/po/gl/khtml5.po 2020-02-02 13:48:52.000000000 +0100 @@ -1,7 +1,6 @@ # translation of kdelibs4.po to galician # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# # mvillarino <[email protected]>, 2007, 2008, 2009. # Marce Villarino <[email protected]>, 2008, 2009. # marce villarino <[email protected]>, 2009. @@ -10,13 +9,14 @@ # Xosé <[email protected]>, 2010. # Marce Villarino <[email protected]>, 2011, 2012, 2013, 2014. # Adrián Chaves Fernández <[email protected]>, 2015, 2017. -# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018, 2019. +# Adrián Chaves (Gallaecio) <[email protected]>, 2017, 2018, 2019, 2020. +# msgid "" msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-12-23 02:51+0100\n" -"PO-Revision-Date: 2019-11-17 09:57+0100\n" +"PO-Revision-Date: 2020-01-12 11:01+0100\n" "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" "Language: gl\n" @@ -24,7 +24,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 20.03.70\n" +"X-Generator: Lokalize 19.08.3\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -744,7 +744,7 @@ #: khtml_ext.cpp:478 #, kde-format msgid "Open in &New Tab" -msgstr "Abrir nunha lapela &nova" +msgstr "Abrir nun &novo separador" #: khtml_ext.cpp:488 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.66.0/po/nb/khtml5.po new/khtml-5.67.0/po/nb/khtml5.po --- old/khtml-5.66.0/po/nb/khtml5.po 2020-01-04 11:08:21.000000000 +0100 +++ new/khtml-5.67.0/po/nb/khtml5.po 2020-02-02 13:48:52.000000000 +0100 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 02:56+0200\n" +"POT-Creation-Date: 2019-12-23 02:51+0100\n" "PO-Revision-Date: 2014-11-05 13:40+0100\n" "Last-Translator: Bjørn Steensrud <[email protected]>\n" "Language-Team: Norwegian Bokmål <[email protected]>\n" @@ -362,12 +362,12 @@ msgstr[1] "&Send filer" #: html/html_formimpl.cpp:1687 html/html_formimpl.cpp:1908 khtml_part.cpp:4963 -#: khtmlview.cpp:2877 khtmlview.cpp:2921 +#: khtmlview.cpp:2845 khtmlview.cpp:2889 #, kde-format msgid "Submit" msgstr "Send inn" -#: html/html_formimpl.cpp:1900 khtmlview.cpp:2892 khtmlview.cpp:2927 +#: html/html_formimpl.cpp:1900 khtmlview.cpp:2860 khtmlview.cpp:2895 #, kde-format msgid "Reset" msgstr "Nullstill" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.66.0/po/nl/khtml5.po new/khtml-5.67.0/po/nl/khtml5.po --- old/khtml-5.66.0/po/nl/khtml5.po 2020-01-04 11:08:21.000000000 +0100 +++ new/khtml-5.67.0/po/nl/khtml5.po 2020-02-02 13:48:52.000000000 +0100 @@ -13,13 +13,13 @@ # Kristof Bal <[email protected]>, 2008, 2009. # Freek de Kruijf <[email protected]>, 2009, 2010. # Freek de Kruijf <[email protected]>, 2010, 2011, 2012. -# Freek de Kruijf <[email protected]>, 2010, 2011, 2013, 2014, 2015, 2016, 2017, 2018, 2019. +# Freek de Kruijf <[email protected]>, 2010, 2011, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020. msgid "" msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-12-23 02:51+0100\n" -"PO-Revision-Date: 2019-01-10 13:42+0100\n" +"PO-Revision-Date: 2020-01-19 19:27+0100\n" "Last-Translator: Freek de Kruijf <[email protected]>\n" "Language-Team: Dutch <[email protected]>\n" "Language: nl\n" @@ -28,7 +28,7 @@ "Content-Transfer-Encoding: 8bit\n" "Files: kfarch.cpp kfdird.cpp kfind.cpp kfindtop.cpp kfoptions.cpp kfsave.cpp " "kftabdlg.cpp kftypes.cpp kfwin.cpp main.cpp mkfdird.cpp mkfind.cpp\n" -"X-Generator: Lokalize 2.0\n" +"X-Generator: Lokalize 19.12.1\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #, kde-format @@ -37,7 +37,7 @@ msgstr "" "Rinse de Vries - 2000 t/m 2008,Wilbert Berendsen - 2003; 2004,Bram " "Schoenmakers - 2004 t/m 2007,Tom Albers - 2004,Tijmen Baarda - 2005,Sander " -"Koning - 2005, Freek de Kruijf - 2009 t/m 2012, 2019" +"Koning - 2005, Freek de Kruijf - 2009 t/m 2012; 2019 t/m 2020" #, kde-format msgctxt "EMAIL OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.66.0/po/nn/khtml5.po new/khtml-5.67.0/po/nn/khtml5.po --- old/khtml-5.66.0/po/nn/khtml5.po 2020-01-04 11:08:21.000000000 +0100 +++ new/khtml-5.67.0/po/nn/khtml5.po 2020-02-02 13:48:52.000000000 +0100 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 02:56+0200\n" +"POT-Creation-Date: 2019-12-23 02:51+0100\n" "PO-Revision-Date: 2019-02-09 12:13+0100\n" "Last-Translator: Karl Ove Hufthammer <[email protected]>\n" "Language-Team: Norwegian Nynorsk <[email protected]>\n" @@ -358,12 +358,12 @@ msgstr[1] "&Send filer" #: html/html_formimpl.cpp:1687 html/html_formimpl.cpp:1908 khtml_part.cpp:4963 -#: khtmlview.cpp:2877 khtmlview.cpp:2921 +#: khtmlview.cpp:2845 khtmlview.cpp:2889 #, kde-format msgid "Submit" msgstr "Send" -#: html/html_formimpl.cpp:1900 khtmlview.cpp:2892 khtmlview.cpp:2927 +#: html/html_formimpl.cpp:1900 khtmlview.cpp:2860 khtmlview.cpp:2895 #, kde-format msgid "Reset" msgstr "Tilbakestill" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.66.0/po/ru/khtml5.po new/khtml-5.67.0/po/ru/khtml5.po --- old/khtml-5.66.0/po/ru/khtml5.po 2020-01-04 11:08:21.000000000 +0100 +++ new/khtml-5.67.0/po/ru/khtml5.po 2020-02-02 13:48:52.000000000 +0100 @@ -14,20 +14,20 @@ # Inga Barinova <[email protected]>, 2012. # Julia Dronova <[email protected]>, 2012. # Alexander Lakhin <[email protected]>, 2013. -# Alexander Yavorsky <[email protected]>, 2019. +# Alexander Yavorsky <[email protected]>, 2019, 2020. msgid "" msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-12-23 02:51+0100\n" -"PO-Revision-Date: 2019-01-14 20:44+0300\n" +"PO-Revision-Date: 2020-01-29 16:03+0300\n" "Last-Translator: Alexander Yavorsky <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" "Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 18.12.1\n" +"X-Generator: Lokalize 19.12.1\n" "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Environment: kde\n" @@ -187,7 +187,7 @@ #: ecma/debugger/errordlg.cpp:49 #, kde-format msgid "&Do not show this message again" -msgstr "&Не выводить больше это сообщение" +msgstr "&Не показывать это сообщение снова" #: ecma/debugger/localvariabledock.cpp:43 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.66.0/po/se/khtml5.po new/khtml-5.67.0/po/se/khtml5.po --- old/khtml-5.66.0/po/se/khtml5.po 2020-01-04 11:08:21.000000000 +0100 +++ new/khtml-5.67.0/po/se/khtml5.po 2020-02-02 13:48:52.000000000 +0100 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" -"POT-Creation-Date: 2019-05-20 02:56+0200\n" +"POT-Creation-Date: 2019-12-23 02:51+0100\n" "PO-Revision-Date: 2012-05-30 23:19+0200\n" "Last-Translator: Børre Gaup <[email protected]>\n" "Language-Team: Northern Sami <[email protected]>\n" @@ -355,12 +355,12 @@ msgstr[1] "&Sádde fiillaid" #: html/html_formimpl.cpp:1687 html/html_formimpl.cpp:1908 khtml_part.cpp:4963 -#: khtmlview.cpp:2877 khtmlview.cpp:2921 +#: khtmlview.cpp:2845 khtmlview.cpp:2889 #, kde-format msgid "Submit" msgstr "Sádde" -#: html/html_formimpl.cpp:1900 khtmlview.cpp:2892 khtmlview.cpp:2927 +#: html/html_formimpl.cpp:1900 khtmlview.cpp:2860 khtmlview.cpp:2895 #, kde-format msgid "Reset" msgstr "Máhcat" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.66.0/po/zh_CN/khtml5.po new/khtml-5.67.0/po/zh_CN/khtml5.po --- old/khtml-5.66.0/po/zh_CN/khtml5.po 2020-01-04 11:08:21.000000000 +0100 +++ new/khtml-5.67.0/po/zh_CN/khtml5.po 2020-02-02 13:48:52.000000000 +0100 @@ -15,15 +15,14 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-12-23 02:51+0100\n" -"PO-Revision-Date: 2019-11-19 23:01\n" -"Last-Translator: Guo Yunhe (guoyunhe)\n" +"PO-Revision-Date: 2020-01-20 21:48\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: crowdin.com\n" "X-Crowdin-Project: kdeorg\n" "X-Crowdin-Language: zh-CN\n" "X-Crowdin-File: /kf5-trunk/messages/frameworks/khtml5.pot\n"
