diff --git a/R-httpuv.spec b/R-httpuv.spec index 3f67f07..9099da4 100644 --- a/R-httpuv.spec +++ b/R-httpuv.spec @@ -1,4 +1,4 @@ -%bcond_without bootstrap +%bcond_with bootstrap %global packname httpuv %global packver 1.6.15 @@ -6,7 +6,7 @@ Name: R-%{packname} Version: %{packver} -Release: 2.0.riscv64%{?dist} +Release: 2.1.riscv64%{?dist} Summary: HTTP and WebSocket Server Library # Main: GPLv2+; http-parser: MIT; sha1: Public Domain @@ -88,6 +88,9 @@ export LANG=C.UTF-8 %changelog +* Mon Aug 12 2024 Jason Montleon - 1.6.15-2.1.riscv64 +- Turn off bootstrap (riscv64) + * Thu Jul 25 2024 David Abdurachmanov - 1.6.15-2.0.riscv64 - Bootstrap (riscv64)