Hello community,

here is the log from the commit of package fractal for openSUSE:Factory checked 
in at 2020-08-23 09:21:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fractal (Old)
 and      /work/SRC/openSUSE:Factory/.fractal.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fractal"

Sun Aug 23 09:21:17 2020 rev:10 rq:828465 version:4.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/fractal/fractal.changes  2020-01-27 
20:16:34.168490725 +0100
+++ /work/SRC/openSUSE:Factory/.fractal.new.3399/fractal.changes        
2020-08-23 09:21:26.826694020 +0200
@@ -1,0 +2,11 @@
+Fri Aug 21 06:29:49 UTC 2020 - Michel Normand <norm...@linux.vnet.ibm.com>
+
+- Add _constraints min 4GB  disk space
+  and 4GB min physicalmemory for x86_64 ppc64 ppc64le
+
+-------------------------------------------------------------------
+Thu Aug 20 15:39:43 UTC 2020 - Michel Normand <norm...@linux.vnet.ibm.com>
+
+- Avoid build error for ppc64le as reported by boo#1175502
+
+-------------------------------------------------------------------

New:
----
  _constraints

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

Other differences:
------------------
++++++ fractal.spec ++++++
--- /var/tmp/diff_new_pack.9qnm3c/_old  2020-08-23 09:21:27.418694349 +0200
+++ /var/tmp/diff_new_pack.9qnm3c/_new  2020-08-23 09:21:27.422694351 +0200
@@ -65,6 +65,19 @@
 %autosetup -p1
 
 %build
+# bypass error https://bugzilla.opensuse.org/show_bug.cgi?id=1175502
+# to avoid cargo reported error if config.guess has been changed
+# by build macro.
+%ifarch ppc64le
+guessname='src/libbacktrace/config.guess'
+cfgguess="./vendor/backtrace-sys/$guessname"
+chkjson='./vendor/backtrace-sys/.cargo-checksum.json'
+if [[ -f $cfgguess ]] && [[ -f $chkjson ]]; then
+  chksum=`sha256sum $cfgguess |sed -e 's/ .*//'`
+  grep -q $guessname $chkjson && grep -q $chksum $chkjson || sed -i -e 
"s#\($guessname.:.\)[0-9a-f]*#\1$chksum#" $chkjson
+fi
+%endif
+
 %define _lto_cflags %{nil}
 %meson
 %meson_build

++++++ _constraints ++++++
<constraints>
  <hardware>
  <disk>
    <size unit="G">4</size>
  </disk>
  </hardware>
  <overwrite>
    <conditions>
      <arch>ppc64</arch>
      <arch>ppc64le</arch>
      <arch>x86_64</arch>
    </conditions>
    <hardware>
    <physicalmemory>
      <size unit="G">4</size>
    </physicalmemory>
    </hardware>
  </overwrite>
</constraints>


Reply via email to