From 25dd4652ebbc9ef6cc1093777d7a80f52b918d9880db92dc282431efc45b361c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 10 Sep 2019 10:36:25 +0000 Subject: [PATCH] Accepting request 729406 from home:iznogood:branches:multimedia:libs - Update to version 0.4.30: + Don't always generate static library but default to shared-only + Work around false positives in Microsoft UWP certification kit + Add endbr32/endbr64 instructions on x86/x86-64 for indirect branch tracking + Fix gtk-doc build when orc is used as a meson subproject + Switch float comparison in tests to ULP method to fix spurious failures + Fix flushing of ARM icache when using dual map + Use float constants/parameters when testing float opcodes + Add support for Hygon Dhyana processor + Fix PPC/PPC64 CPU family detection + Add little-endian PPC support + Fix compiler warnings with clang + Mark exec mapping writable in debug mode for allowing breakpoints + Various codegen refactorings + autotools support has been dropped in favour of Meson as build system. + Fix PPC CPU feature detection and add support for VSX/v2.07 + Add double/int64 support for PPC - No longer remove static file in install section, no longer needed as it's not built by default anymore. OBS-URL: https://build.opensuse.org/request/show/729406 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=70 --- orc-0.4.29.tar.xz | 3 --- orc-0.4.30.tar.xz | 3 +++ orc.changes | 27 +++++++++++++++++++++++++++ orc.spec | 6 +----- 4 files changed, 31 insertions(+), 8 deletions(-) delete mode 100644 orc-0.4.29.tar.xz create mode 100644 orc-0.4.30.tar.xz diff --git a/orc-0.4.29.tar.xz b/orc-0.4.29.tar.xz deleted file mode 100644 index 4d30c41..0000000 --- a/orc-0.4.29.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f8901f9144b5ec17dffdb33548b5f4c7f8049b0d1023be3462cdd64ec5a3ab2 -size 465076 diff --git a/orc-0.4.30.tar.xz b/orc-0.4.30.tar.xz new file mode 100644 index 0000000..6345fea --- /dev/null +++ b/orc-0.4.30.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba41b92146a5691cd102eb79c026757d39e9d3b81a65810d2946a1786a1c4972 +size 176340 diff --git a/orc.changes b/orc.changes index 79dfb8b..8f1be29 100644 --- a/orc.changes +++ b/orc.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Mon Sep 9 10:17:37 UTC 2019 - Bjørn Lie + +- Update to version 0.4.30: + + Don't always generate static library but default to shared-only + + Work around false positives in Microsoft UWP certification kit + + Add endbr32/endbr64 instructions on x86/x86-64 for indirect + branch tracking + + Fix gtk-doc build when orc is used as a meson subproject + + Switch float comparison in tests to ULP method to fix spurious + failures + + Fix flushing of ARM icache when using dual map + + Use float constants/parameters when testing float opcodes + + Add support for Hygon Dhyana processor + + Fix PPC/PPC64 CPU family detection + + Add little-endian PPC support + + Fix compiler warnings with clang + + Mark exec mapping writable in debug mode for allowing + breakpoints + + Various codegen refactorings + + autotools support has been dropped in favour of Meson as build + system. + + Fix PPC CPU feature detection and add support for VSX/v2.07 + + Add double/int64 support for PPC +- No longer remove static file in install section, no longer needed + as it's not built by default anymore. + ------------------------------------------------------------------- Sat Apr 20 17:28:10 UTC 2019 - Bjørn Lie diff --git a/orc.spec b/orc.spec index 8cc3dfc..9761230 100644 --- a/orc.spec +++ b/orc.spec @@ -18,7 +18,7 @@ Name: orc -Version: 0.4.29 +Version: 0.4.30 Release: 0 Summary: The Oil Runtime Compiler License: BSD-3-Clause @@ -76,11 +76,7 @@ arithmetic operations. %install %meson_install -# Remove static files. -find %{buildroot} -type f -name "*.a" -delete -print - %post -n liborc-0_4-0 -p /sbin/ldconfig - %postun -n liborc-0_4-0 -p /sbin/ldconfig %files