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-06-16 20:33:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/khtml (Old) and /work/SRC/openSUSE:Factory/.khtml.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "khtml" Wed Jun 16 20:33:56 2021 rev:90 rq:899737 version:5.83.0 Changes: -------- --- /work/SRC/openSUSE:Factory/khtml/khtml.changes 2021-05-10 15:37:08.186096746 +0200 +++ /work/SRC/openSUSE:Factory/.khtml.new.32437/khtml.changes 2021-06-16 20:35:29.671187101 +0200 @@ -1,0 +2,11 @@ +Sat Jun 5 11:58:51 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Update to 5.83.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.83.0 +- Changes since 5.82.0: + * Bump required CMake version to 3.16 + * Call ki18n_install() unconditionally + +------------------------------------------------------------------- Old: ---- khtml-5.82.0.tar.xz khtml-5.82.0.tar.xz.sig New: ---- khtml-5.83.0.tar.xz khtml-5.83.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ khtml.spec ++++++ --- /var/tmp/diff_new_pack.wBG0ly/_old 2021-06-16 20:35:30.155187927 +0200 +++ /var/tmp/diff_new_pack.wBG0ly/_new 2021-06-16 20:35:30.159187934 +0200 @@ -17,14 +17,14 @@ %define lname libKF5KHtml5 -%define _tar_path 5.82 +%define _tar_path 5.83 # 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.82.0 +Version: 5.83.0 Release: 0 Summary: HTML rendering engine License: LGPL-2.1-or-later ++++++ khtml-5.82.0.tar.xz -> khtml-5.83.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.82.0/.gitignore new/khtml-5.83.0/.gitignore --- old/khtml-5.82.0/.gitignore 2021-05-01 14:34:22.000000000 +0200 +++ new/khtml-5.83.0/.gitignore 2021-06-05 11:18:24.000000000 +0200 @@ -25,3 +25,4 @@ .clangd .idea /cmake-build* +.cache diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.82.0/CMakeLists.txt new/khtml-5.83.0/CMakeLists.txt --- old/khtml-5.82.0/CMakeLists.txt 2021-05-01 14:34:22.000000000 +0200 +++ new/khtml-5.83.0/CMakeLists.txt 2021-06-05 11:18:24.000000000 +0200 @@ -1,11 +1,11 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.82.0") # handled by release scripts -set(KF_DEP_VERSION "5.82.0") # handled by release scripts +set(KF_VERSION "5.83.0") # handled by release scripts +set(KF_DEP_VERSION "5.83.0") # handled by release scripts project(KHtml VERSION ${KF_VERSION}) include(FeatureSummary) -find_package(ECM 5.82.0 NO_MODULE) +find_package(ECM 5.83.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) @@ -121,9 +121,7 @@ set(KHTML_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR}/src) add_definitions(-DTRANSLATION_DOMAIN=\"khtml5\") -if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po") - ki18n_install(po) -endif() +ki18n_install(po) add_subdirectory(src) if(BUILD_TESTING) add_subdirectory(tests) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.82.0/po/ko/khtml5.po new/khtml-5.83.0/po/ko/khtml5.po --- old/khtml-5.82.0/po/ko/khtml5.po 2021-05-01 14:34:22.000000000 +0200 +++ new/khtml-5.83.0/po/ko/khtml5.po 2021-06-05 11:18:24.000000000 +0200 @@ -1537,7 +1537,7 @@ "case which illustrates the problem will be appreciated." msgstr "" "??? ?????? ????????? ??? ???????????? ?????? ???????????? ????????? ?????? ????????? ????????? ????????? ???" -"????????????. ???????????? ?????? ??? ????????? ???????????? ?????? ?????? ????????? ???????????? ?????????" +"????????????. ???????????? ?????? ???????????? ???????????? ?????? ?????? ????????? ???????????? ?????????" "???. ????????? ????????? Konqueror??? ???????????? ????????? ??? ????????????. ???????????? ???????????? " "????????? ??????????????? ????????? ???????????????. ????????? Konqueror??? ?????? ???????????? ?????????" "??? https://bugs.kde.org/ ???????????? ????????? ?????? ????????????. ????????? ?????? ????????? " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.82.0/po/ro/khtml5.po new/khtml-5.83.0/po/ro/khtml5.po --- old/khtml-5.82.0/po/ro/khtml5.po 2021-05-01 14:34:22.000000000 +0200 +++ new/khtml-5.83.0/po/ro/khtml5.po 2021-06-05 11:18:24.000000000 +0200 @@ -1,14 +1,14 @@ # Traducerea kdelibs4.po ??n Rom??n?? # Lauren??iu Buzdugan <[email protected]>, 2008, 2009. # Sergiu Bivol <[email protected]>, 2008, 2009, 2010. -# Sergiu Bivol <[email protected]>, 2010, 2012, 2013, 2014, 2020. +# Sergiu Bivol <[email protected]>, 2010, 2012, 2013, 2014, 2020, 2021. # Cristian One?? <[email protected]>, 2010, 2011, 2012, 2013. msgid "" msgstr "" "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-09-27 22:18+0100\n" +"PO-Revision-Date: 2021-05-15 17:16+0100\n" "Last-Translator: Sergiu Bivol <[email protected]>\n" "Language-Team: Romanian\n" "Language: ro\n" @@ -168,7 +168,7 @@ #: ecma/debugger/errordlg.cpp:49 #, kde-format msgid "&Do not show this message again" -msgstr "&Nu afi??a din nou acest mesaj" +msgstr "&Nu mai ar??ta acest mesaj" #: ecma/debugger/localvariabledock.cpp:43 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.82.0/po/zh_CN/khtml5.po new/khtml-5.83.0/po/zh_CN/khtml5.po --- old/khtml-5.82.0/po/zh_CN/khtml5.po 2021-05-01 14:34:22.000000000 +0200 +++ new/khtml-5.83.0/po/zh_CN/khtml5.po 2021-06-05 11:18:24.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-04-24 15:42\n" +"PO-Revision-Date: 2021-06-03 16:05\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.82.0/src/CMakeLists.txt new/khtml-5.83.0/src/CMakeLists.txt --- old/khtml-5.82.0/src/CMakeLists.txt 2021-05-01 14:34:22.000000000 +0200 +++ new/khtml-5.83.0/src/CMakeLists.txt 2021-06-05 11:18:24.000000000 +0200 @@ -336,7 +336,7 @@ ) endif() -#qt5_add_resources( kjs_html_STAT_SRCS ecma/debugger/debugger.qrc ) +#qt_add_resources( kjs_html_STAT_SRCS ecma/debugger/debugger.qrc ) # khtml/rendering/Makefile.am: khtmlrender @@ -552,9 +552,9 @@ ) # Fairly certain this isn't used anywhere -# qt5_generate_dbus_interface(khtml_iface.h org.kde.KHtmlPart.xml) +# qt_generate_dbus_interface(khtml_iface.h org.kde.KHtmlPart.xml) -qt5_add_dbus_interface(khtml_LIB_SRCS ${KCookieServer_DBUS_INTERFACE} kcookiejar_interface) +qt_add_dbus_interface(khtml_LIB_SRCS ${KCookieServer_DBUS_INTERFACE} kcookiejar_interface) ecm_qt_declare_logging_category(khtml_LIB_SRCS HEADER khtml_debug.h @@ -572,7 +572,7 @@ html/keygenwizard2.ui ) -qt5_add_resources( khtml_LIB_SRCS khtml.qrc ) +qt_add_resources( khtml_LIB_SRCS khtml.qrc ) add_library(KF5KHtml ${khtml_LIB_SRCS}) add_library(KF5::KHtml ALIAS KF5KHtml) @@ -616,7 +616,7 @@ target_link_libraries(KF5KHtml PRIVATE KF5::KTextEditor) endif() -set_target_properties(KF5KHtml PROPERTIES VERSION ${KHTML_VERSION_STRING} +set_target_properties(KF5KHtml PROPERTIES VERSION ${KHTML_VERSION} SOVERSION ${KHTML_SOVERSION} EXPORT_NAME KHtml ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.82.0/tests/CMakeLists.txt new/khtml-5.83.0/tests/CMakeLists.txt --- old/khtml-5.82.0/tests/CMakeLists.txt 2021-05-01 14:34:22.000000000 +0200 +++ new/khtml-5.83.0/tests/CMakeLists.txt 2021-06-05 11:18:24.000000000 +0200 @@ -42,7 +42,7 @@ testkhtmlnew.cpp ) - qt5_add_resources( khtmltest_SRCS testkhtml.qrc ) + qt_add_resources( khtmltest_SRCS testkhtml.qrc ) add_executable(khtmltest ${khtmltest_SRCS} ) ecm_mark_as_test(khtmltest) target_link_libraries( khtmltest KF5::KHtml KF5::XmlGui KF5::TextWidgets KF5::Parts ) @@ -103,7 +103,7 @@ test_regression_gui_main.cpp ) - qt5_add_resources(testregressiongui_SRCS test_regression_gui.qrc) + qt_add_resources(testregressiongui_SRCS test_regression_gui.qrc) ki18n_wrap_ui(testregressiongui_SRCS test_regression_gui.ui)
