Hello community,

here is the log from the commit of package mame for openSUSE:Factory checked in 
at 2017-08-23 11:54:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mame (Old)
 and      /work/SRC/openSUSE:Factory/.mame.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mame"

Wed Aug 23 11:54:11 2017 rev:3 rq:517541 version:0.188

Changes:
--------
--- /work/SRC/openSUSE:Factory/mame/mame.changes        2017-06-15 
11:26:03.784786607 +0200
+++ /work/SRC/openSUSE:Factory/.mame.new/mame.changes   2017-08-23 
11:54:14.450556811 +0200
@@ -1,0 +2,19 @@
+Fri Aug 18 07:44:16 UTC 2017 - alarr...@suse.com
+
+- Update to version 0.188
+    * See /usr/share/doc/mame/whatsnew_0.188.txt for details
+- Use CFLAGS env.var. when building for Factory so the compiler finds
+  the lua-5.3 include files.
+
+-------------------------------------------------------------------
+Tue Jun 27 23:17:04 UTC 2017 - luke.nukem.jo...@gmail.com
+
+- Fix broken appdata xml for each derived package
+
+-------------------------------------------------------------------
+Wed Jun 14 22:28:48 UTC 2017 - luke.nukem.jo...@gmail.com
+
+- Update to version 0.186
+    * See /usr/share/doc/mame/whatsnew_0.186.txt for details
+
+-------------------------------------------------------------------

Old:
----
  mame0185.tar.gz
  whatsnew_0185.txt

New:
----
  mame0188.tar.gz
  whatsnew_0188.txt

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

Other differences:
------------------
++++++ mame.spec ++++++
--- /var/tmp/diff_new_pack.i0QE5D/_old  2017-08-23 11:54:23.653261347 +0200
+++ /var/tmp/diff_new_pack.i0QE5D/_new  2017-08-23 11:54:23.657260784 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define fver   185
+%define fver   188
 # To build these, change to bcond_without
 %bcond_without  mess
 %bcond_without  arcade
@@ -157,6 +157,11 @@
     -e "s,@SYSCONFDIR@,%{_sysconfdir},g" %{SOURCE101} > mame.ini
 
 %build
+# Limit RAM usage during link
+# export LDFLAGS="${LDFLAGS} -Wl,--no-keep-memory 
-Wl,--reduce-memory-overheads"
+%if 0%{?suse_version} > 1320
+export CFLAGS=-I/usr/include/lua5.3
+%endif
 COMMON_FLAGS="\
     NOWERROR=1 \
     VERBOSE=1 \

++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.i0QE5D/_old  2017-08-23 11:54:23.733250087 +0200
+++ /var/tmp/diff_new_pack.i0QE5D/_new  2017-08-23 11:54:23.737249524 +0200
@@ -1,8 +1,8 @@
 <constraints>
   <hardware>
-    <processors>8</processors>
+    <processors>4</processors>
       <disk>
-        <size unit="G">40</size>
+        <size unit="G">50</size>
       </disk>
       <memory>
         <size unit="G">8</size>

++++++ mame-arcade.appdata.xml ++++++
--- /var/tmp/diff_new_pack.i0QE5D/_old  2017-08-23 11:54:23.773244457 +0200
+++ /var/tmp/diff_new_pack.i0QE5D/_new  2017-08-23 11:54:23.777243894 +0200
@@ -1,49 +1,44 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <component type="desktop">
-​  <id>mame-arcade.desktop</id>
-​  <metadata_license>CC0</metadata_license>
-​  <project_license>GPL-2.0+ and BSD-3-Clause</project_license>
-​  <name>MAME-Arcade</name>
-​  <summary>Multiple Arcade Machine Emulator</summary>
-​
-​  <description>
-​    <p>
-​      MAME is an emulator designed to recreate the hardware of arcade game
+       <id>mame-arcade.desktop</id>
+       <metadata_license>CC0</metadata_license>
+       <project_license>GPL-2.0+ and BSD-3-Clause</project_license>
+       <name>MAME-Arcade</name>
+       <summary>Multiple Arcade Machine Emulator</summary>
+       <description>
+               <p>
+                       MAME is an emulator designed to recreate the hardware 
of arcade game
       systems in software on modern personal computers. The source code to
       MAME serves as this hardware documentation. The fact that the
       software is usable serves primarily to validate the accuracy of the
       documentation.
