Compare commits

...

1 Commits

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

View File

@ -2,11 +2,11 @@
%global packver 2.3.1
%global rlibdir %{_libdir}/R/library
%bcond_with bootstrap
%bcond_without bootstrap
Name: R-%{packname}
Version: %{packver}
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
Summary: Render SVG Images into PDF, PNG, PostScript, or Bitmap Arrays
License: MIT
@ -78,6 +78,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
%changelog
* Mon Oct 10 2022 David Abdurachmanov <davidlt@rivosinc.com> - 2.3.1-1.0.riscv64
- Bootstrap on riscv64
* Thu Sep 1 2022 Tom Callaway <spot@fedoraproject.org> - 2.3.1-1
- update to 2.3.1
- rebuild for R 4.2.1