From 73d4b70c5516e942a908f3770bc476bb2e26f962 Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Wed, 11 Jan 2023 23:27:17 -0500 Subject: [PATCH] Build with rapidjson --- octave.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/octave.spec b/octave.spec index 9dd5c7a..d203854 100644 --- a/octave.spec +++ b/octave.spec @@ -37,7 +37,7 @@ Name: octave Epoch: 6 Version: 7.3.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A high-level language for numerical computations License: GPLv3+ URL: http://www.octave.org @@ -121,6 +121,7 @@ BuildRequires: qscintilla-qt5-devel %endif BuildRequires: qt5-linguist BuildRequires: qt5-qttools-devel +BuildRequires: rapidjson-devel BuildRequires: readline-devel %if %{with blas64} BuildRequires: suitesparse64-devel @@ -451,6 +452,9 @@ make check %{_pkgdocdir}/refcard*.pdf %changelog +* Wed Jan 11 2023 FeRD (Frank Dana> - 6:7.3.0-3 +- Build with rapidjson to enable built-in json{decode,encode} + * Thu Jan 19 2023 Fedora Release Engineering - 6:7.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild