Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qore-openldap-module for 
openSUSE:Factory checked in at 2025-05-12 16:50:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qore-openldap-module (Old)
 and      /work/SRC/openSUSE:Factory/.qore-openldap-module.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qore-openldap-module"

Mon May 12 16:50:12 2025 rev:6 rq:1276849 version:1.2.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/qore-openldap-module/qore-openldap-module.changes    
    2025-03-04 18:33:32.260321011 +0100
+++ 
/work/SRC/openSUSE:Factory/.qore-openldap-module.new.30101/qore-openldap-module.changes
     2025-05-12 16:54:08.125915784 +0200
@@ -1,0 +2,21 @@
+Mon May 12 14:18:20 UTC 2025 - Sarah Kriesch <[email protected]>
+
+- Remove clean section
+
+-------------------------------------------------------------------
+Mon May 12 13:59:44 UTC 2025 - Sarah Kriesch <[email protected]>
+
+- Add if case for qore >= 2.0 and BuildRequire qore-stdlib
+
+-------------------------------------------------------------------
+Mon May 12 13:30:24 UTC 2025 - Sarah Kriesch <[email protected]>
+
+- Add qore-stdlib >= 2.0 as BuildRequire for new qore package
+
+-------------------------------------------------------------------
+Wed May  7 10:56:45 UTC 2025 - Simon Lees <[email protected]>
+
+- export CMAKE_POLICY_VERSION_MINIMUM="3.5" to ignore cmakes
+  minimum version warnings
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ qore-openldap-module.spec ++++++
--- /var/tmp/diff_new_pack.Qhfy8Y/_old  2025-05-12 16:54:08.693939623 +0200
+++ /var/tmp/diff_new_pack.Qhfy8Y/_new  2025-05-12 16:54:08.697939790 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qore-openldap-module
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -58,13 +58,14 @@
 BuildRequires:  cmake >= 3.5
 BuildRequires:  doxygen
 BuildRequires:  qore >= 1.12.4
+BuildRequires:  (qore-stdlib if qore >= 2.0)
+
 
 %description
 This package contains the openldap module for the Qore Programming Language.
 
 This module exposes functionality from the openldap library as a Qore API.
 
-
 %package doc
 Summary:        Documentation and examples for the Qore openldap module
 Group:          Development/Languages
@@ -78,9 +79,12 @@
 %doc docs/openldap test
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
+# Remove cmake4 error due to not setting
+# min cmake version - sflees.de
+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}
@@ -90,8 +94,7 @@
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
-%clean
-rm -rf $RPM_BUILD_ROOT
+
 
 %files
 %defattr(-,root,root,-)

Reply via email to