Hello community, here is the log from the commit of package mame for openSUSE:Factory checked in at 2019-12-16 15:20:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mame (Old) and /work/SRC/openSUSE:Factory/.mame.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mame" Mon Dec 16 15:20:02 2019 rev:20 rq:757214 version:0.211 Changes: -------- --- /work/SRC/openSUSE:Factory/mame/mame.changes 2019-12-09 21:35:28.942092033 +0100 +++ /work/SRC/openSUSE:Factory/.mame.new.4691/mame.changes 2019-12-16 15:20:02.567147304 +0100 @@ -1,0 +2,7 @@ +Sun Dec 15 22:23:56 UTC 2019 - Stefan BrĂ¼ns <[email protected]> + +- Reduce constraints for mess and increase for mame, fix + sporadic build failures for mame. +- Force UTF-8 locale to fix python3 errors on Leap 15.x. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mame.spec ++++++ --- /var/tmp/diff_new_pack.ZkaaCu/_old 2019-12-16 15:20:05.135146234 +0100 +++ /var/tmp/diff_new_pack.ZkaaCu/_new 2019-12-16 15:20:05.135146234 +0100 @@ -191,6 +191,8 @@ %endif export CFLAGS=$(pkg-config --cflags lua) +# Make sure Python3 uses a UTF8 as default encoding even on Leap 15.x +export LANG=C.UTF-8 COMMON_FLAGS="\ NOWERROR=1 \ ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.ZkaaCu/_old 2019-12-16 15:20:05.167146221 +0100 +++ /var/tmp/diff_new_pack.ZkaaCu/_new 2019-12-16 15:20:05.167146221 +0100 @@ -15,14 +15,30 @@ <arch>x86_64</arch> <arch>ppc64le</arch> <package>mame:mame</package> + </conditions> + <hardware> + <disk> + <size unit="G">34</size> + </disk> + <memory> + <size unit="M">14500</size> + </memory> + </hardware> + </overwrite> + +<overwrite> + <conditions> + <arch>aarch64</arch> + <arch>x86_64</arch> + <arch>ppc64le</arch> <package>mame:mess</package> </conditions> <hardware> <disk> - <size unit="G">33</size> + <size unit="G">32</size> </disk> <memory> - <size unit="M">13500</size> + <size unit="M">12500</size> </memory> </hardware> </overwrite>
