Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kColorPicker for openSUSE:Factory checked in at 2024-02-23 16:40:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kColorPicker (Old) and /work/SRC/openSUSE:Factory/.kColorPicker.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kColorPicker" Fri Feb 23 16:40:25 2024 rev:8 rq:1148765 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kColorPicker/kColorPicker.changes 2024-02-08 19:01:30.121631849 +0100 +++ /work/SRC/openSUSE:Factory/.kColorPicker.new.1770/kColorPicker.changes 2024-02-23 16:40:26.548708086 +0100 @@ -1,0 +2,7 @@ +Sun Feb 11 00:45:49 UTC 2024 - Christophe Marin <[email protected]> + +- Fix build on Leap. The Qt6 packaging macros set the minimum + compiler version +- Change %post/%postun to %ldconfig_scriptlets + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kColorPicker.spec ++++++ --- /var/tmp/diff_new_pack.eZdk1e/_old 2024-02-23 16:40:27.716750428 +0100 +++ /var/tmp/diff_new_pack.eZdk1e/_new 2024-02-23 16:40:27.716750428 +0100 @@ -75,24 +75,27 @@ %autosetup -p1 -n kColorPicker-%{version} %build -%cmake \ +%define opts -DBUILD_TESTS=TRUE -DBUILD_EXAMPLE=FALSE %if %{qtver} == 6 - -DBUILD_WITH_QT6=TRUE \ + %cmake_qt6 -DBUILD_WITH_QT6=TRUE -DBUILD_SHARED_LIBS=TRUE %{opts} + %qt6_build +%else + %cmake %{opts} + %cmake_build %endif - -DBUILD_TESTS=TRUE \ - -DBUILD_EXAMPLE=FALSE - -%make_jobs %install -%cmake_install +%if %{qtver} == 6 + %qt6_install +%else + %cmake_install +%endif %check export QT_QPA_PLATFORM=offscreen %ctest -%post -n %{libname} -p /sbin/ldconfig -%postun -n %{libname} -p /sbin/ldconfig +%ldconfig_scriptlets -n %{libname} %files -n %{libname} %license LICENSE
