From b055a89dfe575b40b87876bdb3bd16e5db3cc133446747834020854218a59a83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 21 Nov 2022 17:03:38 +0000 Subject: [PATCH] Accepting request 1037103 from home:dimstar:Factory - Update to version 0.4.33: + Add support for aarch64 (64-bit ARM) architecture. + aarch32: Implement loadupdb instruction used e.g. for video pixel format packing/unpacking/conversions. + neon: Fix unsigned only implementation of loadoffb, loadoffw and loadoffl. + neon: Fix testsuite not passing on arm CPUs. + orccodemem: Fix use-after-free in error paths. + orccpu-powerpc: Fix build with kernel < 4.11. + Add support for macOS Hardened Runtime. + Enable only SSE and MMX backends for Windows. + Fix ORC_RESTRICT definition for MSVC. + pkgconfig: add -DORC_STATIC_COMPILATION flag to .pc file for static-only builds. OBS-URL: https://build.opensuse.org/request/show/1037103 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=77 --- orc-0.4.32.tar.xz | 3 --- orc-0.4.33.tar.xz | 3 +++ orc.changes | 18 ++++++++++++++++++ orc.spec | 4 ++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 orc-0.4.32.tar.xz create mode 100644 orc-0.4.33.tar.xz diff --git a/orc-0.4.32.tar.xz b/orc-0.4.32.tar.xz deleted file mode 100644 index a73018f..0000000 --- a/orc-0.4.32.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a66e3d8f2b7e65178d786a01ef61f2a0a0b4d0b8370de7ce134ba73da4af18f0 -size 180340 diff --git a/orc-0.4.33.tar.xz b/orc-0.4.33.tar.xz new file mode 100644 index 0000000..94ee539 --- /dev/null +++ b/orc-0.4.33.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:844e6d7db8086f793f57618d3d4b68d29d99b16034e71430df3c21cfd3c3542a +size 199024 diff --git a/orc.changes b/orc.changes index d5b9d61..fe6a8ab 100644 --- a/orc.changes +++ b/orc.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Nov 21 12:59:20 UTC 2022 - Dominique Leuenberger + +- Update to version 0.4.33: + + Add support for aarch64 (64-bit ARM) architecture. + + aarch32: Implement loadupdb instruction used e.g. for video + pixel format packing/unpacking/conversions. + + neon: Fix unsigned only implementation of loadoffb, loadoffw + and loadoffl. + + neon: Fix testsuite not passing on arm CPUs. + + orccodemem: Fix use-after-free in error paths. + + orccpu-powerpc: Fix build with kernel < 4.11. + + Add support for macOS Hardened Runtime. + + Enable only SSE and MMX backends for Windows. + + Fix ORC_RESTRICT definition for MSVC. + + pkgconfig: add -DORC_STATIC_COMPILATION flag to .pc file for + static-only builds. + ------------------------------------------------------------------- Sat Jan 16 15:27:40 UTC 2021 - Dirk Müller diff --git a/orc.spec b/orc.spec index 3b2cdc2..5917bb7 100644 --- a/orc.spec +++ b/orc.spec @@ -1,7 +1,7 @@ # # spec file for package orc # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.32 +Version: 0.4.33 Release: 0 Summary: The Oil Runtime Compiler License: BSD-3-Clause