Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mame for openSUSE:Factory checked in 
at 2024-01-19 23:01:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mame (Old)
 and      /work/SRC/openSUSE:Factory/.mame.new.16006 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mame"

Fri Jan 19 23:01:50 2024 rev:11 rq:1139830 version:0.261

Changes:
--------
--- /work/SRC/openSUSE:Factory/mame/mame.changes        2023-11-07 
21:28:54.805158572 +0100
+++ /work/SRC/openSUSE:Factory/.mame.new.16006/mame.changes     2024-01-19 
23:02:14.866142059 +0100
@@ -1,0 +2,7 @@
+Fri Jan 19 00:55:33 UTC 2024 - Илья Индиго <[email protected]>
+
+- Updated to 0.261
+  * /usr/share/doc/packages/mame/whatsnew-0.261.txt
+  * Changed file reproducible.patch
+
+-------------------------------------------------------------------

Old:
----
  mame-mame0260.tar.gz
  whatsnew_0260.txt

New:
----
  mame-mame0261.tar.gz
  whatsnew_0261.txt

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

Other differences:
------------------
++++++ mame.spec ++++++
--- /var/tmp/diff_new_pack.ywFQnD/_old  2024-01-19 23:02:17.198227366 +0100
+++ /var/tmp/diff_new_pack.ywFQnD/_new  2024-01-19 23:02:17.198227366 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mame
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%define ver     260
+%define ver     261
 Name:           mame
 Version:        0.%{ver}
 Release:        0
@@ -106,6 +106,7 @@
 %build
 %define _lto_cflags %{nil}
 MY_OPT_FLAGS=$(echo %{optflags} | sed -re 's@-g($|[0-9])@-g1@g; s@-g\s@-g1 @g')
+MY_OPT_FLAGS=$(echo $MY_OPT_FLAGS | sed 's@ -Wp,-D_GLIBCXX_ASSERTIONS@@')
 sed -i "s@-Wall -Wextra -Os \$(MPARAM)@$MY_OPT_FLAGS@" 
3rdparty/genie/build/gmake.linux/genie.make
 sed -i "s@-s -rdynamic@$LDFLAGS -rdynamic@" 
3rdparty/genie/build/gmake.linux/genie.make
 

++++++ mame-mame0260.tar.gz -> mame-mame0261.tar.gz ++++++
/work/SRC/openSUSE:Factory/mame/mame-mame0260.tar.gz 
/work/SRC/openSUSE:Factory/.mame.new.16006/mame-mame0261.tar.gz differ: char 
15, line 1


++++++ reproducible.patch ++++++
--- /var/tmp/diff_new_pack.ywFQnD/_old  2024-01-19 23:02:17.294230877 +0100
+++ /var/tmp/diff_new_pack.ywFQnD/_new  2024-01-19 23:02:17.294230877 +0100
@@ -1,32 +1,6 @@
-https://github.com/mamedev/mame/pull/11651
-
-Author: Bernhard M. Wiedemann <bernhard+gitcommit lsmod.de>
-Date:   Sun Oct 22 20:23:29 2023 +0200
-
-Make generation of has_*.h files deterministic
-
-Without this patch, order of entries in 
generated/has_{buses,cpus,formats,machines,sounds,videos}.h varied across 
builds.
-
-This patch was done while working on reproducible builds for openSUSE.
-
-
-Index: mame-mame0258/scripts/genie.lua
-===================================================================
---- mame-mame0258.orig/scripts/genie.lua
-+++ mame-mame0258/scripts/genie.lua
-@@ -1530,7 +1530,7 @@ function generate_has_header(hashname, h
-    file:write(string.format("#ifndef GENERATED_HAS_%s_H\n", hashname))
-    file:write(string.format("#define GENERATED_HAS_%s_H\n", hashname))
-    file:write("\n")
--   for k, v in pairs(hash) do
-+   for k, v in ipairs(hash) do
-         if v then
-                file:write(string.format("#define HAS_%s_%s\n", hashname, k))
-         end
-Index: mame-mame0258/scripts/build/makedep.py
-===================================================================
---- mame-mame0258.orig/scripts/build/makedep.py
-+++ mame-mame0258/scripts/build/makedep.py
+diff -Pdpru mame-mame0261.orig/scripts/build/makedep.py 
mame-mame0261/scripts/build/makedep.py
+--- mame-mame0261.orig/scripts/build/makedep.py        2023-11-27 
23:47:14.000000000 +0300
++++ mame-mame0261/scripts/build/makedep.py     2024-01-18 21:01:55.694442744 
+0300
 @@ -432,7 +432,7 @@ class DriverFilter:
              elif text:
                  if (len(text) >= 2) and ((text[0] == '"') or (text[0] == 
"'")) and (text[0] == text[-1]):

++++++ whatsnew_0260.txt -> whatsnew_0261.txt ++++++
++++ 2825 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/mame/whatsnew_0260.txt
++++ and /work/SRC/openSUSE:Factory/.mame.new.16006/whatsnew_0261.txt

Reply via email to