From 3a5dccf5d409f96bb23b9d4ce52012ac84e767e5 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 24 May 2024 13:09:41 -0400 Subject: [PATCH] Rebuild with Rust 1.78 to fix incomplete debuginfo and backtraces --- python-orjson.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-orjson.spec b/python-orjson.spec index bcad5d6..d2a6743 100644 --- a/python-orjson.spec +++ b/python-orjson.spec @@ -9,7 +9,7 @@ Name: python-orjson Version: 3.9.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast, correct Python JSON library License: Apache-2.0 OR MIT @@ -94,6 +94,9 @@ export RUSTFLAGS='%{build_rustflags}' %changelog +* Fri May 24 2024 Benjamin A. Beasley - 3.9.10-2 +- Rebuild with Rust 1.78 to fix incomplete debuginfo and backtraces + * Wed Nov 22 2023 Maxwell G - 3.9.10-1 - Update to 3.9.10. Fixes rhbz#2243767.