Hello community,

here is the log from the commit of package khtml for openSUSE:Factory checked 
in at 2018-08-24 16:53:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/khtml (Old)
 and      /work/SRC/openSUSE:Factory/.khtml.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "khtml"

Fri Aug 24 16:53:27 2018 rev:55 rq:630610 version:5.49.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/khtml/khtml.changes      2018-07-21 
10:13:05.207130696 +0200
+++ /work/SRC/openSUSE:Factory/.khtml.new/khtml.changes 2018-08-24 
16:53:30.181318867 +0200
@@ -1,0 +2,10 @@
+Sun Aug 19 09:52:46 UTC 2018 - [email protected]
+
+- Update to 5.49.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.49.0.php
+- Changes since 5.48.0:
+  * None
+
+-------------------------------------------------------------------

Old:
----
  khtml-5.48.0.tar.xz

New:
----
  khtml-5.49.0.tar.xz

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

Other differences:
------------------
++++++ khtml.spec ++++++
--- /var/tmp/diff_new_pack.trQLeo/_old  2018-08-24 16:53:30.745319532 +0200
+++ /var/tmp/diff_new_pack.trQLeo/_new  2018-08-24 16:53:30.745319532 +0200
@@ -16,20 +16,20 @@
 #
 
 
-%bcond_without lang
 %define lname   libKF5KHtml5
-%define _tar_path 5.48
+%define _tar_path 5.49
 # 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.48.0
+Version:        5.49.0
 Release:        0
 Summary:        HTML rendering engine
 License:        LGPL-2.1-or-later
 Group:          System/GUI/KDE
-Url:            http://www.kde.org
+URL:            http://www.kde.org
 Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
 BuildRequires:  cmake >= 3.0
@@ -62,6 +62,7 @@
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  phonon4qt5-devel
+BuildRequires:  pkgconfig
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5DBus) >= 5.6.0
 BuildRequires:  cmake(Qt5Network) >= 5.6.0
@@ -72,28 +73,27 @@
 BuildRequires:  cmake(Qt5Xml) >= 5.6.0
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(x11)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 KHTML is a web rendering engine, based on the KParts
 technology and using KJS for JavaScript support.
 
-%package -n %lname
+%package -n %{lname}
 Summary:        HTML rendering engine
 Group:          System/GUI/KDE
 Obsoletes:      libKF5KHtml4
 %if %{with lang}
-Recommends:     %lname-lang = %{version}
+Recommends:     %{lname}-lang = %{version}
 %endif
 
-%description -n %lname
+%description -n %{lname}
 KHTML is a web rendering engine, based on the KParts
 technology and using KJS for JavaScript support.
 
 %package devel
 Summary:        HTML rendering engine
 Group:          Development/Libraries/KDE
-Requires:       %lname = %{version}
+Requires:       %{lname} = %{version}
 Requires:       extra-cmake-modules
 Requires:       kcodecs-devel >= %{_kf5_bugfix_version}
 Requires:       ki18n-devel >= %{_kf5_bugfix_version}
@@ -108,7 +108,8 @@
 technology and using KJS for JavaScript support.
 Development files.
 
-%lang_package -n %lname
+%lang_package -n %{lname}
+
 %prep
 %setup -q
 
@@ -124,17 +125,16 @@
 %find_lang %{name}5
 %endif
 
-%post -n %lname -p /sbin/ldconfig
-
-%postun -n %lname -p /sbin/ldconfig
+%post -n %{lname} -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
 %if %{with lang}
-%files -n %lname-lang -f %{name}5.lang
+%files -n %{lname}-lang -f %{name}5.lang
 %endif
 
-%files -n %lname
-%defattr(-,root,root)
-%doc COPYING* README*
+%files -n %{lname}
+%license COPYING*
+%doc README*
 %{_kf5_libdir}/libKF5KHtml.so.*
 %{_kf5_plugindir}/
 %{_kf5_servicesdir}/
