Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qore-sqlite3-module for openSUSE:Leap:16.0 checked in at 2025-06-11 12:41:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/qore-sqlite3-module (Old) and /work/SRC/openSUSE:Leap:16.0/.qore-sqlite3-module.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qore-sqlite3-module" Wed Jun 11 12:41:55 2025 rev:2 rq:1278572 version:1.0.2 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/qore-sqlite3-module/qore-sqlite3-module.changes 2025-03-19 11:56:01.241126219 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.qore-sqlite3-module.new.19631/qore-sqlite3-module.changes 2025-06-11 12:42:00.453596223 +0200 @@ -1,0 +2,11 @@ +Mon May 12 15:33:26 UTC 2025 - Sarah Kriesch <sarah.krie...@opensuse.org> + +- Remove clean section + +------------------------------------------------------------------- +Mon May 12 13:39:52 UTC 2025 - Sarah Kriesch <sarah.krie...@opensuse.org> + +- Add CMAKE Policy >=3.5 (boo#1241902) +- Move to %autosetup + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qore-sqlite3-module.spec ++++++ --- /var/tmp/diff_new_pack.cIi9Hu/_old 2025-06-11 12:42:00.697606380 +0200 +++ /var/tmp/diff_new_pack.cIi9Hu/_new 2025-06-11 12:42:00.697606380 +0200 @@ -25,7 +25,7 @@ Group: Development/Languages/Other URL: https://www.qore.org Source: %{name}-%{version}.tar.zst -BuildRequires: cmake +BuildRequires: cmake >= 3.5 BuildRequires: gcc-c++ BuildRequires: qore BuildRequires: qore-devel >= 0.7 @@ -46,14 +46,18 @@ xml module. %prep -%setup -q +%autosetup -p1 %build -%cmake -%cmake_build +export CMAKE_POLICY_VERSION_MINIMUM=3.5 +export CXXFLAGS="%{?optflags}" +cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DCMAKE_SKIP_RPATH=1 -DCMAKE_SKIP_INSTALL_RPATH=1 -DCMAKE_SKIP_BUILD_RPATH=1 -DCMAKE_PREFIX_PATH=${_prefix}/lib64/cmake/Qore . +make %{?_smp_mflags} +make docs %install -%cmake_install +make DESTDIR=%{buildroot} install %{?_smp_mflags} + %files %license COPYING