Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package qore-sqlite3-module for
openSUSE:Factory checked in at 2025-05-12 16:50:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qore-sqlite3-module (Old)
and /work/SRC/openSUSE:Factory/.qore-sqlite3-module.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qore-sqlite3-module"
Mon May 12 16:50:16 2025 rev:8 rq:1276879 version:1.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/qore-sqlite3-module/qore-sqlite3-module.changes
2023-02-03 22:17:42.899505582 +0100
+++
/work/SRC/openSUSE:Factory/.qore-sqlite3-module.new.30101/qore-sqlite3-module.changes
2025-05-12 16:54:10.750025912 +0200
@@ -1,0 +2,11 @@
+Mon May 12 15:33:26 UTC 2025 - Sarah Kriesch <[email protected]>
+
+- Remove clean section
+
+-------------------------------------------------------------------
+Mon May 12 13:39:52 UTC 2025 - Sarah Kriesch <[email protected]>
+
+- Add CMAKE Policy >=3.5 (boo#1241902)
+- Move to %autosetup
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ qore-sqlite3-module.spec ++++++
--- /var/tmp/diff_new_pack.DxC92N/_old 2025-05-12 16:54:11.154042868 +0200
+++ /var/tmp/diff_new_pack.DxC92N/_new 2025-05-12 16:54:11.154042868 +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