Hello community,

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

Package is "khtml"

Mon Jan 21 10:20:14 2019 rev:60 rq:665809 version:5.54.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/khtml/khtml.changes      2018-12-19 
13:41:27.915952508 +0100
+++ /work/SRC/openSUSE:Factory/.khtml.new.28833/khtml.changes   2019-01-21 
10:20:18.170078175 +0100
@@ -1,0 +2,10 @@
+Mon Jan 14 06:08:47 UTC 2019 - [email protected]
+
+- Update to 5.54.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.54.0.php
+- Changes since 5.53.0:
+  * Fix mem leak
+
+-------------------------------------------------------------------

Old:
----
  khtml-5.53.0.tar.xz

New:
----
  khtml-5.54.0.tar.xz

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

Other differences:
------------------
++++++ khtml.spec ++++++
--- /var/tmp/diff_new_pack.Qgsblw/_old  2019-01-21 10:20:19.842076496 +0100
+++ /var/tmp/diff_new_pack.Qgsblw/_new  2019-01-21 10:20:19.846076492 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package khtml
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5KHtml5
-%define _tar_path 5.53
+%define _tar_path 5.54
 # 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.53.0
+Version:        5.54.0
 Release:        0
 Summary:        HTML rendering engine
 License:        LGPL-2.1-or-later

++++++ khtml-5.53.0.tar.xz -> khtml-5.54.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.53.0/CMakeLists.txt 
new/khtml-5.54.0/CMakeLists.txt
--- old/khtml-5.53.0/CMakeLists.txt     2018-12-01 15:55:39.000000000 +0100
+++ new/khtml-5.54.0/CMakeLists.txt     2019-01-06 21:22:26.000000000 +0100
@@ -1,11 +1,11 @@
-cmake_minimum_required(VERSION 3.0)
+cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.53.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.53.0") # handled by release scripts
+set(KF5_VERSION "5.54.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.54.0") # handled by release scripts
 project(KHtml VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.53.0  NO_MODULE)
