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
This commit is contained in:
Dominique Leuenberger 2019-09-10 10:36:25 +00:00 committed by Git OBS Bridge
parent 782731e982
commit 25dd4652eb
4 changed files with 31 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f8901f9144b5ec17dffdb33548b5f4c7f8049b0d1023be3462cdd64ec5a3ab2
size 465076

3
orc-0.4.30.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba41b92146a5691cd102eb79c026757d39e9d3b81a65810d2946a1786a1c4972
size 176340

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Mon Sep 9 10:17:37 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- 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 <bjorn.lie@gmail.com>

View File

@ -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