Accepting request 1091414 from multimedia:libs

- Update to version 0.4.34
  + Thread-safety improvements around orc codemem
    allocation/freeing
  + Add orc_parse_code() with more detailed error reporting
  + Implement Orc function lazy initialization correctly via atomic
    operations
  + orc program parser fixes and improvements
  + build fixes and compiler warning fixes
  + coverity and clang scan-build static code analysis fixes
  + meson: Do not always generate static library for test library
  + ci improvements

OBS-URL: https://build.opensuse.org/request/show/1091414
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orc?expand=0&rev=44
This commit is contained in:
Dominique Leuenberger 2023-06-09 18:37:02 +00:00 committed by Git OBS Bridge
commit 612cff3ebb
4 changed files with 20 additions and 5 deletions

View File

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

BIN
orc-0.4.34.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Jun 7 13:37:52 UTC 2023 - pgajdos@suse.com
- Update to version 0.4.34
+ Thread-safety improvements around orc codemem
allocation/freeing
+ Add orc_parse_code() with more detailed error reporting
+ Implement Orc function lazy initialization correctly via atomic
operations
+ orc program parser fixes and improvements
+ build fixes and compiler warning fixes
+ coverity and clang scan-build static code analysis fixes
+ meson: Do not always generate static library for test library
+ ci improvements
-------------------------------------------------------------------
Mon Nov 21 12:59:20 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package orc
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 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.33
Version: 0.4.34
Release: 0
Summary: The Oil Runtime Compiler
License: BSD-3-Clause