Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6037342cc6 | |||
| 368df22adb | |||
| 046ce0af2d | |||
| 3441d769c7 | |||
| 4a9258a00a |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33ed2387f49b825fa1b9c3b0072e05f259141b895474ad085ae51143d3040cc0
|
||||
size 232168
|
||||
BIN
orc-0.4.41.tar.xz
LFS
Normal file
BIN
orc-0.4.41.tar.xz
LFS
Normal file
Binary file not shown.
46
orc.changes
46
orc.changes
@@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 3 08:59:17 UTC 2025 - Valentin Lefebvre <valentin.lefebvre@suse.com>
|
||||
|
||||
- Removing patches after update
|
||||
- 0001-Use-vasprintf-if-available-for-error-messages-and.patch
|
||||
- orc-check-return-value-of-vasprintf.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 18 11:52:33 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 0.4.41:
|
||||
+ orccodemem: Don't modify the process umask, which caused race
|
||||
conditions with other threads
|
||||
+ x86: various SSE and MMX fixes
|
||||
+ avx: Fix sqrtps encoding causing an illegal instruction crash
|
||||
+ Hide internal symbols from ABI and do not install internal
|
||||
headers
|
||||
+ Rename backend to target, including `orc-backend` meson option
|
||||
and `ORC_BACKEND` environment variable
|
||||
+ Testsuite, tools: Disambiguate OrcProgram naming conventions
|
||||
+ Build: Fix `_clear_cache` call for Clang and error out on
|
||||
implicit function declarations
|
||||
+ opcodes: Use MIN instead of CLAMP for known unsigned values to
|
||||
fix compiler warnings
|
||||
+ Spelling fix in debug log message
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 13:26:01 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 0.4.40:
|
||||
+ Security: Minor follow-up fixes for CVE-2024-40897
|
||||
+ Fix include header use from C++
|
||||
+ orccodemem: Assorted memory mapping fixes
|
||||
+ powerpc: fix div255w which still used the inexact substitution
|
||||
+ powerpc: Disable VSX and ISA 2.07 for Apple targets
|
||||
+ powerpc: Allow detection of ppc64 in Mac OS
|
||||
+ x86: work around old GCC versions (pre 9.0) having broken
|
||||
xgetbv implementationsv
|
||||
+ x86: consider MSYS2/Cygwin as Windows for ABI purposes only
|
||||
+ x86: handle unnatural and misaligned array pointers
|
||||
+ x86: Fix non-C11 typedefs
|
||||
+ x86: try fixing AVX detection again by adding check for XSAVE
|
||||
+ Some compatibility fixes for Musl
|
||||
+ meson: Fix detecting XSAVE on older AppleClangv
|
||||
+ Check return values of malloc() and realloc()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 10:52:35 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
||||
4
orc.spec
4
orc.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package orc
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 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.39
|
||||
Version: 0.4.41
|
||||
Release: 0
|
||||
Summary: The Oil Runtime Compiler
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user