From 73007d59db8e06eeaa43c4a03c97099d1aa88417ebb232561e729969ae7a5a40 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 29 Dec 2014 09:26:03 +0000 Subject: [PATCH] Accepting request 266438 from home:Zaitor:branches:multimedia:libs New stable update. Note: If acked by a factory-maintaner, could you please supersede sr#241975 that was declined long ago? OBS-URL: https://build.opensuse.org/request/show/266438 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=48 --- orc-0.4.22.tar.xz | 3 --- orc-0.4.23.tar.xz | 3 +++ orc.changes | 15 +++++++++++++++ orc.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 orc-0.4.22.tar.xz create mode 100644 orc-0.4.23.tar.xz diff --git a/orc-0.4.22.tar.xz b/orc-0.4.22.tar.xz deleted file mode 100644 index 31e58f5..0000000 --- a/orc-0.4.22.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04ca077f4b25f02cc13090effa55343bbfde986c8d663df430347992aa5cf935 -size 445792 diff --git a/orc-0.4.23.tar.xz b/orc-0.4.23.tar.xz new file mode 100644 index 0000000..a4a4ecb --- /dev/null +++ b/orc-0.4.23.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767eaebce2941737b43368225ec54598b3055ca78b4dc50c4092f5fcdc0bdfe7 +size 450076 diff --git a/orc.changes b/orc.changes index f51d906..70b68ee 100644 --- a/orc.changes +++ b/orc.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Dec 26 11:27:42 UTC 2014 - zaitor@opensuse.org + +- Update to version 0.4.23: + + Various improvements to the NEON backend to bring it closer to + the SSE backend. + + Add support for setting a custom backup function. + + Preserve NEON/VFP registers across subroutines. + + Fix 64 bit parameter loading on big-endian systems. + + Improved implementations for various opcodes. + + Various improvements and fixes to constants handling. + + Avoid some undefined operations on signed integers. + + Prefer user specific directories over global ones for + intermediate files to prevent name collisions. + ------------------------------------------------------------------- Thu Oct 9 13:53:25 UTC 2014 - dimstar@opensuse.org diff --git a/orc.spec b/orc.spec index c5aa9d7..dec6a38 100644 --- a/orc.spec +++ b/orc.spec @@ -24,7 +24,7 @@ %endif Name: orc -Version: 0.4.22 +Version: 0.4.23 Release: 0 Summary: The Oil Runtime Compiler License: BSD-3-Clause