Hello community,

here is the log from the commit of package khtml for openSUSE:Factory checked 
in at 2015-09-02 07:45:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/khtml (Old)
 and      /work/SRC/openSUSE:Factory/.khtml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "khtml"

Changes:
--------
--- /work/SRC/openSUSE:Factory/khtml/khtml.changes      2015-07-14 
17:23:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.khtml.new/khtml.changes 2015-09-02 
07:46:01.000000000 +0200
@@ -1,0 +2,12 @@
+Tue Aug  4 19:20:27 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.13.0
+  * The Qt version requirement has been bumped from 5.2 to 5.3
+  * Debug output has been ported to categorized output, for less
+    noise by default
+  * Docbook documentation has been reviewed and updated
+  * Let KHtml be useable w/o searching for private deps
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+
+-------------------------------------------------------------------

Old:
----
  khtml-5.12.0.tar.xz

New:
----
  khtml-5.13.0.tar.xz

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

Other differences:
------------------
++++++ khtml.spec ++++++
--- /var/tmp/diff_new_pack.etAxxP/_old  2015-09-02 07:46:02.000000000 +0200
+++ /var/tmp/diff_new_pack.etAxxP/_new  2015-09-02 07:46:02.000000000 +0200
@@ -18,9 +18,9 @@
 
 %bcond_without lang
 %define lname   libKF5KHtml5
-%define _tar_path 5.12
+%define _tar_path 5.13
 Name:           khtml
-Version:        5.12.0
+Version:        5.13.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -52,14 +52,14 @@
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  phonon4qt5-devel
-BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Network) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5PrintSupport) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Xml) >= 5.2.0
+BuildRequires:  cmake(Qt5Core) >= 5.3.0
+BuildRequires:  cmake(Qt5DBus) >= 5.3.0
+BuildRequires:  cmake(Qt5Network) >= 5.3.0
+BuildRequires:  cmake(Qt5PrintSupport) >= 5.3.0
+BuildRequires:  cmake(Qt5Test) >= 5.3.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
+BuildRequires:  cmake(Qt5X11Extras) >= 5.3.0
+BuildRequires:  cmake(Qt5Xml) >= 5.3.0
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(x11)
 Summary:        HTML rendering engine
@@ -91,20 +91,13 @@
 Group:          Development/Libraries/KDE
 Requires:       %lname = %{version}
 Requires:       extra-cmake-modules
-Requires:       karchive-devel >= %{_tar_path}
-Requires:       kbookmarks-devel >= %{_tar_path}
-Requires:       kglobalaccel-devel >= %{_tar_path}
+Requires:       kcodecs-devel >= %{_tar_path}
 Requires:       ki18n-devel >= %{_tar_path}
-Requires:       kiconthemes-devel >= %{_tar_path}
 Requires:       kio-devel >= %{_tar_path}
 Requires:       kjs-devel >= %{_tar_path}
-Requires:       knotifications-devel >= %{_tar_path}
 Requires:       kparts-devel >= %{_tar_path}
-Requires:       kwallet-framework-devel >= %{_tar_path}
-Requires:       kwidgetsaddons-devel >= %{_tar_path}
-Requires:       kwindowsystem-devel >= %{_tar_path}
-Requires:       sonnet-devel >= %{_tar_path}
-Requires:       pkgconfig(Qt5Core) >= 5.2.0
+Requires:       ktextwidgets-devel >= %{_tar_path}
+Requires:       cmake(Qt5Gui) >= 5.3.0
 
 %description devel
 KHTML is a web rendering engine, based on the KParts

++++++ khtml-5.12.0.tar.xz -> khtml-5.13.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.12.0/CMakeLists.txt 
new/khtml-5.13.0/CMakeLists.txt
--- old/khtml-5.12.0/CMakeLists.txt     2015-07-05 11:04:12.000000000 +0200
+++ new/khtml-5.13.0/CMakeLists.txt     2015-08-04 12:58:21.000000000 +0200
@@ -3,7 +3,7 @@
 project(KHtml)
 
 include(FeatureSummary)
-find_package(ECM 5.12.0  NO_MODULE)
+find_package(ECM 5.13.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)
 
@@ -14,14 +14,14 @@
 include(ECMSetupVersion)
 include(ECMGenerateHeaders)
 
-set(REQUIRED_QT_VERSION "5.2")
+set(REQUIRED_QT_VERSION "5.3")
 find_package(Qt5 "${REQUIRED_QT_VERSION}" CONFIG REQUIRED Widgets Network DBus 
PrintSupport Xml)
 include(KDEInstallDirs)
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.12.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.12.0") # handled by release scripts
+set(KF5_VERSION "5.13.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.13.0") # handled by release scripts
 find_package(KF5Archive ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Codecs ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5GlobalAccel ${KF5_DEP_VERSION} REQUIRED)
@@ -85,7 +85,7 @@
                       )
 
 if(NOT WIN32 AND NOT APPLE AND X11_FOUND)
