diff --git a/mame.spec b/mame.spec index 3b584f0..60d6382 100644 --- a/mame.spec +++ b/mame.spec @@ -1,6 +1,6 @@ %define tagver %(echo %version | tr -d .) Name: mame -Version: 0.231 +Version: 0.232 Release: 1mamba Summary: A virtual environment where you can run software written for other platforms, namely old arcades Group: Applications/Emulators @@ -62,8 +62,9 @@ Summary: Data files used by MAME %debug_package %prep -%setup -q -D -T -:<< _EOF +%setup -q +#-D -T +#:<< _EOF # Use system libraries sed -e 's|\# USE_SYSTEM_LIB|USE_SYSTEM_LIB|g' -i makefile @@ -107,7 +108,7 @@ autosave 1 EOF %build -:<< _EOF +#:<< _EOF # From Fedora #standard -g caused problems with OOM or relocation overflows @@ -250,6 +251,9 @@ popd %license COPYING docs/legal/* %changelog +* Sun May 30 2021 Automatic Build System 0.232-1mamba +- automatic version update by autodist + * Mon May 10 2021 Automatic Build System 0.231-1mamba - automatic version update by autodist