Compare commits
No commits in common. "rawhide" and "f35" have entirely different histories.
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,2 @@
|
||||
/packrat_0.5.0.tar.gz
|
||||
/packrat_0.6.0.tar.gz
|
||||
/packrat_0.8.1.tar.gz
|
||||
|
@ -9,19 +9,18 @@
|
||||
%global with_suggests 0
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 0.8.1
|
||||
Release: 9%{?dist}
|
||||
Version: 0.6.0
|
||||
Release: 3%{?dist}
|
||||
Summary: Dependency Management System for R Projects
|
||||
|
||||
# Automatically converted from old format: GPLv2 - review is highly recommended.
|
||||
License: GPL-2.0-only
|
||||
License: GPLv2
|
||||
URL: https://CRAN.R-project.org/package=%{packname}
|
||||
Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
|
||||
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
# Imports: R-tools, R-utils
|
||||
# Suggests: R-testthat >= 3.0.0, R-devtools, R-httr, R-knitr, R-rmarkdown
|
||||
# Suggests: R-testthat >= 0.7, R-devtools, R-httr, R-knitr, R-rmarkdown
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
@ -31,7 +30,7 @@ BuildRequires: tex(latex)
|
||||
BuildRequires: R-tools
|
||||
BuildRequires: R-utils
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: R-testthat >= 3.0.0
|
||||
BuildRequires: R-testthat >= 0.7
|
||||
BuildRequires: R-httr
|
||||
BuildRequires: R-knitr
|
||||
BuildRequires: R-rmarkdown
|
||||
@ -83,41 +82,6 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 29 2024 Miroslav Suchý <msuchy@redhat.com> - 0.8.1-9
|
||||
- convert license to SPDX
|
||||
|
||||
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Thu Apr 25 2024 Iñaki Úcar <iucar@fedoraproject.org> - 0.8.1-7
|
||||
- R-maint-sig mass rebuild
|
||||
|
||||
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Fri Apr 21 2023 Iñaki Úcar <iucar@fedoraproject.org> - 0.8.1-3
|
||||
- R-maint-sig mass rebuild
|
||||
|
||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Wed Aug 24 2022 Tom Callaway <spot@fedoraproject.org> - 0.8.1-1
|
||||
- update to 0.8.1
|
||||
- bootstrap on
|
||||
- rebuild for R 4.2.1
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (packrat_0.8.1.tar.gz) = 1b41db4b58ef720769fd853ae13c36653482770e4b732c90841d3930321667c54c9b74f4cc678c3155880ee203f96a5d0c3d7e7ffed23eca837bd5c00c835981
|
||||
SHA512 (packrat_0.6.0.tar.gz) = a7f7df8fe2d6b6f6c1e54a1b9b8c6045c8faf685517354f01344238c3044097f6e65eca4d7a6eb55f61cc56d54a7ec7d703c37809a04e4372417b9241cc242a6
|
||||
|
Loading…
Reference in New Issue
Block a user