Hello community, here is the log from the commit of package kdelibs4support for openSUSE:Factory checked in at 2018-10-22 11:10:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdelibs4support (Old) and /work/SRC/openSUSE:Factory/.kdelibs4support.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdelibs4support" Mon Oct 22 11:10:35 2018 rev:59 rq:642309 version:5.51.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kdelibs4support/kdelibs4support.changes 2018-10-01 08:05:29.130382653 +0200 +++ /work/SRC/openSUSE:Factory/.kdelibs4support.new/kdelibs4support.changes 2018-10-22 11:10:38.879908598 +0200 @@ -1,0 +2,15 @@ +Tue Oct 16 08:02:02 UTC 2018 - Luca Beltrame <[email protected]> + +- Run spec-cleaner + +------------------------------------------------------------------- +Mon Oct 15 11:52:24 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: + * Remove deprecated method + +------------------------------------------------------------------- Old: ---- kdelibs4support-5.50.0.tar.xz New: ---- kdelibs4support-5.51.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdelibs4support.spec ++++++ --- /var/tmp/diff_new_pack.tG9rZX/_old 2018-10-22 11:10:40.059907640 +0200 +++ /var/tmp/diff_new_pack.tG9rZX/_new 2018-10-22 11:10:40.063907637 +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 libKF5KDELibs4Support5 -%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: kdelibs4support -Version: 5.50.0 +Version: 5.51.0 Release: 0 Summary: Code and utilities to ease the transition to KDE Frameworks 5 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: NetworkManager-devel ++++++ kdelibs4support-5.50.0.tar.xz -> kdelibs4support-5.51.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdelibs4support-5.50.0/CMakeLists.txt new/kdelibs4support-5.51.0/CMakeLists.txt --- old/kdelibs4support-5.50.0/CMakeLists.txt 2018-09-02 21:17:40.000000000 +0200 +++ new/kdelibs4support-5.51.0/CMakeLists.txt 2018-10-08 10:12:39.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(KDELibs4Support 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/kdelibs4support-5.50.0/autotests/k4timezonewidget_unittest.cpp new/kdelibs4support-5.51.0/autotests/k4timezonewidget_unittest.cpp --- old/kdelibs4support-5.50.0/autotests/k4timezonewidget_unittest.cpp 2018-09-02 21:17:40.000000000 +0200 +++ new/kdelibs4support-5.51.0/autotests/k4timezonewidget_unittest.cpp 2018-10-08 10:12:39.000000000 +0200 @@ -110,7 +110,7 @@ //TimeZoneTestData mTestData; }; -// Note: no QStandardPaths::enableTestMode(true) here. +// Note: no QStandardPaths::setTestModeEnabled(true) here. // The kded module writes out a config file, but unit tests have // a different configuration directory so they don't see those config files. // Ideally unit tests should talk to their own kded instance, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdelibs4support-5.50.0/autotests/kdebug_qcoreapptest.cpp new/kdelibs4support-5.51.0/autotests/kdebug_qcoreapptest.cpp --- old/kdelibs4support-5.50.0/autotests/kdebug_qcoreapptest.cpp 2018-09-02 21:17:40.000000000 +0200 +++ new/kdelibs4support-5.51.0/autotests/kdebug_qcoreapptest.cpp 2018-10-08 10:12:39.000000000 +0200 @@ -48,7 +48,7 @@ { QCoreApplication app(argc, argv); - QStandardPaths::enableTestMode(true); + QStandardPaths::setTestModeEnabled(true); { KConfig config("kdebugrc"); config.group(QString()).writeEntry("DisableAll", false); // in case of a global kdebugrc with DisableAll=true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdelibs4support-5.50.0/autotests/kdebug_unittest.cpp new/kdelibs4support-5.51.0/autotests/kdebug_unittest.cpp --- old/kdelibs4support-5.50.0/autotests/kdebug_unittest.cpp 2018-09-02 21:17:40.000000000 +0200 +++ new/kdelibs4support-5.51.0/autotests/kdebug_unittest.cpp 2018-10-08 10:12:39.000000000 +0200 @@ -41,7 +41,7 @@ // The source files (kdebugrc and kdebug.areas) are in the "global" config dir: qputenv("XDG_CONFIG_DIRS", QFile::encodeName(QFileInfo(QFINDTESTDATA("../src/kdebug.areas")).absolutePath())); - QStandardPaths::enableTestMode(true); + QStandardPaths::setTestModeEnabled(true); QString kdebugrc = QStandardPaths::writableLocation(QStandardPaths::GenericConfigLocation) + QLatin1Char('/') + "kdebugrc"; if (!kdebugrc.isEmpty()) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdelibs4support-5.50.0/autotests/klocaletest.cpp new/kdelibs4support-5.51.0/autotests/klocaletest.cpp --- old/kdelibs4support-5.50.0/autotests/klocaletest.cpp 2018-09-02 21:17:40.000000000 +0200 +++ new/kdelibs4support-5.51.0/autotests/klocaletest.cpp 2018-10-08 10:12:39.000000000 +0200 @@ -41,7 +41,7 @@ void KLocaleTest::initTestCase() { - QStandardPaths::enableTestMode(true); + QStandardPaths::setTestModeEnabled(true); KLocale::global()->setCountry(QLatin1String("C"), nullptr); KLocale::global()->setThousandsSeparator(QLatin1String(",")); @@ -689,7 +689,7 @@ QDate date; // Ensure that user configuration isn't messing with us; - // shouldn't happen though, due to QStandardPaths::enableTestMode(true) + // shouldn't happen though, due to QStandardPaths::setTestModeEnabled(true) QCOMPARE(locale.dateFormat(), QString("%A %d %B %Y")); date.setDate(2002, 5, 3); @@ -782,7 +782,7 @@ QDateTime qdt; // Ensure that user configuration isn't messing with us; - // shouldn't happen though, due to QStandardPaths::enableTestMode(true) + // shouldn't happen though, due to QStandardPaths::setTestModeEnabled(true) QCOMPARE(locale.dateFormat(), QString("%A %d %B %Y")); qdt = QDateTime(QDate(2002, 5, 3), QTime(10, 20, 30)); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdelibs4support-5.50.0/po/id/kdelibs4support.po new/kdelibs4support-5.51.0/po/id/kdelibs4support.po --- old/kdelibs4support-5.50.0/po/id/kdelibs4support.po 2018-09-02 21:17:40.000000000 +0200 +++ new/kdelibs4support-5.51.0/po/id/kdelibs4support.po 2018-10-08 10:12:39.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 08:36+0700\n" +"PO-Revision-Date: 2018-10-04 19:32+0700\n" "Last-Translator: Wantoyo <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" "Language: id\n" @@ -2554,7 +2554,7 @@ #, kde-format msgctxt "Socket error code ConnectionRefused" msgid "connection actively refused" -msgstr "sambungan secara aktif ditampik" +msgstr "koneksi secara aktif ditampik" #: kdecore/k3socketbase.cpp:260 #, kde-format @@ -7910,7 +7910,7 @@ #: kdecore/ksocketfactory.cpp:92 kdecore/ksocketfactory.cpp:106 #, kde-format msgid "Timed out trying to connect to remote host" -msgstr "Waktu habis ketika coba menyambung ke host jarak jauh" +msgstr "Waktu habis ketika coba mengonek ke host jarak jauh" #: kdecore/netsupp.cpp:869 #, kde-format @@ -12499,7 +12499,7 @@ #, kde-format msgctxt "@label" msgid "Subject" -msgstr "Subyek" +msgstr "Subjek" #: kio/knfotranslator.cpp:54 #, kde-format @@ -12845,12 +12845,12 @@ #: kio/kscan.cpp:49 #, kde-format msgid "Acquire Image" -msgstr "Citra Raihan" +msgstr "Image Raihan" #: kio/kscan.cpp:97 #, kde-format msgid "OCR Image" -msgstr "Citra OCR" +msgstr "Image OCR" #: kio/netaccess.cpp:103 #, kde-format @@ -12933,7 +12933,7 @@ #: kssl/kcm/displaycert.ui:23 #, kde-format msgid "<b>Subject Information</b>" -msgstr "<b>Informasi Subyek</b>" +msgstr "<b>Informasi Subjek</b>" #. i18n: ectx: property (text), widget (QLabel, issuerHeading) #: kssl/kcm/displaycert.ui:39 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdelibs4support-5.50.0/po/zh_CN/kdelibs4support.po new/kdelibs4support-5.51.0/po/zh_CN/kdelibs4support.po --- old/kdelibs4support-5.50.0/po/zh_CN/kdelibs4support.po 2018-09-02 21:17:40.000000000 +0200 +++ new/kdelibs4support-5.51.0/po/zh_CN/kdelibs4support.po 2018-10-08 10:12:39.000000000 +0200 @@ -17,8 +17,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:46\n" +"Last-Translator: guoyunhe <[email protected]>\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n"
