Hello community, here is the log from the commit of package khtml for openSUSE:Factory checked in at 2018-10-22 11:12:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/khtml (Old) and /work/SRC/openSUSE:Factory/.khtml.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "khtml" Mon Oct 22 11:12:18 2018 rev:57 rq:642320 version:5.51.0 Changes: -------- --- /work/SRC/openSUSE:Factory/khtml/khtml.changes 2018-10-01 08:06:37.642345966 +0200 +++ /work/SRC/openSUSE:Factory/.khtml.new/khtml.changes 2018-10-22 11:12:29.075819763 +0200 @@ -1,0 +2,15 @@ +Tue Oct 16 08:02:13 UTC 2018 - Luca Beltrame <[email protected]> + +- Run spec-cleaner + +------------------------------------------------------------------- +Mon Oct 15 11:50:35 UTC 2018 - [email protected] + +- Update to 5.51.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.51.0.php +- Changes since 5.50.0: + * No code changes since 5.50.0 + +------------------------------------------------------------------- Old: ---- khtml-5.50.0.tar.xz New: ---- khtml-5.51.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ khtml.spec ++++++ --- /var/tmp/diff_new_pack.Oa7fB4/_old 2018-10-22 11:12:30.139818911 +0200 +++ /var/tmp/diff_new_pack.Oa7fB4/_new 2018-10-22 11:12:30.143818908 +0200 @@ -12,24 +12,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define lname libKF5KHtml5 -%define _tar_path 5.50 +%define _tar_path 5.51 # 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.50.0 +Version: 5.51.0 Release: 0 Summary: HTML rendering engine License: LGPL-2.1-or-later Group: System/GUI/KDE -URL: http://www.kde.org +URL: https://www.kde.org Source: http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRequires: cmake >= 3.0 ++++++ khtml-5.50.0.tar.xz -> khtml-5.51.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.50.0/CMakeLists.txt new/khtml-5.51.0/CMakeLists.txt --- old/khtml-5.50.0/CMakeLists.txt 2018-09-02 21:21:55.000000000 +0200 +++ new/khtml-5.51.0/CMakeLists.txt 2018-10-08 10:15:00.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.0) -set(KF5_VERSION "5.50.0") # handled by release scripts -set(KF5_DEP_VERSION "5.50.0") # handled by release scripts +set(KF5_VERSION "5.51.0") # handled by release scripts +set(KF5_DEP_VERSION "5.51.0") # handled by release scripts project(KHtml VERSION ${KF5_VERSION}) include(FeatureSummary) -find_package(ECM 5.50.0 NO_MODULE) +find_package(ECM 5.51.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.50.0/po/hu/khtml5.po new/khtml-5.51.0/po/hu/khtml5.po --- old/khtml-5.50.0/po/hu/khtml5.po 2018-09-02 21:21:55.000000000 +0200 +++ new/khtml-5.51.0/po/hu/khtml5.po 2018-10-08 10:15:00.000000000 +0200 @@ -1,20 +1,21 @@ # Kiszel Kristóf <[email protected]>, 2010. # Kristóf Kiszel <[email protected]>, 2010, 2011, 2012, 2014. # Balázs Úr <[email protected]>, 2012, 2013. +# Kristof Kiszel <[email protected]>, 2018. msgid "" msgstr "" "Project-Id-Version: KDE 4.4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2018-08-16 09:05+0200\n" -"PO-Revision-Date: 2014-09-02 09:55+0200\n" -"Last-Translator: Kristóf Kiszel <[email protected]>\n" +"PO-Revision-Date: 2018-09-29 16:40+0200\n" +"Last-Translator: Kristof Kiszel <[email protected]>\n" "Language-Team: Hungarian <[email protected]>\n" "Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -1563,7 +1564,7 @@ #: kmultipart/httpfiltergzip.cpp:89 #, kde-format msgid "Receiving corrupt data." -msgstr "" +msgstr "Sérült adat érkezett." #: kmultipart/kmultipart.cpp:39 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.50.0/po/id/khtml5.po new/khtml-5.51.0/po/id/khtml5.po --- old/khtml-5.50.0/po/id/khtml5.po 2018-09-02 21:21:55.000000000 +0200 +++ new/khtml-5.51.0/po/id/khtml5.po 2018-10-08 10:15:00.000000000 +0200 @@ -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-08-26 18:03+0700\n" +"PO-Revision-Date: 2018-10-03 22:36+0700\n" "Last-Translator: Wantoyo <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" "Language: id\n" @@ -770,37 +770,37 @@ #: khtml_ext.cpp:543 #, kde-format msgid "Save Image As..." -msgstr "Simpan Citra Sebagai..." +msgstr "Simpan Image Sebagai..." #: khtml_ext.cpp:548 #, kde-format msgid "Send Image..." -msgstr "Kirim Citra..." +msgstr "Kirim Image..." #: khtml_ext.cpp:554 #, kde-format msgid "Copy Image" -msgstr "Salin Citra" +msgstr "Salin Image" #: khtml_ext.cpp:562 #, kde-format msgid "Copy Image Location" -msgstr "Salin Lokasi Citra" +msgstr "Salin Lokasi Image" #: khtml_ext.cpp:571 #, kde-format msgid "View Image (%1)" -msgstr "Tampilkan Citra (%1)" +msgstr "Tampilkan Image (%1)" #: khtml_ext.cpp:577 #, kde-format msgid "Block Image..." -msgstr "Adang Citra..." +msgstr "Adang Image..." #: khtml_ext.cpp:584 #, kde-format msgid "Block Images From %1" -msgstr "Adang Citra Dari %1" +msgstr "Adang Image Dari %1" #: khtml_ext.cpp:596 #, kde-format @@ -825,7 +825,7 @@ #: khtml_ext.cpp:712 #, kde-format msgid "Save Image As" -msgstr "Simpan Citra Sebagai" +msgstr "Simpan Image Sebagai" #: khtml_ext.cpp:726 khtml_ext.cpp:738 #, kde-format @@ -897,7 +897,7 @@ #: khtml_part.cpp:289 #, kde-format msgid "Save &Background Image As..." -msgstr "Simpan Citra Latar &Belakang Sebagai..." +msgstr "Simpan Image Latar &Belakang Sebagai..." #: khtml_part.cpp:311 khtml_part.cpp:4190 #, kde-format @@ -922,7 +922,7 @@ #: khtml_part.cpp:327 #, kde-format msgid "Stop Animated Images" -msgstr "Stop Citra Beranimasi" +msgstr "Stop Image Beranimasi" #: khtml_part.cpp:331 #, kde-format @@ -1068,7 +1068,7 @@ #: khtml_part.cpp:1529 #, kde-format msgid "Display Images on Page" -msgstr "Tampilkan Citra di Halaman" +msgstr "Tampilkan Image di Halaman" #: khtml_part.cpp:1913 #, kde-format @@ -1134,7 +1134,7 @@ #, kde-format msgid "%1 Image of %2 loaded." msgid_plural "%1 Images of %2 loaded." -msgstr[0] "%1 Citra dari %2 termuat." +msgstr[0] "%1 Image dari %2 termuat." #: khtml_part.cpp:2583 #, kde-format @@ -1243,7 +1243,7 @@ #: khtml_part.cpp:4095 #, kde-format msgid "Save Background Image As" -msgstr "Simpan Citra Latar Belakang Sebagai" +msgstr "Simpan Image Latar Belakang Sebagai" #: khtml_part.cpp:4188 #, kde-format @@ -1418,11 +1418,11 @@ "of the HTML page will be printed, without the included images. Printing will " "be faster and use less ink or toner.</p> </qt>" msgstr "" -"<qt><p><strong>'Cetak citra'</strong></p><p>Jika kotak centang diaktifkan, " -"citra yang ada di halaman HTML akan dicetak. Mencetak mungkin dapat memakan " +"<qt><p><strong>'Cetak image'</strong></p><p>Jika kotak centang diaktifkan, " +"image yang ada di halaman HTML akan dicetak. Mencetak mungkin dapat memakan " "waktu lebih lama dan menggunakan lebih banyak tinta atau toner.</p><p>Jika " "kotak centang dinonaktifkan, hanya teks dari halaman HTML yang akan dicetak, " -"tanpa citra yang disertakan. Mencetak akan lebih cepat dan menggunakan lebih " +"tanpa image yang disertakan. Mencetak akan lebih cepat dan menggunakan lebih " "sedikit tinta atau toner.</p> </qt>" #: khtml_printsettings.cpp:42 @@ -1475,7 +1475,7 @@ #: khtml_printsettings.cpp:75 #, kde-format msgid "Print images" -msgstr "Cetak citra" +msgstr "Cetak image" #: khtml_printsettings.cpp:78 #, kde-format @@ -1495,7 +1495,7 @@ #: khtmlimage.cpp:49 #, kde-format msgid "KHTML Image" -msgstr "Gambar KHTML" +msgstr "Image KHTML" #: khtmlimage.cpp:195 #, kde-format @@ -1515,7 +1515,7 @@ #: khtmlimage.cpp:204 #, kde-format msgid "Image - %1x%2 Pixels" -msgstr "Citra - %1x%2 Pixel" +msgstr "Image - %1x%2 Pixel" #: khtmlimage.cpp:210 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.50.0/po/zh_CN/khtml5.po new/khtml-5.51.0/po/zh_CN/khtml5.po --- old/khtml-5.50.0/po/zh_CN/khtml5.po 2018-09-02 21:21:55.000000000 +0200 +++ new/khtml-5.51.0/po/zh_CN/khtml5.po 2018-10-08 10:15:00.000000000 +0200 @@ -15,8 +15,8 @@ "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-08-30 13:09\n" -"Last-Translator: guoyunhebrave <[email protected]>\n" +"PO-Revision-Date: 2018-09-28 19:47\n" +"Last-Translator: guoyunhe <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/khtml-5.50.0/src/khtmlimage.desktop new/khtml-5.51.0/src/khtmlimage.desktop --- old/khtml-5.50.0/src/khtmlimage.desktop 2018-09-02 21:21:55.000000000 +0200 +++ new/khtml-5.51.0/src/khtmlimage.desktop 2018-10-08 10:15:00.000000000 +0200 @@ -41,7 +41,7 @@ Comment[hu]=Beágyazható képnéző komponens Comment[hy]=Ներդրվող պատկեր դիտելու բաղադրիչ Comment[ia]=Componente Incorporabile pro vision de imagine -Comment[id]=Komponen Menampilkan Citra Dapat Dibenamkan +Comment[id]=Komponen Menampilkan Image Dapat Dibenamkan Comment[is]=Ívefjanleg myndsjáreining Comment[it]=Componente integrabile per la visualizzazione di immagini Comment[ja]=埋め込み可能な画像ビューアコンポーネント @@ -138,7 +138,7 @@ Name[hu]=Beágyazható képnézegető Name[hy]=Ներդրվող պատկեր դիտելիք Name[ia]=Visor Incorporate de Imagine -Name[id]=Penampil Citra Dapat Dibenamkan +Name[id]=Penampil Image Dapat Dibenamkan Name[is]=Ívefjanleg myndsjá Name[it]=Visualizzatore integrabile di immagini Name[ja]=埋め込み画像ビューア