+find_package(ECM 5.54.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.53.0/po/ca/khtml5.po 
new/khtml-5.54.0/po/ca/khtml5.po
--- old/khtml-5.53.0/po/ca/khtml5.po    2018-12-01 15:55:39.000000000 +0100
+++ new/khtml-5.54.0/po/ca/khtml5.po    2019-01-06 21:22:26.000000000 +0100
@@ -1,5 +1,5 @@
 # Translation of khtml5.po to Catalan
-# Copyright (C) 2014-2017 This_file_is_part_of_KDE
+# Copyright (C) 1998-2017 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.53.0/po/ca@valencia/khtml5.po 
new/khtml-5.54.0/po/ca@valencia/khtml5.po
--- old/khtml-5.53.0/po/ca@valencia/khtml5.po   2018-12-01 15:55:39.000000000 
+0100
+++ new/khtml-5.54.0/po/ca@valencia/khtml5.po   2019-01-06 21:22:26.000000000 
+0100
@@ -1,5 +1,5 @@
 # Translation of khtml5.po to Catalan (Valencian)
-# Copyright (C) 2014-2017 This_file_is_part_of_KDE
+# Copyright (C) 1998-2017 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.53.0/po/id/khtml5.po 
new/khtml-5.54.0/po/id/khtml5.po
--- old/khtml-5.53.0/po/id/khtml5.po    2018-12-01 15:55:39.000000000 +0100
+++ new/khtml-5.54.0/po/id/khtml5.po    2019-01-06 21:22:26.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-08-16 09:05+0200\n"
-"PO-Revision-Date: 2018-11-23 07:39+0700\n"
+"PO-Revision-Date: 2018-12-30 12:33+0700\n"
 "Last-Translator: Wantoyo <[email protected]>\n"
 "Language-Team: Indonesian <[email protected]>\n"
 "Language: id\n"
@@ -230,8 +230,8 @@
 "JavaScript.\n"
 "Do you want to allow the form to be submitted?"
 msgstr ""
-"Situs ini memasukkan formulir yang akan membuka sebuah jendela penelusur "
-"baru via JavaScript.\n"
+"Situs ini memasukkan formulir yang akan membuka sebuah window penelusur baru "
+"via JavaScript.\n"
 "Anda ingin membolehkan formulir untuk disampaikan?"
 
 #: ecma/kjs_html.cpp:2238
@@ -242,7 +242,7 @@
 "submitted?</qt>"
 msgstr ""
 "<qt>Situs ini memasukkan formulir yang akan membuka <p>%1</p> di dalam "
-"jendela penelusur via JavaScript.<br />Anda ingin membolehkan formulir untuk "
+"window penelusur via JavaScript.<br />Anda ingin membolehkan formulir untuk "
 "disampaikan?</qt>"
 
 #: ecma/kjs_html.cpp:2240 ecma/kjs_window.cpp:1954
@@ -261,7 +261,7 @@
 "This site is requesting to open up a new browser window via JavaScript.\n"
 "Do you want to allow this?"
 msgstr ""
-"Situs ini meminta untuk membuka jendela penelusur baru via JavaScript.\n"
+"Situs ini meminta untuk membuka window penelusur baru via JavaScript.\n"
 "Anda ingin membolehkan ini?"
 
 #: ecma/kjs_window.cpp:1952
@@ -270,13 +270,13 @@
 "<qt>This site is requesting to open<p>%1</p>in a new browser window via "
 "JavaScript.<br />Do you want to allow this?</qt>"
 msgstr ""
-"<qt>Situs ini meminta untuk membuka<p>%1</p>dalam jendela penelusur baru via "
+"<qt>Situs ini meminta untuk membuka<p>%1</p>dalam window penelusur baru via "
 "JavaScript.<br />Anda ingin membolehkan ini?</qt>"
 
 #: ecma/kjs_window.cpp:2285
 #, kde-format
 msgid "Close window?"
-msgstr "Tutup jendela?"
+msgstr "Tutup window?"
 
 #: ecma/kjs_window.cpp:2285
 #, kde-format
@@ -689,7 +689,7 @@
 #: khtml_browser.rc:34
 #, kde-format
 msgid "HTML Toolbar"
-msgstr "BilahAlat HTML"
+msgstr "Bilah Alat HTML"
 
 #: khtml_ext.cpp:413
 #, kde-format
@@ -725,12 +725,12 @@
 #: khtml_ext.cpp:467
 #, kde-format
 msgid "Open in New &Window"
-msgstr "Buka di &Jendela Baru"
+msgstr "Buka di &Window Baru"
 
 #: khtml_ext.cpp:473
 #, kde-format
 msgid "Open in &This Window"
-msgstr "Buka di Jendela &Ini"
+msgstr "Buka di Window &Ini"
 
 #: khtml_ext.cpp:478
 #, kde-format
@@ -867,7 +867,7 @@
 #: khtml_ext.cpp:1007
 #, no-c-format, kde-format
 msgid "Default Font Size (100%)"
-msgstr "Ukuran Fonta Standar (100%)"
+msgstr "Ukuran Fon Standar (100%)"
 
 #: khtml_ext.cpp:1021
 #, no-c-format, kde-format
@@ -937,7 +937,7 @@
 #: khtml_part.cpp:382
 #, kde-format
 msgid "Enlarge Font"
-msgstr "Besarkan Fonta"
+msgstr "Besarkan Fon"
 
 #: khtml_part.cpp:385
 #, kde-format
@@ -945,14 +945,14 @@
 "<qt>Enlarge Font<br /><br />Make the font in this window bigger. Click and "
 "hold down the mouse button for a menu with all available font sizes.</qt>"
 msgstr ""
-"<qt>Besarkan Fonta<br /><br />Buat fonta di jendela ini lebih besar. Klik "
-"lalu tahan tombol tetikus untuk menu dengan ukuran fonta semua ukuran yang "
-"tersedia.</qt>"
+"<qt>Besarkan Fon<br /><br />Buat fon di window ini lebih besar. Klik lalu "
+"tahan tombol tetikus untuk menu dengan ukuran fon semua ukuran yang tersedia."
+"</qt>"
 
 #: khtml_part.cpp:389
 #, kde-format
 msgid "Shrink Font"
-msgstr "Kecilkan Fonta"
+msgstr "Kecilkan Fon"
 
 #: khtml_part.cpp:392
 #, kde-format
@@ -960,9 +960,9 @@
 "<qt>Shrink Font<br /><br />Make the font in this window smaller. Click and "
 "hold down the mouse button for a menu with all available font sizes.</qt>"
 msgstr ""
-"<qt>Kecilkan Fonta<br /><br />Buat fonta di jendela ini lebih kecil. Klik "
-"lalu tahan tombol tetikus untuk menu dengan ukuran fonta semua ukuran yang "
-"tersedia.</qt>"
+"<qt>Kecilkan Fon<br /><br />Buat fon di window ini lebih kecil. Klik lalu "
+"tahan tombol tetikus untuk menu dengan ukuran fon semua ukuran yang tersedia."
+"</qt>"
 
 #: khtml_part.cpp:407
 #, kde-format
@@ -1003,7 +1003,7 @@
 "cancels the effect of \"Find Links as You Type\", which sets the \"Find "
 "links only\" option."
 msgstr ""
-"Pintasan ini menampilkan bilah pencarian, untuk mencari teks di halaman yang "
+"Shortcut ini menampilkan bilah pencarian, untuk mencari teks di halaman yang "
 "ditampilkan. Ia membatalkan efek \"Cari Tautan Ketika Anda Mengetik\", yang "
 "mengatur hanya opsi \"Cari tautan saja\"."
 
@@ -1017,7 +1017,7 @@
 msgid ""
 "This shortcut shows the find bar, and sets the option \"Find links only\"."
 msgstr ""
-"Pintasan ini menampilkan bilah pencarian, dan mengatur opsi \"Cari tautan "
+"Shortcut ini menampilkan bilah pencarian, dan mengatur opsi \"Cari tautan "
 "saja\"."
 
 #: khtml_part.cpp:451
@@ -1088,7 +1088,7 @@
 #: khtml_part.cpp:1930
 #, kde-format
 msgid "Details of the Request:"
-msgstr "Detail Permintaan:"
+msgstr "Perincian yang diminta:"
 
 #: khtml_part.cpp:1932
 #, kde-format
@@ -1144,7 +1144,7 @@
 #: khtml_part.cpp:3713 khtml_part.cpp:3777 khtml_part.cpp:3787
 #, kde-format
 msgid " (In new window)"
-msgstr " (Di jendela baru)"
+msgstr " (Di window baru)"
 
 #: khtml_part.cpp:3741
 #, kde-format
@@ -1375,12 +1375,12 @@
 #: khtml_part.cpp:7633
 #, kde-format
 msgid "This page was prevented from opening a new window via JavaScript."
-msgstr "Halaman ini dicegah dari membuka jendela baru via JavaScript."
+msgstr "Halaman ini dicegah dari membuka window baru via JavaScript."
 
 #: khtml_part.cpp:7639
 #, kde-format
 msgid "Popup Window Blocked"
-msgstr "Jendela Sembulan Dihalangi"
+msgstr "Window Sembulan Dihalangi"
 
 #: khtml_part.cpp:7639
 #, kde-format
@@ -1389,25 +1389,25 @@
 "You can click on this icon in the status bar to control this behavior\n"
 "or to open the popup."
 msgstr ""
-"Halaman ini telah mencoba untuk membuka jendela sembul tapi dihalangi.\n"
-"Anda dapat menekan ikon ini di bilah status untuk mengontrol perilaku ini\n"
+"Halaman ini telah mencoba untuk membuka window sembul tapi dihalangi.\n"
+"Anda dapat menekan ikon ini di statusbar untuk mengontrol perilaku ini\n"
 "atau untuk membuka sembul."
 
 #: khtml_part.cpp:7653
 #, kde-format
 msgid "&Show Blocked Popup Window"
 msgid_plural "&Show %1 Blocked Popup Windows"
-msgstr[0] "&Tampilkan %1 Jendela Sembulan Dihalangi"
+msgstr[0] "&Tampilkan %1 Window Sembulan Dihalangi"
 
 #: khtml_part.cpp:7655
 #, kde-format
 msgid "Show Blocked Window Passive Popup &Notification"
-msgstr "Tampilkan &Notifikasi Sembulan Pasif Jendela Dihalangi"
+msgstr "Tampilkan &Notifikasi Sembulan Pasif Window Dihalangi"
 
 #: khtml_part.cpp:7657
 #, kde-format
 msgid "&Configure JavaScript New Window Policies..."
-msgstr "&Konfigurasi Kebijakan Jendela Baru JavaScript..."
+msgstr "&Konfigurasi Kebijakan Window Baru JavaScript..."
 
 #: khtml_printsettings.cpp:30
 #, kde-format
@@ -1706,7 +1706,7 @@
 #: rendering/render_form.cpp:977
 #, kde-format
 msgid "UR&I shortcuts:"
-msgstr "Pintasan U&RI:"
+msgstr "Shortcut U&RI:"
 
 #: rendering/render_form.cpp:1056
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.53.0/po/zh_CN/khtml5.po 
new/khtml-5.54.0/po/zh_CN/khtml5.po
--- old/khtml-5.53.0/po/zh_CN/khtml5.po 2018-12-01 15:55:39.000000000 +0100
+++ new/khtml-5.54.0/po/zh_CN/khtml5.po 2019-01-06 21:22:26.000000000 +0100
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-08-16 09:05+0200\n"
-"PO-Revision-Date: 2018-11-12 09:13\n"
+"PO-Revision-Date: 2019-01-05 20:42\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/khtml-5.53.0/src/ui/findbar/khtmlfindbar.cpp 
new/khtml-5.54.0/src/ui/findbar/khtmlfindbar.cpp
--- old/khtml-5.53.0/src/ui/findbar/khtmlfindbar.cpp    2018-12-01 
15:55:39.000000000 +0100
+++ new/khtml-5.54.0/src/ui/findbar/khtmlfindbar.cpp    2019-01-06 
21:22:26.000000000 +0100
@@ -44,7 +44,7 @@
     m_previous->setDisabled(true);
 
     // Fill options menu
-    m_incMenu = new QMenu();
+    m_incMenu = new QMenu(this);
     m_options->setMenu(m_incMenu);
     m_caseSensitive = m_incMenu->addAction(i18n("C&ase sensitive"));
     m_caseSensitive->setCheckable(true);


Reply via email to