From 1a2a7a2acecc0ddc83e1ead023d7331c8310e8cef46e9ddf552376f6ae759385 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Mon, 12 Nov 2018 13:16:01 +0000 Subject: [PATCH] KDE Frameworks 5.52.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/extra-cmake-modules?expand=0&rev=175 --- bundle-lang.patch | 16 +++++++--------- extra-cmake-modules-5.51.0.tar.xz | 3 --- extra-cmake-modules-5.52.0.tar.xz | 3 +++ extra-cmake-modules.changes | 13 +++++++++++++ extra-cmake-modules.spec | 4 ++-- 5 files changed, 25 insertions(+), 14 deletions(-) delete mode 100644 extra-cmake-modules-5.51.0.tar.xz create mode 100644 extra-cmake-modules-5.52.0.tar.xz diff --git a/bundle-lang.patch b/bundle-lang.patch index 39db402..7029de4 100644 --- a/bundle-lang.patch +++ b/bundle-lang.patch @@ -9,16 +9,16 @@ So look there too if a translation was not found in /usr/share/locale/. modules/ECMQmLoader.cpp.in | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) -diff --git a/modules/ECMQmLoader.cpp.in b/modules/ECMQmLoader.cpp.in -index 003512d..bc6a4ad 100644 ---- a/modules/ECMQmLoader.cpp.in -+++ b/modules/ECMQmLoader.cpp.in +Index: extra-cmake-modules-5.50.0git.20181015T134434~72aa6e1/modules/ECMQmLoader.cpp.in +=================================================================== +--- extra-cmake-modules-5.50.0git.20181015T134434~72aa6e1.orig/modules/ECMQmLoader.cpp.in ++++ extra-cmake-modules-5.50.0git.20181015T134434~72aa6e1/modules/ECMQmLoader.cpp.in @@ -44,14 +44,18 @@ namespace { QString subPath = QStringLiteral("locale/") + localeDirName + QStringLiteral("/LC_MESSAGES/@QM_LOADER_CATALOG_NAME@.qm"); - + #if defined(Q_OS_ANDROID) -- const QString fullPath = QDir::homePath()+QStringLiteral("/../qt-reserved-files/share/") + subPath; -+ QString fullPath = QDir::homePath()+QStringLiteral("/../qt-reserved-files/share/") + subPath; +- const QString fullPath = QDir::homePath() + QStringLiteral("/../qt-reserved-files/share/") + subPath; ++ QString fullPath = QDir::homePath() + QStringLiteral("/../qt-reserved-files/share/") + subPath; if (!QFile::exists(fullPath)) { return false; } @@ -35,5 +35,3 @@ index 003512d..bc6a4ad 100644 } #endif QTranslator *translator = new QTranslator(QCoreApplication::instance()); --- -2.19.0 diff --git a/extra-cmake-modules-5.51.0.tar.xz b/extra-cmake-modules-5.51.0.tar.xz deleted file mode 100644 index 8466c8d..0000000 --- a/extra-cmake-modules-5.51.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96e4dde2f75a7b55f30eef35d0db40e1f87a67cc391ed36956bceb93f8253594 -size 323936 diff --git a/extra-cmake-modules-5.52.0.tar.xz b/extra-cmake-modules-5.52.0.tar.xz new file mode 100644 index 0000000..a59cc1c --- /dev/null +++ b/extra-cmake-modules-5.52.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c08aac2611e3faded476a5bba5ba56f8ed964374810bfcee93c6a7fa419b49 +size 324412 diff --git a/extra-cmake-modules.changes b/extra-cmake-modules.changes index 8af972a..e827eef 100644 --- a/extra-cmake-modules.changes +++ b/extra-cmake-modules.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Nov 11 19:48:02 UTC 2018 - lbeltrame@kde.org + +- Update to 5.52.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.52.0.php +- Changes since 5.51.0: + * ECMAddQch: help doxygen by predefining more Q_DECL_* macros + * Bindings: Support using sys paths for python install directory + * Bindings: Remove INSTALL_DIR_SUFFIX from ecm_generate_python_binding + * Add support for the fuzzer sanitizer + ------------------------------------------------------------------- Tue Oct 16 08:01:44 UTC 2018 - Luca Beltrame diff --git a/extra-cmake-modules.spec b/extra-cmake-modules.spec index ef24506..b9b0ea7 100644 --- a/extra-cmake-modules.spec +++ b/extra-cmake-modules.spec @@ -16,7 +16,7 @@ # -%define _tar_path 5.51 +%define _tar_path 5.52 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) @@ -27,7 +27,7 @@ %bcond_with doc %endif Name: extra-cmake-modules -Version: 5.51.0 +Version: 5.52.0 Release: 0 Summary: CMake modules License: BSD-3-Clause