Accepting request 729787 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/729787 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=40
This commit is contained in:
commit
08a747be12
@ -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
3
orc-0.4.30.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ba41b92146a5691cd102eb79c026757d39e9d3b81a65810d2946a1786a1c4972
|
||||||
|
size 176340
|
27
orc.changes
27
orc.changes
@ -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>
|
Sat Apr 20 17:28:10 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
6
orc.spec
6
orc.spec
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: orc
|
Name: orc
|
||||||
Version: 0.4.29
|
Version: 0.4.30
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Oil Runtime Compiler
|
Summary: The Oil Runtime Compiler
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -76,11 +76,7 @@ arithmetic operations.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
# Remove static files.
|
|
||||||
find %{buildroot} -type f -name "*.a" -delete -print
|
|
||||||
|
|
||||||
%post -n liborc-0_4-0 -p /sbin/ldconfig
|
%post -n liborc-0_4-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n liborc-0_4-0 -p /sbin/ldconfig
|
%postun -n liborc-0_4-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
Loading…
Reference in New Issue
Block a user