Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov 5acc65fea9
Bootstrap on riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
2022-10-10 15:14:39 +03:00
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
%bcond_with bootstrap
%bcond_without bootstrap
%global packname httpuv
%global packver 1.6.5
@ -6,7 +6,7 @@
Name: R-%{packname}
Version: %{packver}
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
Summary: HTTP and WebSocket Server Library
# Main: GPLv2+; http-parser: MIT; sha1: Public Domain
@ -94,6 +94,9 @@ export LANG=C.UTF-8
%changelog
* Mon Oct 10 2022 David Abdurachmanov <davidlt@rivosinc.com> - 1.6.5-1.0.riscv64
- Bootstrap on riscv64
* Thu Sep 1 2022 Tom Callaway <spot@fedoraproject.org> - 1.6.5-1
- update to 1.6.5
- rebuild for R 4.2.1