Hello community,

here is the log from the commit of package kquickcharts for openSUSE:Factory 
checked in at 2020-02-06 13:09:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kquickcharts (Old)
 and      /work/SRC/openSUSE:Factory/.kquickcharts.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kquickcharts"

Thu Feb  6 13:09:17 2020 rev:2 rq:770478 version:5.66.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kquickcharts/kquickcharts.changes        
2019-12-21 12:29:16.383303081 +0100
+++ /work/SRC/openSUSE:Factory/.kquickcharts.new.26092/kquickcharts.changes     
2020-02-06 13:09:29.976377747 +0100
@@ -1,0 +2,13 @@
+Sun Jan  5 09:02:19 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.66.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.66.0.php
+- Changes since 5.65.0:
+  * Also correct the shader header files
+  * Correct license headers for shaders
+  * Update the obsolete projects.kde.org URL
+  * Add FreeBSD to supported platforms
+
+-------------------------------------------------------------------

Old:
----
  kquickcharts-5.65.0.tar.xz
  kquickcharts-5.65.0.tar.xz.sig

New:
----
  kquickcharts-5.66.0.tar.xz
  kquickcharts-5.66.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kquickcharts.spec ++++++
--- /var/tmp/diff_new_pack.fIG4MV/_old  2020-02-06 13:09:31.292378464 +0100
+++ /var/tmp/diff_new_pack.fIG4MV/_new  2020-02-06 13:09:31.296378465 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kquickcharts
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.65
+%define _tar_path 5.66
 # 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:           kquickcharts
-Version:        5.65.0
+Version:        5.66.0
 Release:        0
 Summary:        Set of charts for QtQuick applications
 License:        LGPL-2.1-or-later


++++++ kquickcharts-5.65.0.tar.xz -> kquickcharts-5.66.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kquickcharts-5.65.0/.arcconfig 
new/kquickcharts-5.66.0/.arcconfig
--- old/kquickcharts-5.65.0/.arcconfig  1970-01-01 01:00:00.000000000 +0100
+++ new/kquickcharts-5.66.0/.arcconfig  2020-01-04 00:13:46.000000000 +0100
@@ -0,0 +1,3 @@
+{
+  "phabricator.uri" : "https://phabricator.kde.org/";
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kquickcharts-5.65.0/CMakeLists.txt 
new/kquickcharts-5.66.0/CMakeLists.txt
--- old/kquickcharts-5.65.0/CMakeLists.txt      2019-12-13 21:51:35.000000000 
+0100
+++ new/kquickcharts-5.66.0/CMakeLists.txt      2020-01-04 00:13:46.000000000 
+0100
@@ -1,13 +1,13 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.65.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.65.0") # handled by release scripts
+set(KF5_VERSION "5.66.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.66.0") # handled by release scripts
 
 project(KQuickCharts VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.65.0 NO_MODULE)
-set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
+find_package(ECM 5.66.0 NO_MODULE)
+set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL "https://commits.kde.org/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake )
@@ -27,7 +27,7 @@
 
 option(BUILD_EXAMPLES "Build example applications" OFF)
 
-set(REQUIRED_QT_VERSION 5.11.0)
+set(REQUIRED_QT_VERSION 5.12.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Qml Quick 
QuickControls2)
 
 add_subdirectory(controls)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kquickcharts-5.65.0/metainfo.yaml 
new/kquickcharts-5.66.0/metainfo.yaml
--- old/kquickcharts-5.65.0/metainfo.yaml       2019-12-13 21:51:35.000000000 
+0100
+++ new/kquickcharts-5.66.0/metainfo.yaml       2020-01-04 00:13:46.000000000 
+0100
@@ -7,6 +7,7 @@
 type: functional
 platforms:
 - name: Linux
+- name: FreeBSD
 public_lib: true
 public_source_dirs:
 - controls
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kquickcharts-5.65.0/src/shaders/desktop_header.glsl 
new/kquickcharts-5.66.0/src/shaders/desktop_header.glsl
--- old/kquickcharts-5.65.0/src/shaders/desktop_header.glsl     2019-12-13 
21:51:35.000000000 +0100
+++ new/kquickcharts-5.66.0/src/shaders/desktop_header.glsl     2020-01-04 
00:13:46.000000000 +0100
@@ -1,22 +1,22 @@
 /*
- * This file is part of KQuickCharts.
+ * This file is part of KQuickCharts
  * Copyright 2019 Arjen Hiemstra <[email protected]>
  *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License or (at your option) version 3 or any later version
- * accepted by the membership of KDE e.V. (or its successor approved
- * by the membership of KDE e.V.), which shall act as a proxy
- * defined in Section 14 of version 3 of the license.
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) version 3, or any
+ * later version accepted by the membership of KDE e.V. (or its
+ * successor approved by the membership of KDE e.V.), which shall
+ * act as a proxy defined in Section 6 of version 3 of the license.
  *
- * This program is distributed in the hope that it will be useful,
+ * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library. If not, see 
<https://www.gnu.org/licenses/>.
  */
 
 // This file contains common directives needed for the shaders to work.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kquickcharts-5.65.0/src/shaders/desktop_header_core.glsl 
new/kquickcharts-5.66.0/src/shaders/desktop_header_core.glsl
--- old/kquickcharts-5.65.0/src/shaders/desktop_header_core.glsl        
2019-12-13 21:51:35.000000000 +0100
+++ new/kquickcharts-5.66.0/src/shaders/desktop_header_core.glsl        
2020-01-04 00:13:46.000000000 +0100
@@ -1,22 +1,22 @@
 /*
- * This file is part of KQuickCharts.
+ * This file is part of KQuickCharts
  * Copyright 2019 Arjen Hiemstra <[email protected]>
  *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License or (at your option) version 3 or any later version
- * accepted by the membership of KDE e.V. (or its successor approved
- * by the membership of KDE e.V.), which shall act as a proxy
- * defined in Section 14 of version 3 of the license.
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) version 3, or any
+ * later version accepted by the membership of KDE e.V. (or its
+ * successor approved by the membership of KDE e.V.), which shall
+ * act as a proxy defined in Section 6 of version 3 of the license.
  *
- * This program is distributed in the hope that it will be useful,
+ * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library. If not, see 
<https://www.gnu.org/licenses/>.
  */
 
 // This file contains common directives needed for the shaders to work.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kquickcharts-5.65.0/src/shaders/es_header.glsl 
new/kquickcharts-5.66.0/src/shaders/es_header.glsl
--- old/kquickcharts-5.65.0/src/shaders/es_header.glsl  2019-12-13 
21:51:35.000000000 +0100
+++ new/kquickcharts-5.66.0/src/shaders/es_header.glsl  2020-01-04 
00:13:46.000000000 +0100
@@ -1,22 +1,22 @@
 /*
- * This file is part of KQuickCharts.
+ * This file is part of KQuickCharts
  * Copyright 2019 Arjen Hiemstra <[email protected]>
  *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License or (at your option) version 3 or any later version
- * accepted by the membership of KDE e.V. (or its successor approved
- * by the membership of KDE e.V.), which shall act as a proxy
- * defined in Section 14 of version 3 of the license.
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) version 3, or any
+ * later version accepted by the membership of KDE e.V. (or its
+ * successor approved by the membership of KDE e.V.), which shall
+ * act as a proxy defined in Section 6 of version 3 of the license.
  *
- * This program is distributed in the hope that it will be useful,
+ * This library is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library. If not, see 
<https://www.gnu.org/licenses/>.
  */
 
 // This file contains common directives needed for the shaders to work.


Reply via email to