Accepting request 366762 from multimedia:libs
1 OBS-URL: https://build.opensuse.org/request/show/366762 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=33
This commit is contained in:
commit
6b6a094532
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:338cd493b5247300149821c6312bdf7422a3593ae98691fc75d7e4fe727bd39b
|
|
||||||
size 455880
|
|
3
orc-0.4.25.tar.xz
Normal file
3
orc-0.4.25.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c1b1d54a58f26d483f0b3881538984789fe5d5460ab8fab74a1cacbd3d1c53d1
|
||||||
|
size 467184
|
20
orc.changes
20
orc.changes
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 5 13:02:47 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.4.25:
|
||||||
|
+ compiler: also prefer the backup function when no target,
|
||||||
|
instead of trying to use emulation which is usually slower.
|
||||||
|
+ executor: fix load of parameters smaller than 64 bits, fixing
|
||||||
|
crashes on ldresnearb and friends in emulated code.
|
||||||
|
+ test-limits: improve test without target.
|
||||||
|
+ Only check for Android's liblog on Android targets, so we don't
|
||||||
|
accidentally pick up another liblog that may exist elsewhere.
|
||||||
|
+ Don't require libtool for uninstalled setups (-uninstalled
|
||||||
|
pkg-config file).
|
||||||
|
+ Make -Bsymbolic check in configure work with clang.
|
||||||
|
+ Coverity code analyser fixes.
|
||||||
|
+ docs: update generated opcode tables.
|
||||||
|
+ Add orc_version_string() function and make orcc check the
|
||||||
|
liborc that is being picked up to make sure the right lib is
|
||||||
|
being used.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 28 20:27:52 UTC 2015 - dmueller@suse.com
|
Mon Sep 28 20:27:52 UTC 2015 - dmueller@suse.com
|
||||||
|
|
||||||
|
4
orc.spec
4
orc.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package orc
|
# spec file for package orc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
|
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -24,7 +24,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: orc
|
Name: orc
|
||||||
Version: 0.4.24
|
Version: 0.4.25
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Oil Runtime Compiler
|
Summary: The Oil Runtime Compiler
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user