| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 5.5 * No upstream provided changelog * Drop asprintf.patch, merged upstream * Add patches to fix build failures caused by clang13 warnings treated as errors (https://patch-diff.githubusercontent.com/raw/apple/swift-corelibs-libdispatch/pull/563.patch) (https://patch-diff.githubusercontent.com/raw/apple/swift-corelibs-libdispatch/pull/574.patch)
- Move Block.h to a sub-directory, so it doesn't conflict with
libobjc-devel.
- Add soversion.patch, to set the version to, by upstream default,
unversioned shared libraries.
- Don't remove symlinks to libraries in the main package,
deadbeef can't find versioned libraries at linking time.
- Add libdispatch-rpmlintrc to silence errors caused by that.
- Fix build for Factory/Tumbleweed.
Build acript assumes gcc is used, so passes the gcc ('auto') flag
for LTO, which clang doesn't recognize. thanks @ismail on IRC for the tip)
- Add llvm-gold to BuildRequires
- Pass '-Wno-unused-command-line-argument' flag only on aarch64
- Initial packaging, based on Fedora spec file.