Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package arti for openSUSE:Factory checked in 
at 2024-04-04 22:27:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/arti (Old)
 and      /work/SRC/openSUSE:Factory/.arti.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "arti"

Thu Apr  4 22:27:18 2024 rev:7 rq:1165003 version:1.2.1~0

Changes:
--------
--- /work/SRC/openSUSE:Factory/arti/arti.changes        2024-04-03 
17:21:34.996079137 +0200
+++ /work/SRC/openSUSE:Factory/.arti.new.1905/arti.changes      2024-04-04 
22:28:54.505164293 +0200
@@ -1,0 +2,5 @@
+Thu Apr  4 15:40:41 UTC 2024 - Guillaume GARDET <[email protected]>
+
+- Update constraints to build on more workers (especially for aarch64)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ arti.spec ++++++
--- /var/tmp/diff_new_pack.3EyZ1y/_old  2024-04-04 22:28:55.749210094 +0200
+++ /var/tmp/diff_new_pack.3EyZ1y/_new  2024-04-04 22:28:55.753210241 +0200
@@ -25,6 +25,7 @@
 Source0:        %{name}-%{version}.tar
 Source1:        vendor.tar.zst
 BuildRequires:  cargo-packaging
+BuildRequires:  memory-constraints
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(sqlite3)
@@ -37,6 +38,7 @@
 %autosetup -p1 -a1
 
 %build
+%limit_build -m 4100
 %{cargo_build}
 
 %install

++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.3EyZ1y/_old  2024-04-04 22:28:55.789211567 +0200
+++ /var/tmp/diff_new_pack.3EyZ1y/_new  2024-04-04 22:28:55.793211715 +0200
@@ -1,10 +1,10 @@
 <constraints>
   <hardware>
-    <memoryperjob>
-     <size unit="G">4</size>
-    </memoryperjob>
+    <memory>
+     <size unit="G">16</size>
+    </memory>
     <disk>
-      <size unit="G">30</size>
+      <size unit="G">35</size>
     </disk>
   </hardware>
 </constraints>

Reply via email to