diff --git a/orc-0.4.24.tar.xz b/orc-0.4.24.tar.xz deleted file mode 100644 index b272a63..0000000 --- a/orc-0.4.24.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:338cd493b5247300149821c6312bdf7422a3593ae98691fc75d7e4fe727bd39b -size 455880 diff --git a/orc-0.4.25.tar.xz b/orc-0.4.25.tar.xz new file mode 100644 index 0000000..3c79289 --- /dev/null +++ b/orc-0.4.25.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1b1d54a58f26d483f0b3881538984789fe5d5460ab8fab74a1cacbd3d1c53d1 +size 467184 diff --git a/orc.changes b/orc.changes index 8b440c6..f1077e2 100644 --- a/orc.changes +++ b/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 diff --git a/orc.spec b/orc.spec index 564ba8e..275db49 100644 --- a/orc.spec +++ b/orc.spec @@ -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