The package rpms/mame.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/mame.git/commit/?id=ed957fa7bef509ad....
Change: -%ifarch aarch64
Thanks.
Full change: ============
commit ed957fa7bef509ada6fe60c44a601475d7348437 Author: Julian Sikorski belegdol@fedoraproject.org Date: Tue Nov 28 20:24:19 2023 +0100
Update to 0.261 and go back to ld.bfd for rawhide
- Update to 0.261 - No longer use lld on rawhide now that ld.bfd is fixed
diff --git a/.gitignore b/.gitignore index 3c99617..7f8b80b 100644 --- a/.gitignore +++ b/.gitignore @@ -170,3 +170,5 @@ /whatsnew_0259.txt /mame-mame0260.tar.gz /whatsnew_0260.txt +/mame-mame0261.tar.gz +/whatsnew_0261.txt diff --git a/mame.spec b/mame.spec index 3e735ac..428df5e 100644 --- a/mame.spec +++ b/mame.spec @@ -1,7 +1,7 @@ #The debug build is disabled by default, please use # --with debug to override %bcond_with debug
-%global baseversion 260 +%global baseversion 261
%undefine _auto_set_build_flags
@@ -39,12 +39,6 @@ BuildRequires: jack-audio-connection-kit BuildRequires: libjpeg-turbo-devel BuildRequires: libXi-devel BuildRequires: libXinerama-devel -# https://sourceware.org/bugzilla/show_bug.cgi?id=30930 -%if 0%{?fedora} >= 40 -%ifarch aarch64 -BuildRequires: lld -%endif -%endif BuildRequires: lua-devel >= 5.3.0 BuildRequires: make BuildRequires: portaudio-devel @@ -250,11 +244,6 @@ RPM_OPT_FLAGS=$(echo $RPM_OPT_FLAGS | sed "s@ -Wp,-D_GLIBCXX_ASSERTIONS@@") SDL_INI_PATH="%{_sysconfdir}/%{name};" \ TOOLS=1 \ LDOPTS="$RPM_LD_FLAGS" \ -%if 0%{?fedora} >= 40 -%ifarch aarch64 - LDOPTS+="-fuse-ld=lld" \ -%endif -%endif OPT_FLAGS="$RPM_OPT_FLAGS"
pushd docs diff --git a/sources b/sources index d5bedc2..3fb501a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (mame-mame0260.tar.gz) = 87b9d157d62456d1a3f4b751ff869d8366ea90566304f1e5ce5b1cef60d1879a249b9ca2c281355c8abb6c7e1cdba1f57b3fb7209e3cc2f11adf0c7f6f960b12 -SHA512 (whatsnew_0260.txt) = 9adc6a465981c67ff6397e1465495c9dab5f9316a50bb8ddaa6f1a517ca6867f82849782e9aaf0029af3101def4589d7e5d24baaa5e0dba895de01df118974d8 +SHA512 (mame-mame0261.tar.gz) = b0162ea51d424295b195b088f64ac1e73ab35fb85f2c795d37c227083b3cc5f5812d573660ff36ac219b72fc93275f089d5bb815f4ef7ecd08ff1b5916641382 +SHA512 (whatsnew_0261.txt) = edb0da37a5afe59e6ef365f605176dbfc1ebbc4add461c0d9ccffe8524eff984a449db6f28652245fbeb91f708f2e438cfe133af735e53b42f87e00d0a5c230d
arch-excludes@lists.fedoraproject.org