-    find_package(Qt5 5.2.0 CONFIG REQUIRED X11Extras)
+    find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED X11Extras)
 endif()
 
 if(WIN32)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.12.0/KF5KHtmlConfig.cmake.in 
new/khtml-5.13.0/KF5KHtmlConfig.cmake.in
--- old/khtml-5.12.0/KF5KHtmlConfig.cmake.in    2015-07-05 11:04:12.000000000 
+0200
+++ new/khtml-5.13.0/KF5KHtmlConfig.cmake.in    2015-08-04 12:58:21.000000000 
+0200
@@ -1,20 +1,13 @@
 @PACKAGE_INIT@
 
-find_dependency(KF5Archive "@KF5_DEP_VERSION@")
-find_dependency(KF5Bookmarks "@KF5_DEP_VERSION@")
-find_dependency(KF5GlobalAccel "@KF5_DEP_VERSION@")
+find_dependency(Qt5Gui @REQUIRED_QT_VERSION@)
+
+find_dependency(KF5Codecs "@KF5_DEP_VERSION@")
 find_dependency(KF5I18n "@KF5_DEP_VERSION@")
-find_dependency(KF5IconThemes "@KF5_DEP_VERSION@")
 find_dependency(KF5JS "@KF5_DEP_VERSION@")
 find_dependency(KF5KIO "@KF5_DEP_VERSION@")
-find_dependency(KF5Notifications "@KF5_DEP_VERSION@")
 find_dependency(KF5Parts "@KF5_DEP_VERSION@")
-find_dependency(KF5Sonnet "@KF5_DEP_VERSION@")
-find_dependency(KF5Wallet "@KF5_DEP_VERSION@")
-find_dependency(KF5WidgetsAddons "@KF5_DEP_VERSION@")
-find_dependency(KF5WindowSystem "@KF5_DEP_VERSION@")
-
-find_dependency(Qt5Core @REQUIRED_QT_VERSION@)
+find_dependency(KF5TextWidgets "@KF5_DEP_VERSION@")
 
 
 include("${CMAKE_CURRENT_LIST_DIR}/KF5KHtmlTargets.cmake")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.12.0/src/CMakeLists.txt 
new/khtml-5.13.0/src/CMakeLists.txt
--- old/khtml-5.12.0/src/CMakeLists.txt 2015-07-05 11:04:12.000000000 +0200
+++ new/khtml-5.13.0/src/CMakeLists.txt 2015-08-04 12:58:21.000000000 +0200
@@ -556,6 +556,8 @@
     KF5::JS
     KF5::I18n
     KF5::Parts
+    KF5::TextWidgets
+    KF5::Codecs
   PRIVATE
     ${PHONON_LIBRARIES}
     ${JPEG_LIBRARIES}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.12.0/src/java/kjavaappletviewer.desktop 
new/khtml-5.13.0/src/java/kjavaappletviewer.desktop
--- old/khtml-5.12.0/src/java/kjavaappletviewer.desktop 2015-07-05 
11:04:12.000000000 +0200
+++ new/khtml-5.13.0/src/java/kjavaappletviewer.desktop 2015-08-04 
12:58:21.000000000 +0200
@@ -66,7 +66,7 @@
 Name[pl]=Wbudowana przeglądarka apletów Javy
 Name[ps]=راتاو جاوا څېرمه کړنلار ليدانی
 Name[pt]=Visualizador Incorporado de 'Applets' Java
-Name[pt_BR]=Visualizador de miniaplicativos Java integrado
+Name[pt_BR]=Visualizador integrado de miniaplicativos em Java
 Name[ro]=Vizualizor înglobat de miniaplicații Java
 Name[ru]=Просмотр аплетов Java
 Name[se]=Vuojuhanláhkái Javaprográmmaš čájeheaddji
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.12.0/src/kmultipart/kmultipart.desktop 
new/khtml-5.13.0/src/kmultipart/kmultipart.desktop
--- old/khtml-5.12.0/src/kmultipart/kmultipart.desktop  2015-07-05 
11:04:12.000000000 +0200
+++ new/khtml-5.13.0/src/kmultipart/kmultipart.desktop  2015-08-04 
12:58:21.000000000 +0200
@@ -64,7 +64,7 @@
 Name[pa]=ਬਹੁਭਾਗੀ/ਰਲਵੇਂ ਲਈ ਸ਼ਾਮਿਲ ਭਾਗ
 Name[pl]=Moduł składowy dla multipart/mixed
 Name[pt]=Componente Incorporado para multipart/mixed
-Name[pt_BR]=Componente para multipart/mixed integrado
+Name[pt_BR]=Componente integrado para multipart/mixed
 Name[ro]=Componentă înglobată pentru tip MIME multipart/mixed
 Name[ru]=Просмотр вложений
 Name[se]=Vuojuhanláhkái oassi multipart/mixed:a várás


Reply via email to