Accepting request 1091275 from home:pgajdos

- version update to 0.4.34
  + Thread-safety improvements around orc codemem allocation/freeing
    (Seungha Yang)
  + Add orc_parse_code() with more detailed error reporting (Francesco Romani)
  + Implement Orc function lazy initialization correctly via atomic operations
    (Sebastian Dröge)
  + orc program parser fixes and improvements (Francesco Romani, Sebastian Dröge)
  + build fixes and compiler warning fixes (Thomas Klausner, Tim-Philipp Müller,
    Sebastian Dröge)
  + coverity and clang scan-build static code analysis fixes (Sebastian Dröge)
  + meson: Do not always generate static library for test library (Jeremy Bicha)
  + ci improvements (Jordan Petridis, Nirbheek Chauhan, Tim-Philipp Müller)

OBS-URL: https://build.opensuse.org/request/show/1091275
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=79
This commit is contained in:
Bjørn Lie 2023-06-08 09:57:57 +00:00 committed by Git OBS Bridge
parent b055a89dfe
commit ed6345a354
4 changed files with 21 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,19 @@
-------------------------------------------------------------------
Wed Jun 7 13:37:52 UTC 2023 - pgajdos@suse.com
- version update to 0.4.34
+ Thread-safety improvements around orc codemem allocation/freeing
(Seungha Yang)
+ Add orc_parse_code() with more detailed error reporting (Francesco Romani)
+ Implement Orc function lazy initialization correctly via atomic operations
(Sebastian Dröge)
+ orc program parser fixes and improvements (Francesco Romani, Sebastian Dröge)
+ build fixes and compiler warning fixes (Thomas Klausner, Tim-Philipp Müller,
Sebastian Dröge)
+ coverity and clang scan-build static code analysis fixes (Sebastian Dröge)
+ meson: Do not always generate static library for test library (Jeremy Bicha)
+ ci improvements (Jordan Petridis, Nirbheek Chauhan, Tim-Philipp Müller)
-------------------------------------------------------------------
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