-​    </p>
-    <p>
+               </p>
+               <p>
       This package is the Arcade only build. The other builds available
       are MAME, which is the monolithic Arcade+MESS build, and MAME-MESS
       which is the MESS only build.
-      </p>
-​  </description>
-​
-​  <screenshots>
-​    <screenshot>
-​      <caption>The main screen</caption>
-​      <image>https://i.imgsafe.org/ccad9dfbd9.png</image>
-​    </screenshot>
-​    <screenshot>
-      <caption>The settings menu</caption>
-​      <image>https://i.imgsafe.org/ccb7cab3a5.png</image>
-​    </screenshot>
-    <screenshot type="default">
-      <caption>Gameplay 1</caption>
-​      <image>https://i.imgsafe.org/ccae6a4856.png</image>
-​    </screenshot>
-    <screenshot>
-      <caption>Gameplay 2</caption>
-​      <image>https://i.imgsafe.org/ccb7b1d2ff.png</image>
-​    </screenshot>
-​  </screenshots>
-​
-​  <url type="homepage">http://mamedev.org/</url>
-​
-​  <provides>
-​    <binary>mame-arcade</binary>
-​  </provides>
-​
-​</component>
+               </p>
+       </description>
+       <screenshots>
+               <screenshot>
+                       <caption>The main screen</caption>
+                       <image>https://i.imgsafe.org/ccad9dfbd9.png</image>
+               </screenshot>
+               <screenshot>
+                       <caption>The settings menu</caption>
+                       <image>https://i.imgsafe.org/ccb7cab3a5.png</image>
+               </screenshot>
+               <screenshot type="default">
+                       <caption>Gameplay 1</caption>
+                       <image>https://i.imgsafe.org/ccae6a4856.png</image>
+               </screenshot>
+               <screenshot>
+                       <caption>Gameplay 2</caption>
+                       <image>https://i.imgsafe.org/ccb7b1d2ff.png</image>
+               </screenshot>
+       </screenshots>
+       <url type="homepage">http://mamedev.org/</url>
+       <provides>
+               <binary>mame-arcade</binary>
+       </provides>
+</component>

++++++ mame-mess.appdata.xml ++++++
--- /var/tmp/diff_new_pack.i0QE5D/_old  2017-08-23 11:54:23.813238827 +0200
+++ /var/tmp/diff_new_pack.i0QE5D/_new  2017-08-23 11:54:23.813238827 +0200
@@ -1,49 +1,44 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <component type="desktop">
-​  <id>mame-mess.desktop</id>
-​  <metadata_license>CC0</metadata_license>
-​  <project_license>GPL-2.0+ and BSD-3-Clause</project_license>
-​  <name>MAME-MESS</name>
-​  <summary>Multiple Arcade Machine Emulator</summary>
-​
-​  <description>
-​    <p>
-​      MAME is an emulator designed to recreate the hardware of arcade game
+  <id>mame-mess.desktop</id>
+  <metadata_license>CC0</metadata_license>
+  <project_license>GPL-2.0+ and BSD-3-Clause</project_license>
+  <name>MAME-MESS</name>
+  <summary>Multiple Arcade Machine Emulator</summary>
+  <description>
+    <p>
+      MAME is an emulator designed to recreate the hardware of arcade game
       systems in software on modern personal computers. The source code to
       MAME serves as this hardware documentation. The fact that the
       software is usable serves primarily to validate the accuracy of the
       documentation.
-​    </p>
+    </p>
     <p>
       This package is the MESS only build. The other builds available
       are MAME, which is the monolithic Arcade+MESS build, and MAME-Arcade
       which is the Arcade only build.
     </p>
-​  </description>
-​
-​  <screenshots>
-​    <screenshot>
-​      <caption>The main screen</caption>
-​      <image>https://i.imgsafe.org/ccad9dfbd9.png</image>
-​    </screenshot>
-​    <screenshot>
+  </description>
+  <screenshots>
+    <screenshot>
+      <caption>The main screen</caption>
+      <image>https://i.imgsafe.org/ccad9dfbd9.png</image>
+    </screenshot>
+    <screenshot>
       <caption>The settings menu</caption>
-​      <image>https://i.imgsafe.org/ccb7cab3a5.png</image>
-​    </screenshot>
+      <image>https://i.imgsafe.org/ccb7cab3a5.png</image>
+    </screenshot>
     <screenshot type="default">
       <caption>Gameplay 1</caption>
