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:
parent
b055a89dfe
commit
ed6345a354
@ -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
BIN
orc-0.4.34.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
16
orc.changes
16
orc.changes
@ -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>
|
Mon Nov 21 12:59:20 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
4
orc.spec
4
orc.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package orc
|
# spec file for package orc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
|
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: orc
|
Name: orc
|
||||||
Version: 0.4.33
|
Version: 0.4.34
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Oil Runtime Compiler
|
Summary: The Oil Runtime Compiler
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user