Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fplll for openSUSE:Factory checked 
in at 2022-12-10 21:18:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fplll (Old)
 and      /work/SRC/openSUSE:Factory/.fplll.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fplll"

Sat Dec 10 21:18:38 2022 rev:11 rq:1041938 version:5.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/fplll/fplll.changes      2022-05-25 
20:35:56.320342886 +0200
+++ /work/SRC/openSUSE:Factory/.fplll.new.1835/fplll.changes    2022-12-10 
21:18:42.357864383 +0100
@@ -1,0 +2,6 @@
+Fri Dec  9 18:42:36 UTC 2022 - Stefan Brüns <stefan.bru...@rwth-aachen.de>
+
+- Limit build parallelism with limit_build macro to avoid
+  occasional build failure due to OOM.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fplll.spec ++++++
--- /var/tmp/diff_new_pack.JbVTAW/_old  2022-12-10 21:18:42.849867261 +0100
+++ /var/tmp/diff_new_pack.JbVTAW/_new  2022-12-10 21:18:42.853867284 +0100
@@ -29,6 +29,7 @@
 Source:         
https://github.com/fplll/fplll/releases/download/%version/fplll-%version.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  gmp-devel
+BuildRequires:  memory-constraints
 BuildRequires:  mpfr-devel
 BuildRequires:  pkg-config
 
@@ -74,8 +75,9 @@
 %setup -q
 
 %build
+%limit_build -m 1700
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -85,18 +87,16 @@
 %postun -n %lname -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
+%doc NEWS README.md
+%license COPYING
 %_bindir/fplll
 %_bindir/latticegen
 %_datadir/fplll/
-%doc COPYING NEWS README.md
 
 %files -n %lname
-%defattr(-,root,root)
 %_libdir/libfplll.so.*
 
 %files -n fplll-devel
-%defattr(-,root,root)
 %_includedir/fplll*
 %_libdir/libfplll.so
 %_libdir/pkgconfig/*.pc

Reply via email to