@@ -144,7 +144,6 @@
 %{_kf5_debugdir}/*.categories
 
 %files devel
-%defattr(-,root,root)
 %{_kf5_libdir}/libKF5KHtml.so
 %{_kf5_libdir}/cmake/KF5KHtml/
 %{_kf5_includedir}/*.h

++++++ khtml-5.48.0.tar.xz -> khtml-5.49.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.48.0/CMakeLists.txt 
new/khtml-5.49.0/CMakeLists.txt
--- old/khtml-5.48.0/CMakeLists.txt     2018-07-08 00:30:52.000000000 +0200
+++ new/khtml-5.49.0/CMakeLists.txt     2018-08-04 12:58:27.000000000 +0200
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.48.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.48.0") # handled by release scripts
+set(KF5_VERSION "5.49.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.49.0") # handled by release scripts
 project(KHtml VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.48.0  NO_MODULE)
+find_package(ECM 5.49.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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.48.0/po/da/khtml5.po 
new/khtml-5.49.0/po/da/khtml5.po
--- old/khtml-5.48.0/po/da/khtml5.po    2018-07-08 00:30:52.000000000 +0200
+++ new/khtml-5.49.0/po/da/khtml5.po    2018-08-04 12:58:27.000000000 +0200
@@ -707,7 +707,7 @@
 #: khtml_ext.cpp:444
 #, kde-format
 msgid "&Copy Email Address"
-msgstr "&Kopiér e-mail-adresse"
+msgstr "&Kopiér e-mailadresse"
 
 #: khtml_ext.cpp:449
 #, kde-format
@@ -1104,7 +1104,7 @@
 #: khtml_part.cpp:1938
 #, kde-format
 msgid "Date and Time: %1"
-msgstr "Dato og tid: %1"
+msgstr "Dato og klokkeslæt: %1"
 
 #: khtml_part.cpp:1940
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.48.0/po/id/khtml5.po 
new/khtml-5.49.0/po/id/khtml5.po
--- old/khtml-5.48.0/po/id/khtml5.po    2018-07-08 00:30:52.000000000 +0200
+++ new/khtml-5.49.0/po/id/khtml5.po    2018-08-04 12:58:27.000000000 +0200
@@ -9,8 +9,8 @@
 "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: 2018-06-16 08:03+0700\n"
-"Last-Translator: Wantoyo <[email protected]>\n"
+"PO-Revision-Date: 2018-07-23 06:27+0700\n"
+"Last-Translator: wantoyo <[email protected]>\n"
 "Language-Team: Indonesian <[email protected]>\n"
 "Language: id\n"
 "MIME-Version: 1.0\n"
@@ -322,7 +322,8 @@
 "The following files will not be uploaded because they could not be found.\n"
 "Do you want to continue?"
 msgstr ""
-"File berikut tidak akan diunggah karena file tersebut tak dapat ditemukan.\n"
+"File berikut tidak akan diunggah karena file tersebut tidak dapat "
+"ditemukan.\n"
 "Anda ingin melanjutkan?"
 
 #: html/html_formimpl.cpp:424
@@ -589,7 +590,7 @@
 #: java/kjavaappletserver.cpp:147
 #, kde-format
 msgid "Error: java executable not found"
-msgstr "Error: java dapat dieksekusi tak ditemukan"
+msgstr "Error: java dapat dieksekusi tidak ditemukan"
 
 #: java/kjavaappletserver.cpp:674
 #, kde-format
@@ -850,7 +851,7 @@
 #: khtml_ext.cpp:927
 #, kde-format
 msgid "The Download Manager (%1) could not be found in your $PATH "
-msgstr "Pengelola Unduh (%1) tak dapat ditemukan dalam $PATH anda "
+msgstr "Pengelola Unduh (%1) tidak dapat ditemukan dalam $PATH anda "
 
 #: khtml_ext.cpp:928
 #, kde-format
@@ -1077,7 +1078,7 @@
 #: khtml_part.cpp:1918
 #, kde-format
 msgid "The requested operation could not be completed"
-msgstr "Operasi yang diminta tak dapat diselesaikan"
+msgstr "Operasi yang diminta tidak dapat diselesaikan"
 
 #: khtml_part.cpp:1924
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.48.0/po/uk/khtml5.po 
new/khtml-5.49.0/po/uk/khtml5.po
--- old/khtml-5.48.0/po/uk/khtml5.po    2018-07-08 00:30:52.000000000 +0200
+++ new/khtml-5.49.0/po/uk/khtml5.po    2018-08-04 12:58:27.000000000 +0200
@@ -1,5 +1,5 @@
 # Translation of khtml5.po to Ukrainian
-# Copyright (C) 2014-2015 This_file_is_part_of_KDE
+# Copyright (C) 2018 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.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.48.0/po/zh_CN/khtml5.po 
new/khtml-5.49.0/po/zh_CN/khtml5.po
--- old/khtml-5.48.0/po/zh_CN/khtml5.po 2018-07-08 00:30:52.000000000 +0200
+++ new/khtml-5.49.0/po/zh_CN/khtml5.po 2018-08-04 12:58:27.000000000 +0200
@@ -15,7 +15,7 @@
 "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: 2018-07-03 17:34\n"
+"PO-Revision-Date: 2018-07-24 08:41\n"
 "Last-Translator: guoyunhebrave <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"


Reply via email to