Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qt6-charts for openSUSE:Factory 
checked in at 2021-10-04 18:39:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qt6-charts (Old)
 and      /work/SRC/openSUSE:Factory/.qt6-charts.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qt6-charts"

Mon Oct  4 18:39:48 2021 rev:5 rq:922678 version:6.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qt6-charts/qt6-charts.changes    2021-09-07 
21:21:14.041289374 +0200
+++ /work/SRC/openSUSE:Factory/.qt6-charts.new.2443/qt6-charts.changes  
2021-10-04 18:40:58.058155248 +0200
@@ -1,0 +2,21 @@
+Thu Sep 30 12:26:26 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 6.2.0:
+  * https://www.qt.io/blog/qt-6.2-lts-released
+
+-------------------------------------------------------------------
+Sat Sep 25 07:18:33 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 6.2.0-rc2
+
+-------------------------------------------------------------------
+Thu Sep 16 14:07:33 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 6.2.0-rc
+
+-------------------------------------------------------------------
+Thu Sep  9 14:04:57 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 6.2.0-beta4
+
+-------------------------------------------------------------------

Old:
----
  qtcharts-everywhere-src-6.1.3.tar.xz

New:
----
  qt6-charts-rpmlintrc
  qtcharts-everywhere-src-6.2.0.tar.xz

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

Other differences:
------------------
++++++ qt6-charts.spec ++++++
--- /var/tmp/diff_new_pack.02HdgX/_old  2021-10-04 18:40:58.810156470 +0200
+++ /var/tmp/diff_new_pack.02HdgX/_new  2021-10-04 18:40:58.814156476 +0200
@@ -16,8 +16,8 @@
 #
 
 
-%define real_version 6.1.3
-%define short_version 6.1
+%define real_version 6.2.0
+%define short_version 6.2
 %define short_name qtcharts
 %define tar_name qtcharts-everywhere-src
 %define tar_suffix %{nil}
@@ -28,12 +28,13 @@
 %endif
 #
 Name:           qt6-charts%{?pkg_suffix}
-Version:        6.1.3
+Version:        6.2.0
 Release:        0
 Summary:        Qt 6 Charts library
 License:        GPL-3.0-or-later
 URL:            https://www.qt.io
 Source:         
https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
+Source99:       qt6-charts-rpmlintrc
 BuildRequires:  qt6-core-private-devel
 BuildRequires:  cmake(Qt6Core)
 BuildRequires:  cmake(Qt6Gui)
@@ -82,6 +83,27 @@
 This package provides private headers of libQt6Charts that do not have any
 ABI or API guarantees.
 
+%package -n libQt6ChartsQml6
+Summary:        Qt 6 ChartsQml library
+
+%description -n libQt6ChartsQml6
+The Qt 6 ChartsQml library.
+
+%package -n qt6-chartsqml-devel
+Summary:        Qt 6 ChartsQml library - Development files
+Requires:       libQt6ChartsQml6 = %{version}
+
+%description -n qt6-chartsqml-devel
+Development files for the Qt 6 ChartsQml library.
+
+%package -n qt6-chartsqml-private-devel
+Summary:        Non-ABI stable API for the Qt 6 ChartsQml Library
+Requires:       cmake(Qt6ChartsQml) = %{real_version}
+
+%description -n qt6-chartsqml-private-devel
+This package provides private headers of libQt6ChartsQml that do not have any
+ABI or API guarantees.
+
 %{qt6_examples_package}
 
 %endif
@@ -103,7 +125,9 @@
 rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
 
 %post -n libQt6Charts6 -p /sbin/ldconfig
+%post -n libQt6ChartsQml6 -p /sbin/ldconfig
 %postun -n libQt6Charts6 -p /sbin/ldconfig
+%postun -n libQt6ChartsQml6 -p /sbin/ldconfig
 
 %files imports
 %{_qt6_qmldir}/QtCharts/
@@ -119,6 +143,7 @@
 %{_qt6_includedir}/QtCharts/
 %{_qt6_libdir}/libQt6Charts.prl
 %{_qt6_libdir}/libQt6Charts.so
+%{_qt6_metatypesdir}/qt6charts_*_metatypes.json
 %{_qt6_mkspecsdir}/modules/qt_lib_charts.pri
 %exclude %{_qt6_includedir}/QtCharts/%{real_version}
 
@@ -126,6 +151,23 @@
 %{_qt6_includedir}/QtCharts/%{real_version}
 %{_qt6_mkspecsdir}/modules/qt_lib_charts_private.pri
 
+%files -n libQt6ChartsQml6
+%{_qt6_libdir}/libQt6ChartsQml.so.*
+
+%files -n qt6-chartsqml-devel
+%{_qt6_cmakedir}/Qt6ChartsQml/
+%{_qt6_descriptionsdir}/ChartsQml.json
+%{_qt6_includedir}/QtChartsQml/
+%{_qt6_libdir}/libQt6ChartsQml.prl
+%{_qt6_libdir}/libQt6ChartsQml.so
+%{_qt6_metatypesdir}/qt6chartsqml_*_metatypes.json
+%{_qt6_mkspecsdir}/modules/qt_lib_chartsqml.pri
+%exclude %{_qt6_includedir}/QtChartsQml/%{real_version}
+
+%files -n qt6-chartsqml-private-devel
+%{_qt6_includedir}/QtChartsQml/%{real_version}
+%{_qt6_mkspecsdir}/modules/qt_lib_chartsqml_private.pri
+
 %endif
 
 %changelog

++++++ qt6-charts-rpmlintrc ++++++
# using fdupes on include directories means looking for troubles
addFilter("files-duplicate .*")

# library and development package names don't match
addFilter("no-dependency-on .*")
++++++ qtcharts-everywhere-src-6.1.3.tar.xz -> 
qtcharts-everywhere-src-6.2.0.tar.xz ++++++
++++ 20720 lines of diff (skipped)

Reply via email to