------------------------------------------------------------------- Thu Jan 16 09:23:41 UTC 2025 - Ana Guerrero - Add disable-cast-function-type-mismatch.patch Disable new cast-function-type-mismatch while a proper fix is provided by upstream. ------------------------------------------------------------------- Thu Jul 13 09:05:27 UTC 2023 - Andreas Schwab - Disable unused-command-line-argument warning on riscv64 ------------------------------------------------------------------- Fri Oct 14 14:51:51 UTC 2022 - Predrag Ivanović - Update to versio 5.6.3 * No upstream provided changelog. * Add prevent_unused.patch to fix the build with clang > 13 Prevent unused but set variable warning (https://github.com/apple/swift-corelibs-libdispatch/pull/764) * Resolve rpmlint "E: libdispatch-devel no-binary" error by declaring libdispatch-devel as noarch. ------------------------------------------------------------------- Sat Jul 2 11:37:03 UTC 2022 - Predrag Ivanović - Update to version 5.6.2 * No upstream provided changelog. * Drop 563.patch and 574.patch, merged upstream/no longer required. * Disable i586 arch build for now. ------------------------------------------------------------------- Wed May 25 11:16:26 UTC 2022 - Jan Engelhardt - Resolve rpmlint error "libdispatch.x86_64: E: shlib-policy-name-error SONAME: libBlocksRuntime.so.1.3, expected package suffix: 1_3" by implementing shared library packaging policy. ------------------------------------------------------------------- Tue Oct 19 08:51:35 UTC 2021 - Predrag Ivanović - 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) ------------------------------------------------------------------- Thu Apr 15 10:43:19 UTC 2021 - Predrag Ivanović - Move Block.h to a sub-directory, so it doesn't conflict with libobjc-devel. ------------------------------------------------------------------- Thu Apr 1 17:07:54 UTC 2021 - Predrag Ivanović - 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. ------------------------------------------------------------------- Wed Mar 31 18:57:34 UTC 2021 - Predrag Ivanović - 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 ------------------------------------------------------------------- Thu Mar 25 21:50:30 UTC 2021 - Predrag Ivanović - Initial packaging, based on Fedora spec file.