Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libqxp for openSUSE:Factory checked 
in at 2026-06-16 13:46:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqxp (Old)
 and      /work/SRC/openSUSE:Factory/.libqxp.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libqxp"

Tue Jun 16 13:46:39 2026 rev:5 rq:1359545 version:0.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libqxp/libqxp.changes    2026-06-09 
14:22:21.165666076 +0200
+++ /work/SRC/openSUSE:Factory/.libqxp.new.1981/libqxp.changes  2026-06-16 
13:47:55.927471148 +0200
@@ -1,0 +2,7 @@
+Mon Jun 15 07:09:33 UTC 2026 - Josef Melcr <[email protected]>
+
+- Add autoreconf to fix configure not detecting boost headers
+- Force -std=gnu++17 when compiling with GCC >= 16 to fix
+  deprecation warnings
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libqxp.spec ++++++
--- /var/tmp/diff_new_pack.KxAb2G/_old  2026-06-16 13:47:57.847551285 +0200
+++ /var/tmp/diff_new_pack.KxAb2G/_new  2026-06-16 13:47:57.867552120 +0200
@@ -26,10 +26,13 @@
 Group:          Development/Libraries/C and C++
 URL:            http://wiki.documentfoundation.org/DLP/Libraries/libqxp
 Source:         
http://dev-www.libreoffice.org/src/%{name}/%{name}-%{version}.tar.xz
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  help2man
+BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 BuildRequires:  pkgconfig(cppunit)
@@ -85,6 +88,12 @@
 %setup -q
 
 %build
+
+%if %{pkg_vcmp gcc >= 16}
+  export CXXFLAGS="$CXXFLAGS -std=gnu++17"
+%endif
+
+autoreconf -vfi
 %configure \
        --disable-silent-rules \
        --disable-static \

Reply via email to