Hello community, here is the log from the commit of package kpackage for openSUSE:Factory checked in at 2019-11-12 11:49:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kpackage (Old) and /work/SRC/openSUSE:Factory/.kpackage.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kpackage" Tue Nov 12 11:49:03 2019 rev:62 rq:747130 version:5.64.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kpackage/kpackage.changes 2019-10-14 13:38:00.429943985 +0200 +++ /work/SRC/openSUSE:Factory/.kpackage.new.2990/kpackage.changes 2019-11-12 11:49:10.202956916 +0100 @@ -1,0 +2,10 @@ +Sun Nov 3 15:47:11 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Update to 5.64.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.64.0.php +- Changes since 5.63.0: + * Use ECMGenerateExportHeader to manage deprecated API better + +------------------------------------------------------------------- Old: ---- kpackage-5.63.0.tar.xz kpackage-5.63.0.tar.xz.sig New: ---- kpackage-5.64.0.tar.xz kpackage-5.64.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kpackage.spec ++++++ --- /var/tmp/diff_new_pack.0pEdex/_old 2019-11-12 11:49:10.722957447 +0100 +++ /var/tmp/diff_new_pack.0pEdex/_new 2019-11-12 11:49:10.722957447 +0100 @@ -16,14 +16,14 @@ # -%define _tar_path 5.63 +%define _tar_path 5.64 # 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: kpackage -Version: 5.63.0 +Version: 5.64.0 Release: 0 Summary: Non-binary asset user-installable package managing framework License: LGPL-2.1-or-later ++++++ kpackage-5.63.0.tar.xz -> kpackage-5.64.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-5.63.0/CMakeLists.txt new/kpackage-5.64.0/CMakeLists.txt --- old/kpackage-5.63.0/CMakeLists.txt 2019-10-06 11:48:36.000000000 +0200 +++ new/kpackage-5.64.0/CMakeLists.txt 2019-11-02 13:59:15.000000000 +0100 @@ -1,30 +1,32 @@ cmake_minimum_required(VERSION 3.5) -set(KF5_VERSION "5.63.0") # handled by release scripts -set(KF5_DEP_VERSION "5.63.0") # handled by release scripts +set(KF5_VERSION "5.64.0") # handled by release scripts +set(KF5_DEP_VERSION "5.64.0") # handled by release scripts project(KPackage VERSION ${KF5_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 5.63.0 NO_MODULE) +find_package(ECM 5.64.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) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) - -include(GenerateExportHeader) -include(ECMGenerateHeaders) include(KDEInstallDirs) include(KDECMakeSettings) +include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) + +include(ECMGenerateExportHeader) +include(ECMGenerateHeaders) include(CMakePackageConfigHelpers) include(ECMSetupVersion) include(ECMMarkNonGuiExecutable) include(ECMAddQch) include(ECMQtDeclareLoggingCategory) -include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) include(ECMSetupQtPluginMacroNames) +set(EXCLUDE_DEPRECATED_BEFORE_AND_AT 0 CACHE STRING "Control the range of deprecated API excluded from the build [default=0].") + option(BUILD_QCH "Build API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)" OFF) add_feature_info(QCH ${BUILD_QCH} "API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)") @@ -65,6 +67,7 @@ PACKAGE_SETUP_AUTOMOC_VARIABLES ) add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00) +add_definitions(-DQT_DEPRECATED_WARNINGS_SINCE=0x060000) include(KF5PackageMacros.cmake) # make package_version.h available diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-5.63.0/autotests/plasmoidpackagetest.cpp new/kpackage-5.64.0/autotests/plasmoidpackagetest.cpp --- old/kpackage-5.63.0/autotests/plasmoidpackagetest.cpp 2019-10-06 11:48:36.000000000 +0200 +++ new/kpackage-5.64.0/autotests/plasmoidpackagetest.cpp 2019-11-02 13:59:15.000000000 +0100 @@ -186,11 +186,9 @@ p = new KPackage::Package(m_defaultPackage); p->setPath(m_packageRoot + '/' + m_package); QVERIFY(p->isValid()); - // Ignore deprecation warning, we are actually testing this here. -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wdeprecated-declarations" +#if KPACKAGE_ENABLE_DEPRECATED_SINCE(5, 21) QCOMPARE(p->contentsHash(), QStringLiteral("a41160c6a763ea505c95bee12a7fc87952a61cf1")); -#pragma GCC diagnostic pop +#endif QCOMPARE(p->cryptographicHash(QCryptographicHash::Sha1), QByteArrayLiteral("a41160c6a763ea505c95bee12a7fc87952a61cf1")); delete p; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-5.63.0/docs/Doxyfile.local new/kpackage-5.64.0/docs/Doxyfile.local --- old/kpackage-5.63.0/docs/Doxyfile.local 1970-01-01 01:00:00.000000000 +0100 +++ new/kpackage-5.64.0/docs/Doxyfile.local 2019-11-02 13:59:15.000000000 +0100 @@ -0,0 +1,7 @@ +### KApiDox Project-specific Overrides File + +# define so that deprecated API is not skipped +PREDEFINED += \ + "KPACKAGE_ENABLE_DEPRECATED_SINCE(x, y)=1" \ + "KPACKAGE_BUILD_DEPRECATED_SINCE(x, y)=1" \ + "KPACKAGE_DEPRECATED_VERSION(x, y, t)=" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-5.63.0/po/et/libkpackage5.po new/kpackage-5.64.0/po/et/libkpackage5.po --- old/kpackage-5.63.0/po/et/libkpackage5.po 2019-10-06 11:48:36.000000000 +0200 +++ new/kpackage-5.64.0/po/et/libkpackage5.po 2019-11-02 13:59:15.000000000 +0100 @@ -1,21 +1,21 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. # -# Marek Laane <[email protected]>, 2016. +# Marek Laane <[email protected]>, 2016, 2019. msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-08-21 02:45+0200\n" -"PO-Revision-Date: 2016-09-10 00:59+0300\n" +"PO-Revision-Date: 2019-11-01 01:19+0200\n" "Last-Translator: Marek Laane <[email protected]>\n" -"Language-Team: Estonian <[email protected]>\n" +"Language-Team: Estonian <[email protected]>\n" "Language: et\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 19.08.1\n" #: kpackage/package.cpp:57 #, kde-format @@ -174,11 +174,10 @@ msgstr "Uue paketi tüüp erineb juba paigaldatud vana versiooni tüübist." #: kpackage/private/packagejobthread.cpp:356 -#, fuzzy, kde-format -#| msgid "Impossible to remove the old installation of %1 located at %2" +#, kde-format msgid "" "Impossible to remove the old installation of %1 located at %2. error: %3" -msgstr "%1 vana paigaldust asukohas %2 ei ole võimalik eemaldada" +msgstr "%1 vana paigaldust asukohas %2 ei ole võimalik eemaldada. Veateade: %3" #: kpackage/private/packagejobthread.cpp:360 #, kde-format @@ -191,10 +190,9 @@ msgstr "%1 on juba olemas" #: kpackage/private/packagejobthread.cpp:379 -#, fuzzy, kde-format -#| msgid "Could not open package file: %1" +#, kde-format msgid "Could not install dependency: '%1'" -msgstr "Paketifaili avamine nurjus: %1" +msgstr "Sõltuvuse paigaldamine nurjus: '%1'" #: kpackage/private/packagejobthread.cpp:391 #, kde-format @@ -385,35 +383,32 @@ #: kpackagetool/kpackagetool.cpp:714 #, kde-format msgid "Generating %1%2" -msgstr "" +msgstr "Genereeritakse %1%2" #: kpackagetool/kpackagetool.cpp:716 -#, fuzzy, kde-format -#| msgid "Generating %1/kpluginindex.json" +#, kde-format msgid "Didn't write %1%2" -msgstr "Genereeritakse %1/kpluginindex.json" +msgstr "%1%2 ei kirjutatud" #: kpackagetool/kpackagetool.cpp:727 #, kde-format msgid "Generating %1/%2" -msgstr "" +msgstr "Genereeritakse %1/%2" #: kpackagetool/kpackagetool.cpp:729 -#, fuzzy, kde-format -#| msgid "Generating %1/kpluginindex.json" +#, kde-format msgid "Cannot write %1/%2" -msgstr "Genereeritakse %1/kpluginindex.json" +msgstr "%1/%2 kirjutamine nurjus" #: kpackagetool/kpackagetool.cpp:748 kpackagetool/kpackagetool.cpp:762 -#, fuzzy, kde-format -#| msgid "Could not open package file: %1" +#, kde-format msgid "Could not remove index file %1" -msgstr "Paketifaili avamine nurjus: %1" +msgstr "Indeksifaili %1 eemaldamine nurjus" #: kpackagetool/kpackagetool.cpp:750 kpackagetool/kpackagetool.cpp:764 #, kde-format msgid "Removed %1" -msgstr "" +msgstr "Emaldatud %1" #: kpackagetool/kpackagetool.cpp:775 #, kde-format @@ -474,6 +469,8 @@ "plugin, e.g. KPackage/Generic, Plasma/Theme, Plasma/Wallpaper, Plasma/" "Applet, etc." msgstr "" +"Paketi tüüp, mis vastab paketi plugina teenusetüübile, nt. KPackage/Generic, " +"Plasma/Theme, Plasma/Wallpaper, Plasma/Applet jne." #: kpackagetool/options.h:35 #, kde-format @@ -519,11 +516,7 @@ "KDE seansi standardsetest andmekataloogidest." #: kpackagetool/options.h:89 -#, fuzzy, kde-format -#| msgid "" -#| "Recreate the plugin index. To be used in conjunction with either the " -#| "option -t or -g. Recreates the index for the given type or package root. " -#| "Operates in the user directory, unless -g is used" +#, kde-format msgid "" "Recreate the plugin index. To be used in conjunction with either the option -" "t or -g. Recreates the index for the given type or package root. Operates in " @@ -534,17 +527,13 @@ "kataloogis, kui ei kasutata võtit -g." #: kpackagetool/options.h:98 -#, fuzzy, kde-format -#| msgid "" -#| "Recreate the plugin index. To be used in conjunction with either the " -#| "option -t or -g. Recreates the index for the given type or package root. " -#| "Operates in the user directory, unless -g is used" +#, kde-format msgid "" "Remove the plugin index. To be used in conjunction with either the option -t " "or -g. Recreates the index for the given type or package root. Operates in " "the user directory, unless -g is used" msgstr "" -"Pluginate indeksi taasloomine. Kasutamiseks koos võtmega -t või -g. " +"Pluginate indeksi eemaldamine. Kasutamiseks koos võtmega -t või -g. " "Taasluuakse määratud tüübi või paketi juurasukoha indeks. Töötab kasutaja " "kataloogis, kui ei kasutata võtit -g." @@ -555,9 +544,7 @@ msgstr "Paketi metaandmete väljund asukohas <path>" #: kpackagetool/options.h:115 -#, fuzzy, kde-format -#| msgctxt "Do not translate <path>" -#| msgid "Outputs the metadata for the package <path>" +#, kde-format msgctxt "Do not translate <path>" msgid "Outputs the metadata for the package into <path>" -msgstr "Paketi metaandmete väljund asukohas <path>" +msgstr "Paketi metaandmete väljund asukohta <path>" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-5.63.0/po/gl/libkpackage5.po new/kpackage-5.64.0/po/gl/libkpackage5.po --- old/kpackage-5.63.0/po/gl/libkpackage5.po 2019-10-06 11:48:36.000000000 +0200 +++ new/kpackage-5.64.0/po/gl/libkpackage5.po 2019-11-02 13:59:15.000000000 +0100 @@ -9,14 +9,15 @@ "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-08-21 02:45+0200\n" -"PO-Revision-Date: 2019-02-16 12:54+0100\n" +"PO-Revision-Date: 2019-10-19 22:22+0200\n" "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n" -"Language-Team: Galician <[email protected]>\n" +"Language-Team: Galician <[email protected]>\n" "Language: gl\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 19.11.70\n" #: kpackage/package.cpp:57 #, kde-format @@ -31,7 +32,7 @@ #: kpackage/packageloader.cpp:57 #, kde-format msgid "Application Launchers" -msgstr "Iniciadores de aplicativos" +msgstr "Iniciadores de aplicacións" #: kpackage/packageloader.cpp:58 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-5.63.0/po/id/libkpackage5.po new/kpackage-5.64.0/po/id/libkpackage5.po --- old/kpackage-5.63.0/po/id/libkpackage5.po 2019-10-06 11:48:36.000000000 +0200 +++ new/kpackage-5.64.0/po/id/libkpackage5.po 2019-11-02 13:59:15.000000000 +0100 @@ -17,7 +17,6 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 19.04.3\n" #: kpackage/package.cpp:57 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-5.63.0/po/lt/libkpackage5.po new/kpackage-5.64.0/po/lt/libkpackage5.po --- old/kpackage-5.63.0/po/lt/libkpackage5.po 2019-10-06 11:48:36.000000000 +0200 +++ new/kpackage-5.64.0/po/lt/libkpackage5.po 2019-11-02 13:59:15.000000000 +0100 @@ -8,7 +8,7 @@ "Project-Id-Version: trunk-kf 5\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-08-21 02:45+0200\n" -"PO-Revision-Date: 2019-09-07 13:10+0300\n" +"PO-Revision-Date: 2019-10-11 23:17+0300\n" "Last-Translator: Moo\n" "Language-Team: lt\n" "Language: lt\n" @@ -17,7 +17,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n%10>=2 && (n%100<10 || n" "%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n" -"X-Generator: Poedit 2.2.1\n" +"X-Generator: Poedit 2.0.6\n" #: kpackage/package.cpp:57 #, kde-format @@ -271,7 +271,7 @@ #: kpackagetool/kpackagetool.cpp:149 #, kde-format msgid "SHA1 hash for Package at %1: '%2'" -msgstr "SHA1maiša paketui, esančiam ties %1: \"%2\"" +msgstr "SHA1 maiša paketui, esančiam ties %1: \"%2\"" #: kpackagetool/kpackagetool.cpp:188 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-5.63.0/po/zh_CN/libkpackage5.po new/kpackage-5.64.0/po/zh_CN/libkpackage5.po --- old/kpackage-5.63.0/po/zh_CN/libkpackage5.po 2019-10-06 11:48:36.000000000 +0200 +++ new/kpackage-5.64.0/po/zh_CN/libkpackage5.po 2019-11-02 13:59:15.000000000 +0100 @@ -9,7 +9,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-08-21 02:45+0200\n" -"PO-Revision-Date: 2019-09-05 09:24\n" +"PO-Revision-Date: 2019-10-09 09:44\n" "Last-Translator: Guo Yunhe (guoyunhe)\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-5.63.0/src/kpackage/CMakeLists.txt new/kpackage-5.64.0/src/kpackage/CMakeLists.txt --- old/kpackage-5.63.0/src/kpackage/CMakeLists.txt 2019-10-06 11:48:36.000000000 +0200 +++ new/kpackage-5.64.0/src/kpackage/CMakeLists.txt 2019-11-02 13:59:15.000000000 +0100 @@ -32,6 +32,15 @@ add_library(KF5Package ${Package_LIB_SRCS}) add_library(KF5::Package ALIAS KF5Package) +ecm_generate_export_header(KF5Package + EXPORT_FILE_NAME kpackage/package_export.h + BASE_NAME KPackage + GROUP_BASE_NAME KF + VERSION ${KF5_VERSION} + DEPRECATED_BASE_VERSION 0 + DEPRECATION_VERSIONS 5.21 + EXCLUDE_DEPRECATED_BEFORE_AND_AT ${EXCLUDE_DEPRECATED_BEFORE_AND_AT} +) target_link_libraries(KF5Package PUBLIC @@ -57,9 +66,6 @@ ) ########### install files ############### -generate_export_header(KF5Package - BASE_NAME Package - EXPORT_FILE_NAME kpackage/package_export.h) ecm_generate_headers(Package_CamelCase_HEADERS HEADER_NAMES Package @@ -105,7 +111,8 @@ LINK_QCHS KF5CoreAddons_QCH BLANK_MACROS - PACKAGE_EXPORT + KPACKAGE_EXPORT + "KPACKAGE_DEPRECATED_VERSION(x, y, t)" TAGFILE_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR} QCH_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR} COMPONENT Devel diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-5.63.0/src/kpackage/package.cpp new/kpackage-5.64.0/src/kpackage/package.cpp --- old/kpackage-5.63.0/src/kpackage/package.cpp 2019-10-06 11:48:36.000000000 +0200 +++ new/kpackage-5.64.0/src/kpackage/package.cpp 2019-11-02 13:59:15.000000000 +0100 @@ -627,7 +627,7 @@ } } -#ifndef PACKAGE_NO_DEPRECATED +#if KPACKAGE_BUILD_DEPRECATED_SINCE(5, 21) QString Package::contentsHash() const { return QString::fromLocal8Bit(cryptographicHash(QCryptographicHash::Sha1)); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-5.63.0/src/kpackage/package.h new/kpackage-5.64.0/src/kpackage/package.h --- old/kpackage-5.63.0/src/kpackage/package.h 2019-10-06 11:48:36.000000000 +0200 +++ new/kpackage-5.64.0/src/kpackage/package.h 2019-11-02 13:59:15.000000000 +0100 @@ -77,7 +77,7 @@ class PackagePrivate; class PackageStructure; -class PACKAGE_EXPORT Package +class KPACKAGE_EXPORT Package { public: /** @@ -225,13 +225,14 @@ */ KPluginMetaData metadata() const; +#if KPACKAGE_ENABLE_DEPRECATED_SINCE(5, 21) /** * @return a SHA1 hash digest of the contents of the package in hexadecimal form * @since 4.4 * @deprecated Since 5.21 use cryptographicHash */ -#ifndef PACKAGE_NO_DEPRECATED - PACKAGE_DEPRECATED QString contentsHash() const; + KPACKAGE_DEPRECATED_VERSION(5, 21, "Use Package::cryptographicHash(QCryptographicHash::Algorithm)") + QString contentsHash() const; #endif /** diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-5.63.0/src/kpackage/packageloader.h new/kpackage-5.64.0/src/kpackage/packageloader.h --- old/kpackage-5.63.0/src/kpackage/packageloader.h 2019-10-06 11:48:36.000000000 +0200 +++ new/kpackage-5.64.0/src/kpackage/packageloader.h 2019-11-02 13:59:15.000000000 +0100 @@ -41,7 +41,7 @@ * * @author Ryan Rix <[email protected]> **/ -class PACKAGE_EXPORT PackageLoader +class KPACKAGE_EXPORT PackageLoader { public: /** diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-5.63.0/src/kpackage/packagestructure.h new/kpackage-5.64.0/src/kpackage/packagestructure.h --- old/kpackage-5.63.0/src/kpackage/packagestructure.h 2019-10-06 11:48:36.000000000 +0200 +++ new/kpackage-5.64.0/src/kpackage/packagestructure.h 2019-11-02 13:59:15.000000000 +0100 @@ -53,7 +53,7 @@ * * @author Aaron Seigo */ -class PACKAGE_EXPORT PackageStructure : public QObject +class KPACKAGE_EXPORT PackageStructure : public QObject { Q_OBJECT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kpackage-5.63.0/src/kpackage/version.h new/kpackage-5.64.0/src/kpackage/version.h --- old/kpackage-5.63.0/src/kpackage/version.h 2019-10-06 11:48:36.000000000 +0200 +++ new/kpackage-5.64.0/src/kpackage/version.h 2019-11-02 13:59:15.000000000 +0100 @@ -42,32 +42,32 @@ /** * The runtime version of libkpackage */ -PACKAGE_EXPORT unsigned int version(); +KPACKAGE_EXPORT unsigned int version(); /** * The runtime major version of libkpackage */ -PACKAGE_EXPORT unsigned int versionMajor(); +KPACKAGE_EXPORT unsigned int versionMajor(); /** * The runtime major version of libkpackage */ -PACKAGE_EXPORT unsigned int versionMinor(); +KPACKAGE_EXPORT unsigned int versionMinor(); /** * The runtime major version of libkpackage */ -PACKAGE_EXPORT unsigned int versionRelease(); +KPACKAGE_EXPORT unsigned int versionRelease(); /** * The runtime version string of libkpackage */ -PACKAGE_EXPORT const char *versionString(); +KPACKAGE_EXPORT const char *versionString(); /** * Verifies that a plugin is compatible with plasma */ -PACKAGE_EXPORT bool isPluginVersionCompatible(unsigned int version); +KPACKAGE_EXPORT bool isPluginVersionCompatible(unsigned int version); } // Plasma namespace
