Hello community,

here is the log from the commit of package khtml for openSUSE:Factory checked 
in at 2019-10-14 13:36:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/khtml (Old)
 and      /work/SRC/openSUSE:Factory/.khtml.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "khtml"

Mon Oct 14 13:36:12 2019 rev:70 rq:738031 version:5.63.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/khtml/khtml.changes      2019-09-23 
12:23:32.905746514 +0200
+++ /work/SRC/openSUSE:Factory/.khtml.new.2352/khtml.changes    2019-10-14 
13:36:17.518212200 +0200
@@ -1,0 +2,9 @@
+Sun Oct  6 13:26:36 UTC 2019 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.63.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.63.0.php
+- No code change since 5.62.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ khtml.spec ++++++
--- /var/tmp/diff_new_pack.KFTdbh/_old  2019-10-14 13:36:18.206210406 +0200
+++ /var/tmp/diff_new_pack.KFTdbh/_new  2019-10-14 13:36:18.210210396 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5KHtml5
-%define _tar_path 5.62
+%define _tar_path 5.63
 # 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.62.0
+Version:        5.63.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.6.0
-BuildRequires:  cmake(Qt5DBus) >= 5.6.0
-BuildRequires:  cmake(Qt5Network) >= 5.6.0
-BuildRequires:  cmake(Qt5PrintSupport) >= 5.6.0
-BuildRequires:  cmake(Qt5Test) >= 5.6.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
-BuildRequires:  cmake(Qt5X11Extras) >= 5.6.0
-BuildRequires:  cmake(Qt5Xml) >= 5.6.0
+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:  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.6.0
+Requires:       cmake(Qt5Gui) >= 5.11.0
 
 %description devel
 KHTML is a web rendering engine, based on the KParts


++++++ khtml-5.62.0.tar.xz -> khtml-5.63.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.62.0/CMakeLists.txt 
new/khtml-5.63.0/CMakeLists.txt
--- old/khtml-5.62.0/CMakeLists.txt     2019-09-07 15:59:15.000000000 +0200
+++ new/khtml-5.63.0/CMakeLists.txt     2019-10-06 11:45:57.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.62.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.62.0") # handled by release scripts
+set(KF5_VERSION "5.63.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.63.0") # handled by release scripts
 project(KHtml VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.62.0  NO_MODULE)
+find_package(ECM 5.63.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)
 


Reply via email to