Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qore-mysql-module for openSUSE:Leap:16.0 checked in at 2025-06-11 12:41:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/qore-mysql-module (Old) and /work/SRC/openSUSE:Leap:16.0/.qore-mysql-module.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qore-mysql-module" Wed Jun 11 12:41:54 2025 rev:2 rq:1278570 version:2.1 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/qore-mysql-module/qore-mysql-module.changes 2025-03-19 11:56:01.025117096 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.qore-mysql-module.new.19631/qore-mysql-module.changes 2025-06-11 12:41:59.557558926 +0200 @@ -1,0 +2,6 @@ +Mon May 12 16:08:25 UTC 2025 - Sarah Kriesch <sarah.krie...@opensuse.org> + +- Add CMAKE Policy for >= 3.5 (boo#1241902) +- Remove clean section + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qore-mysql-module.spec ++++++ --- /var/tmp/diff_new_pack.CH6ohJ/_old 2025-06-11 12:41:59.825570082 +0200 +++ /var/tmp/diff_new_pack.CH6ohJ/_new 2025-06-11 12:41:59.825570082 +0200 @@ -85,10 +85,13 @@ %endif %prep -%setup -q +%autosetup -p1 ./configure RPM_OPT_FLAGS="$RPM_OPT_FLAGS" --prefix=/usr --disable-debug %build +# Remove cmake4 error due to not setting +# min cmake version - sflees.de +export CMAKE_POLICY_VERSION_MINIMUM=3.5 %{__make} %install @@ -97,8 +100,6 @@ mkdir -p $RPM_BUILD_ROOT/usr/share/doc/qore-mysql-module make install DESTDIR=$RPM_BUILD_ROOT -%clean -rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) @@ -108,6 +109,7 @@ %package doc Summary: MySQL DBI module for Qore Group: Development/Languages +BuildArch: noarch %description doc MySQL module for the Qore Programming Language.