update to 1.1.7
This commit is contained in:
parent
73cc150e49
commit
072bd13cdb
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/webfakes_1.1.2.tar.gz
|
/webfakes_1.1.2.tar.gz
|
||||||
/webfakes_1.1.3.tar.gz
|
/webfakes_1.1.3.tar.gz
|
||||||
/webfakes_1.1.4.tar.gz
|
/webfakes_1.1.4.tar.gz
|
||||||
|
/webfakes_1.1.7.tar.gz
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
%global packname webfakes
|
%global packname webfakes
|
||||||
%global packver 1.1.4
|
%global packver 1.1.7
|
||||||
%global rlibdir %{_libdir}/R/library
|
%global rlibdir %{_libdir}/R/library
|
||||||
|
|
||||||
Name: R-%{packname}
|
Name: R-%{packname}
|
||||||
Version: %{packver}
|
Version: %{packver}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Fake Web Apps for HTTP Testing
|
Summary: Fake Web Apps for HTTP Testing
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -14,7 +14,7 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packver}.
|
|||||||
# Here's the R view of the dependencies world:
|
# Here's the R view of the dependencies world:
|
||||||
# Depends:
|
# Depends:
|
||||||
# Imports: R-stats, R-tools, R-utils
|
# Imports: R-stats, R-tools, R-utils
|
||||||
# Suggests: R-callr, R-curl, R-glue, R-jsonlite, R-httr, R-httpuv, R-testthat >= 3.0.0, R-withr, R-xml2
|
# Suggests: R-callr, R-covr, R-curl, R-glue, R-httpuv, R-httr, R-jsonlite, R-testthat >= 3.0.0, R-withr, R-xml2
|
||||||
# LinkingTo:
|
# LinkingTo:
|
||||||
# Enhances:
|
# Enhances:
|
||||||
|
|
||||||
@ -24,11 +24,12 @@ BuildRequires: R-stats
|
|||||||
BuildRequires: R-tools
|
BuildRequires: R-tools
|
||||||
BuildRequires: R-utils
|
BuildRequires: R-utils
|
||||||
BuildRequires: R-callr
|
BuildRequires: R-callr
|
||||||
|
BuildRequires: R-covr
|
||||||
BuildRequires: R-curl
|
BuildRequires: R-curl
|
||||||
BuildRequires: R-glue
|
BuildRequires: R-glue
|
||||||
BuildRequires: R-jsonlite
|
|
||||||
BuildRequires: R-httr
|
|
||||||
BuildRequires: R-httpuv
|
BuildRequires: R-httpuv
|
||||||
|
BuildRequires: R-httr
|
||||||
|
BuildRequires: R-jsonlite
|
||||||
BuildRequires: R-testthat >= 3.0.0
|
BuildRequires: R-testthat >= 3.0.0
|
||||||
BuildRequires: R-withr
|
BuildRequires: R-withr
|
||||||
BuildRequires: R-xml2
|
BuildRequires: R-xml2
|
||||||
@ -78,6 +79,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 8 2023 Tom Callaway <spot@fedoraproject.org> - 1.1.7-1
|
||||||
|
- update to 1.1.7
|
||||||
|
|
||||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-2
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (webfakes_1.1.4.tar.gz) = 7f8290b6435c935ffb5c32023f3879f9c685ebc4538b45932f350de2003f33441188fbbbc61920d719d702d45cf2eba8635687de36e884ca62bfc8ff17c1a0d4
|
SHA512 (webfakes_1.1.7.tar.gz) = 72ba7ec0ca829388a16f725e5be1e2b34258a142159fb577f5d46968a6579c2a493de6c4fe31b889c2bc6de1c1b716f50c554db01d6d077cddabb31b5bee5d07
|
||||||
|
Loading…
Reference in New Issue
Block a user