Accepting request 366627 from home:Zaitor:branches:multimedia:libs

New rel

OBS-URL: https://build.opensuse.org/request/show/366627
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=56
This commit is contained in:
Ismail Dönmez 2016-03-05 19:56:09 +00:00 committed by Git OBS Bridge
parent ce11f7ac6c
commit fbbc89ae18
4 changed files with 25 additions and 5 deletions

View File

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

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

View File

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

View File

@ -1,7 +1,7 @@
#
# 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.
#
# All modifications and additions to the file contributed by third parties
@ -24,7 +24,7 @@
%endif
Name: orc
Version: 0.4.24
Version: 0.4.25
Release: 0
Summary: The Oil Runtime Compiler
License: BSD-3-Clause