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