-​      <image>http://www.mess.org/_media/mess/drivers/x1/x1/0258.png</image>
-​    </screenshot>
+      <image>http://www.mess.org/_media/mess/drivers/x1/x1/0258.png</image>
+    </screenshot>
     <screenshot>
       <caption>Gameplay 2</caption>
-​      <image>http://www.mess.org/_media/mess/drivers/x1/x1/0000m.png</image>
-​    </screenshot>
-​  </screenshots>
-​
-​  <url type="homepage">http://mamedev.org/</url>
-​
-​  <provides>
-​    <binary>mame-mess</binary>
-​  </provides>
-​
-​</component>
+      <image>http://www.mess.org/_media/mess/drivers/x1/x1/0000m.png</image>
+    </screenshot>
+  </screenshots>
+  <url type="homepage">http://mamedev.org/</url>
+  <provides>
+       <binary>mame-mess</binary>
+  </provides>
+</component>

++++++ mame.appdata.xml ++++++
--- /var/tmp/diff_new_pack.i0QE5D/_old  2017-08-23 11:54:23.877229819 +0200
+++ /var/tmp/diff_new_pack.i0QE5D/_new  2017-08-23 11:54:23.881229256 +0200
@@ -1,49 +1,44 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <component type="desktop">
-​  <id>mame.desktop</id>
-​  <metadata_license>CC0</metadata_license>
-​  <project_license>GPL-2.0+ and BSD-3-Clause</project_license>
-​  <name>MAME</name>
-​  <summary>Multiple Arcade Machine Emulator</summary>
-​
-​  <description>
-​    <p>
-​      MAME is an emulator designed to recreate the hardware of arcade game
+  <id>mame.desktop</id>
+  <metadata_license>CC0</metadata_license>
+  <project_license>GPL-2.0+ and BSD-3-Clause</project_license>
+  <name>MAME</name>
+  <summary>Multiple Arcade Machine Emulator</summary>
+  <description>
+    <p>
+      MAME is an emulator designed to recreate the hardware of arcade game
       systems in software on modern personal computers. The source code to
       MAME serves as this hardware documentation. The fact that the
       software is usable serves primarily to validate the accuracy of the
       documentation.
-​    </p>
+    </p>
     <p>
       This package is the combined MAME+MESS build. The other builds available
       are MAME-Arcade and MAME-MESS, which split MAME and MESS apart for 
smaller
       binaries.
     </p>
-​  </description>
-​
-​  <screenshots>
-​    <screenshot>
-​      <caption>The main screen</caption>
-​      <image>https://i.imgsafe.org/ccad9dfbd9.png</image>
-​    </screenshot>
-​    <screenshot>
+  </description>
+  <screenshots>
+    <screenshot>
+      <caption>The main screen</caption>
+      <image>https://i.imgsafe.org/ccad9dfbd9.png</image>
+    </screenshot>
+    <screenshot>
       <caption>The settings menu</caption>
-​      <image>https://i.imgsafe.org/ccb7cab3a5.png</image>
-​    </screenshot>
+      <image>https://i.imgsafe.org/ccb7cab3a5.png</image>
+    </screenshot>
     <screenshot type="default">
       <caption>Gameplay 1</caption>
-​      <image>https://i.imgsafe.org/ccae6a4856.png</image>
-​    </screenshot>
+      <image>https://i.imgsafe.org/ccae6a4856.png</image>
+    </screenshot>
     <screenshot>
       <caption>Gameplay 2</caption>
-​      <image>https://i.imgsafe.org/ccb7b1d2ff.png</image>
-​    </screenshot>
-​  </screenshots>
-​
-​  <url type="homepage">http://mamedev.org/</url>
-​
-​  <provides>
-​    <binary>mame</binary>
-​  </provides>
-​
-​</component>
+      <image>https://i.imgsafe.org/ccb7b1d2ff.png</image>
+    </screenshot>
+  </screenshots>
+  <url type="homepage">http://mamedev.org/</url>
+  <provides>
+       <binary>mame</binary>
+  </provides>
+</component>


++++++ mame0185.tar.gz -> mame0188.tar.gz ++++++
/work/SRC/openSUSE:Factory/mame/mame0185.tar.gz 
/work/SRC/openSUSE:Factory/.mame.new/mame0188.tar.gz differ: char 32, line 1



++++++ whatsnew_0185.txt -> whatsnew_0188.txt ++++++
++++ 783 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/mame/whatsnew_0185.txt
++++ and /work/SRC/openSUSE:Factory/.mame.new/whatsnew_0188.txt


Reply via email to