Hello community, here is the log from the commit of package khtml for openSUSE:Factory checked in at 2017-08-24 18:01:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/khtml (Old) and /work/SRC/openSUSE:Factory/.khtml.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "khtml" Thu Aug 24 18:01:37 2017 rev:43 rq:516725 version:5.37.0 Changes: -------- --- /work/SRC/openSUSE:Factory/khtml/khtml.changes 2017-07-17 10:23:38.759219800 +0200 +++ /work/SRC/openSUSE:Factory/.khtml.new/khtml.changes 2017-08-24 18:01:43.981542885 +0200 @@ -1,0 +2,11 @@ +Sun Aug 13 20:48:28 UTC 2017 - [email protected] + +- Update to 5.37.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.37.0.php +- Changes since 5.36.0 : + * Support SVG too (kde#355872) +- Drop 0001-Support-SVG-too.patch (merged upstream) + +------------------------------------------------------------------- Old: ---- 0001-Support-SVG-too.patch khtml-5.36.0.tar.xz New: ---- khtml-5.37.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ khtml.spec ++++++ --- /var/tmp/diff_new_pack.L0YhQA/_old 2017-08-24 18:01:45.945266407 +0200 +++ /var/tmp/diff_new_pack.L0YhQA/_new 2017-08-24 18:01:45.953265281 +0200 @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5KHtml5 -%define _tar_path 5.36 +%define _tar_path 5.37 Name: khtml -Version: 5.36.0 +Version: 5.37.0 Release: 0 %define kf5_version %{version} Summary: HTML rendering engine @@ -69,8 +69,6 @@ BuildRequires: cmake(Qt5Xml) >= 5.6.0 BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(x11) -# PATCH-FIX-UPSTREAM -Patch1: 0001-Support-SVG-too.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -110,7 +108,6 @@ %lang_package -n %lname %prep %setup -q -%patch1 -p1 %build %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir} ++++++ khtml-5.36.0.tar.xz -> khtml-5.37.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.36.0/CMakeLists.txt new/khtml-5.37.0/CMakeLists.txt --- old/khtml-5.36.0/CMakeLists.txt 2017-07-02 10:03:37.000000000 +0200 +++ new/khtml-5.37.0/CMakeLists.txt 2017-08-06 20:03:21.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.36.0") # handled by release scripts -set(KF5_DEP_VERSION "5.36.0") # handled by release scripts +set(KF5_VERSION "5.37.0") # handled by release scripts +set(KF5_DEP_VERSION "5.37.0") # handled by release scripts project(KHtml VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.36.0 NO_MODULE) +find_package(ECM 5.37.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) @@ -16,7 +16,7 @@ include(ECMSetupVersion) include(ECMGenerateHeaders) -set(REQUIRED_QT_VERSION 5.6.0) +set(REQUIRED_QT_VERSION 5.7.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.36.0/po/gl/khtml5.po new/khtml-5.37.0/po/gl/khtml5.po --- old/khtml-5.36.0/po/gl/khtml5.po 2017-07-02 10:03:37.000000000 +0200 +++ new/khtml-5.37.0/po/gl/khtml5.po 2017-08-06 20:03:21.000000000 +0200 @@ -10,14 +10,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. msgid "" msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-12-11 02:37+0100\n" -"PO-Revision-Date: 2017-06-10 18:30+0100\n" -"Last-Translator: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail." -"com>\n" +"PO-Revision-Date: 2017-07-26 09:40+0100\n" +"Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" "Language-Team: Galician <[email protected]>\n" "Language: gl\n" "MIME-Version: 1.0\n" @@ -881,7 +881,7 @@ #: khtml_ext.cpp:1007 #, no-c-format, kde-format msgid "Default Font Size (100%)" -msgstr "Tamaño de letra por omisión (100%)" +msgstr "Tamaño de letra predeterminado (100%)" #: khtml_ext.cpp:1021 #, no-c-format, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.36.0/po/zh_CN/khtml5.po new/khtml-5.37.0/po/zh_CN/khtml5.po --- old/khtml-5.36.0/po/zh_CN/khtml5.po 2017-07-02 10:03:37.000000000 +0200 +++ new/khtml-5.37.0/po/zh_CN/khtml5.po 2017-08-06 20:03:21.000000000 +0200 @@ -1,29 +1,20 @@ -# translation of kdelibs4.po to Chinese Simplified -# Copyright (C) 2007 Free Software Foundation, Inc. -# -# Lie Ex <[email protected]> 2007-2011. -# Wang Jian <[email protected]>, 1998. -# Sarah Smith <[email protected]>, 2002. -# Xiong Jiang <[email protected]>, 2002,2003,2004. -# Funda Wang <[email protected]>, 2002,2003,2004. -# Liang Qi <[email protected]>, 2007. -# Feng Chao <[email protected]>, 2010, 2012, 2014. -# Ni Hui <[email protected]>, 2010, 2011, 2012. -# Weng Xuetian <[email protected]>, 2011, 2012, 2013, 2014, 2015. msgid "" msgstr "" -"Project-Id-Version: kdelibs4\n" +"Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2016-12-11 02:37+0100\n" -"PO-Revision-Date: 2015-12-16 11:34-0800\n" -"Last-Translator: Weng Xuetian <[email protected]>\n" -"Language-Team: Chinese <[email protected]>\n" +"PO-Revision-Date: 2017-08-05 09:29-0400\n" +"Last-Translator: guoyunhebrave <[email protected]>\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: Lokalize 2.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" #, kde-format msgctxt "NAME OF TRANSLATORS" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.36.0/src/imload/decoders/qimageioloader.cpp new/khtml-5.37.0/src/imload/decoders/qimageioloader.cpp --- old/khtml-5.36.0/src/imload/decoders/qimageioloader.cpp 2017-07-02 10:03:37.000000000 +0200 +++ new/khtml-5.37.0/src/imload/decoders/qimageioloader.cpp 2017-08-06 20:03:21.000000000 +0200 @@ -135,7 +135,7 @@ }; static const char *const positiveList[] = { - "BMP", "TIFF", "JP2", "PNM", "EXR", "XBM", "XPM", "ICO", nullptr + "BMP", "TIFF", "JP2", "PNM", "EXR", "XBM", "XPM", "ICO", "SVG", "SVGZ", nullptr }; bool isSupportedFormat(QString format)
