Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kqtquickcharts for openSUSE:Factory checked in at 2021-04-25 21:26:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kqtquickcharts (Old) and /work/SRC/openSUSE:Factory/.kqtquickcharts.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kqtquickcharts" Sun Apr 25 21:26:54 2021 rev:87 rq:887720 version:21.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kqtquickcharts/kqtquickcharts.changes 2021-03-10 08:54:51.802740849 +0100 +++ /work/SRC/openSUSE:Factory/.kqtquickcharts.new.12324/kqtquickcharts.changes 2021-04-25 21:28:05.492478740 +0200 @@ -1,0 +2,23 @@ +Fri Apr 16 16:12:34 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.04.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/21.04 +- No code change since 21.03.90 + +------------------------------------------------------------------- +Fri Apr 9 17:41:00 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.03.90 + * New feature release +- No code change since 21.03.80 + +------------------------------------------------------------------- +Sun Mar 21 13:28:49 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 21.03.80 + * New feature release +- No code change since 20.12.3 + +------------------------------------------------------------------- Old: ---- kqtquickcharts-20.12.3.tar.xz kqtquickcharts-20.12.3.tar.xz.sig New: ---- kqtquickcharts-21.04.0.tar.xz kqtquickcharts-21.04.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kqtquickcharts.spec ++++++ --- /var/tmp/diff_new_pack.SvaMno/_old 2021-04-25 21:28:05.976479322 +0200 +++ /var/tmp/diff_new_pack.SvaMno/_new 2021-04-25 21:28:05.976479322 +0200 @@ -1,7 +1,7 @@ # # spec file for package kqtquickcharts # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,28 +21,28 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kqtquickcharts -Version: 20.12.3 +Version: 21.04.0 Release: 0 Summary: Plugin to render beautiful and interactive graphs License: LGPL-2.1-or-later Group: Amusements/Teaching/Other URL: https://edu.kde.org Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz +%if %{with lang} +Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig +Source2: applications.keyring +%endif BuildRequires: extra-cmake-modules BuildRequires: kf5-filesystem BuildRequires: cmake(Qt5Gui) BuildRequires: cmake(Qt5Qml) BuildRequires: cmake(Qt5Quick) -%if %{with lang} -Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig -Source2: applications.keyring -%endif %description A QtQuick plugin to render beautiful and interactive graphs. %prep -%setup -q +%autosetup -p1 %build %cmake_kf5 -d build ++++++ kqtquickcharts-20.12.3.tar.xz -> kqtquickcharts-21.04.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kqtquickcharts-20.12.3/CMakeLists.txt new/kqtquickcharts-21.04.0/CMakeLists.txt --- old/kqtquickcharts-20.12.3/CMakeLists.txt 2020-09-22 08:58:38.000000000 +0200 +++ new/kqtquickcharts-21.04.0/CMakeLists.txt 2021-02-07 19:48:21.000000000 +0100 @@ -51,7 +51,7 @@ # endif() # Create a Config.cmake and a ConfigVersion.cmake file and install them -set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KQtQuickCharts") +set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KQtQuickCharts") # ecm_configure_package_config_file( # "${CMAKE_CURRENT_SOURCE_DIR}/KQtQuickChartsConfig.cmake.in" @@ -76,7 +76,7 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/kqtquickcharts_version.h" - DESTINATION "${KF5_INCLUDE_INSTALL_DIR}" + DESTINATION "${KDE_INSTALL_INCLUDEDIR_KF5}" COMPONENT Devel ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kqtquickcharts-20.12.3/src/CMakeLists.txt new/kqtquickcharts-21.04.0/src/CMakeLists.txt --- old/kqtquickcharts-20.12.3/src/CMakeLists.txt 2020-09-22 08:58:38.000000000 +0200 +++ new/kqtquickcharts-21.04.0/src/CMakeLists.txt 2021-02-07 19:48:21.000000000 +0100 @@ -27,7 +27,7 @@ Qt5::Gui ) -install(TARGETS kqtquickcharts DESTINATION ${QML_INSTALL_DIR}/org/kde/charts) +install(TARGETS kqtquickcharts DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/charts) set(kqtquickcharts_files qml/qmldir @@ -40,4 +40,4 @@ qml/XYChart.qml ) -install(FILES ${kqtquickcharts_files} DESTINATION ${QML_INSTALL_DIR}/org/kde/charts) +install(FILES ${kqtquickcharts_files} DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/charts)