From 51edd5ce3f823e2a20029197295fa681f8c028447eb0f981cfc89d23831bd51e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Tue, 7 Jan 2020 18:16:09 +0000 Subject: [PATCH] Accepting request 761616 from home:dimstar:Factory - Update to version 0.4.31: + Fix OrcTargetPowerPCFlags enum typedef to revert API change on macOS/iOS. + Fixes for various PowerPC issues. + Enable flush-to-zero mode for float programs on ARM/neon. + Fix some opcodes to support x2/x4 processing on PowerPC. OBS-URL: https://build.opensuse.org/request/show/761616 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=72 --- orc-0.4.30.tar.xz | 3 --- orc-0.4.31.tar.xz | 3 +++ orc.changes | 10 ++++++++++ orc.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 orc-0.4.30.tar.xz create mode 100644 orc-0.4.31.tar.xz diff --git a/orc-0.4.30.tar.xz b/orc-0.4.30.tar.xz deleted file mode 100644 index 6345fea..0000000 --- a/orc-0.4.30.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba41b92146a5691cd102eb79c026757d39e9d3b81a65810d2946a1786a1c4972 -size 176340 diff --git a/orc-0.4.31.tar.xz b/orc-0.4.31.tar.xz new file mode 100644 index 0000000..a4462c8 --- /dev/null +++ b/orc-0.4.31.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ab5f10a6a9ae7c3a6b4218246564c3bf00d657cbdf587e6d34ec3ef0616075 +size 177768 diff --git a/orc.changes b/orc.changes index 8f1be29..595de1a 100644 --- a/orc.changes +++ b/orc.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jan 7 14:01:44 UTC 2020 - Dominique Leuenberger + +- Update to version 0.4.31: + + Fix OrcTargetPowerPCFlags enum typedef to revert API change on + macOS/iOS. + + Fixes for various PowerPC issues. + + Enable flush-to-zero mode for float programs on ARM/neon. + + Fix some opcodes to support x2/x4 processing on PowerPC. + ------------------------------------------------------------------- Mon Sep 9 10:17:37 UTC 2019 - Bjørn Lie diff --git a/orc.spec b/orc.spec index 9761230..3ff8f36 100644 --- a/orc.spec +++ b/orc.spec @@ -1,7 +1,7 @@ # # spec file for package orc # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands. # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: orc -Version: 0.4.30 +Version: 0.4.31 Release: 0 Summary: The Oil Runtime Compiler License: BSD-3-Clause