Hello community, here is the log from the commit of package kqtquickcharts for openSUSE:Factory checked in at 2020-12-17 17:02:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kqtquickcharts (Old) and /work/SRC/openSUSE:Factory/.kqtquickcharts.new.5145 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kqtquickcharts" Thu Dec 17 17:02:09 2020 rev:83 rq:855228 version:20.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kqtquickcharts/kqtquickcharts.changes 2020-11-10 13:50:18.755206189 +0100 +++ /work/SRC/openSUSE:Factory/.kqtquickcharts.new.5145/kqtquickcharts.changes 2020-12-17 17:06:41.573815277 +0100 @@ -1,0 +2,25 @@ +Sat Dec 5 23:17:04 UTC 2020 - Luca Beltrame <lbeltr...@kde.org> + +- Update to 20.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/2020-12-apps-update +- No code change since 20.11.90 + +------------------------------------------------------------------- +Fri Nov 27 15:17:18 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 20.11.90 + * New feature release +- No code change since 20.11.80 + +------------------------------------------------------------------- +Sat Nov 14 00:02:14 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 20.11.80 + * New feature release +- Changes since 20.08.3: + * Remove explicit ECM_KDE_MODULE_DIR + * Library project has no user visible strings + +------------------------------------------------------------------- Old: ---- kqtquickcharts-20.08.3.tar.xz kqtquickcharts-20.08.3.tar.xz.sig New: ---- kqtquickcharts-20.12.0.tar.xz kqtquickcharts-20.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kqtquickcharts.spec ++++++ --- /var/tmp/diff_new_pack.4SXqh1/_old 2020-12-17 17:06:42.113815813 +0100 +++ /var/tmp/diff_new_pack.4SXqh1/_new 2020-12-17 17:06:42.117815817 +0100 @@ -21,7 +21,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kqtquickcharts -Version: 20.08.3 +Version: 20.12.0 Release: 0 Summary: Plugin to render beautiful and interactive graphs License: LGPL-2.1-or-later ++++++ kqtquickcharts-20.08.3.tar.xz -> kqtquickcharts-20.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kqtquickcharts-20.08.3/CMakeLists.txt new/kqtquickcharts-20.12.0/CMakeLists.txt --- old/kqtquickcharts-20.08.3/CMakeLists.txt 2020-05-20 10:29:48.000000000 +0200 +++ new/kqtquickcharts-20.12.0/CMakeLists.txt 2020-09-22 08:58:38.000000000 +0200 @@ -4,7 +4,7 @@ # Dependencies find_package(ECM 1.1.0 REQUIRED NO_MODULE) -set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) +set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ) set(REQUIRED_QT_VERSION "5.2.0") set(KF5_MIN_VERSION "5.1.0") # handled by release scripts @@ -42,12 +42,6 @@ PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KQtQuickChartsVersion.cmake" SOVERSION 1) -# Subdirectories -add_definitions(-DTRANSLATION_DOMAIN=\"kqtquickcharts5\") -if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po") - ki18n_install(po) -endif() - #add_subdirectory(autotests) add_subdirectory(src) _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org