* Fri Feb 09 2018 stefan.bruens@rwth-aachen.de
- Add fix_mkdir_order.patch
Fix race condition in directory creation. Due to a missing
dependency in the makefiles objects where created concurrently
with the target directories, leading to sporadic build failures.
* Tue Jan 30 2018 stefan.bruens@rwth-aachen.de
- Add treat_gcc73_and_later_like_gcc72.patch: Current code does not
detect GCC 7.3 and fails to build GLM
* Mon Jan 22 2018 stefan.bruens@rwth-aachen.de
- Several build fixes:
* Do no limit parallelism based on architecture, biggest memory
hog is final linking step, which is serial anyway
* Limit parallelism based on actual available memory, top is
about 1.4 GB per compiler job
* Limit debug level only on 32 bit archs (ix86, arm)
* Mangle %optflags instead of $RPM_OPT_FLAGS when reducing debug
level (-g1) for 32 bit archs, $RPM_OPT_FLAGS is unused
* Use gold instead of bfd linker, uses slightly less memory
* Delete static libraries between building mame-arcade and
mame-mess, these are no longer needed, by use disk space
* Set disk _constraints to 32 GB again, this is required by
- g2 builds on Leap 42.3/x86_64.
* Fix DOS line endings also for whatsnew*.txt
* Fri Jan 05 2018 jones_ld@protonmail.com
- Update to version 0.193
* See /usr/share/doc/mame/whatsnew_0.193.txt for details
* Sun Oct 29 2017 luke.nukem.jones@gmail.com
- Update to version 0.191
* See /usr/share/doc/mame/whatsnew_0.191.txt for details
* Sun Oct 29 2017 luke.nukem.jones@gmail.com
- Remove -g1 compilation flag which was casuing a GCC 7 segfault
- Make base build the arcade only build, and remove the arcade build
this means that there is no-longer a monolithic MAME+MESS build
* Mon Oct 23 2017 luke.nukem.jones@gmail.com
- Update to version 0.190
* See /usr/share/doc/mame/whatsnew_0.190.txt for details
* Fri Aug 18 2017 alarrosa@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 2017 luke.nukem.jones@gmail.com
- Fix broken appdata xml for each derived package
* Wed Jun 14 2017 luke.nukem.jones@gmail.com
- Update to version 0.186
* See /usr/share/doc/mame/whatsnew_0.186.txt for details
* Wed Jun 14 2017 dimstar@opensuse.org
- Add ExcludeArch: s390x. There is currently no OBS worker
satisfying the constraints and the package is not important
enough for mainframes to address the issue by other means.
* Fri Apr 28 2017 luke.nukem.jones@gmail.com
- Update to version 0.185
* See http://mamedev.org/releases/whatsnew_0185.txt for details
- Update licenses to reflect upstream
* Change from GPL-2.0 to GPL-2.0+ to reflect the license of
src/mame/machine/nl_breakout.cpp
* Add LGPL-2.1+ license
* Tue Apr 11 2017 13ilya@gmail.com
- Update to version 0.184
* See http://mamedev.org/releases/whatsnew_0184.txt for details
* Fri Mar 24 2017 olaf@aepfle.de
- Own /usr/share/appdata to fix build in Leap
* Fri Mar 17 2017 luke.nukem.jones@gmail.com
- Update to version 0.183
* See /usr/share/doc/mame/whatsnew_0.183.txt for details
* Thu Feb 09 2017 luke.nukem.jones@gmail.com
- Add appdata.xml for each package
- Rename mamearcade binary to mame-arcade
- Rename mess binary to mame-mess
* Wed Feb 08 2017 luke.nukem.jones@gmail.com
- Update to version 0.182
* See /usr/share/doc/mame/whatsnew_0.182.txt for details
* Mon Feb 06 2017 luke.nukem.jones@gmail.com
- Update to version 0.181
* See /usr/share/doc/mame/whatsnew_0.181.txt for details
* Sun Dec 18 2016 luke.nukem.jones@gmail.com
- Update to version 0.180
* See /usr/share/doc/mame/whatsnew_0.180.txt for details
- Removed ldplayer build - This was moved to a driver by upstream
* Sun Nov 20 2016 luke.nukem.jones@gmail.com
- Update to version 0.179
* See /usr/share/doc/mame/whatsnew_0.179.txt for details