update to 0.1.3, rebuild for R 4.2.1, bootstrap on
This commit is contained in:
parent
8ee128c781
commit
66a90f7372
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/generics_0.0.2.tar.gz
|
||||
/generics_0.1.0.tar.gz
|
||||
/generics_0.1.3.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
%bcond_with bootstrap
|
||||
%bcond_without bootstrap
|
||||
%global packname generics
|
||||
%global packver 0.1.0
|
||||
%global packver 0.1.3
|
||||
%global rlibdir %{_datadir}/R/library
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 0.1.0
|
||||
Release: 7%{?dist}
|
||||
Version: 0.1.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Common S3 Generics not Provided by Base R Methods Related to Model Fitting
|
||||
|
||||
License: MIT
|
||||
@ -15,7 +15,7 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
# Imports: R-methods
|
||||
# Suggests: R-covr, R-pkgload, R-testthat, R-tibble
|
||||
# Suggests: R-covr, R-pkgload, R-testthat >= 3.0.0, R-tibble, R-withr
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
@ -25,8 +25,9 @@ BuildRequires: tex(latex)
|
||||
BuildRequires: R-methods
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: R-pkgload
|
||||
BuildRequires: R-testthat
|
||||
BuildRequires: R-testthat >= 3.0.0
|
||||
BuildRequires: R-tibble
|
||||
BuildRequires: R-withr
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -71,6 +72,11 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 9 2022 Tom Callaway <spot@fedoraproject.org> - 0.1.3-1
|
||||
- update to 0.1.3
|
||||
- rebuild for R 4.2.1
|
||||
- bootstrap on
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (generics_0.1.0.tar.gz) = fc96efafe114a66eee57aba48b7ab763204c1bb43570eeda742bca9e7486b47a0bf01bad87f2bf225a5c67f0abaf60c758afe7dada049b692ee864077334616b
|
||||
SHA512 (generics_0.1.3.tar.gz) = 7825e22659ecd41d51f60cf33fd52cdf35c818ffa55197e11091e4e19dddf6303dc0d577a6af49c4ca14ad2deedcbe3c00846454e3129d3d24480bd0a9ed4896
|
||||
|
Loading…
Reference in New Issue
Block a user