Update to latest version.
This commit is contained in:
parent
efeb86f8e1
commit
305652bff6
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/chron_2.3-53.tar.gz
|
||||
/chron_2.3-54.tar.gz
|
||||
/chron_2.3-55.tar.gz
|
||||
/chron_2.3-56.tar.gz
|
||||
|
15
R-chron.spec
15
R-chron.spec
@ -1,13 +1,13 @@
|
||||
%global packname chron
|
||||
%global packver 2.3-55
|
||||
%global packver 2.3-56
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
# Dependency loops.
|
||||
%global with_suggests 0
|
||||
%bcond_with bootstrap
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 2.3.55
|
||||
Release: 3%{?dist}
|
||||
Version: 2.3.56
|
||||
Release: 1%{?dist}
|
||||
Summary: Chronological Objects which can Handle Dates and Times
|
||||
|
||||
License: GPLv2
|
||||
@ -25,7 +25,7 @@ BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: R-graphics
|
||||
BuildRequires: R-stats
|
||||
%if %{with_suggests}
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: R-scales
|
||||
BuildRequires: R-ggplot2
|
||||
%endif
|
||||
@ -49,7 +49,7 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%check
|
||||
%if %{with_suggests}
|
||||
%if %{without bootstrap}
|
||||
%{_bindir}/R CMD check %{packname}
|
||||
%else
|
||||
_R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
|
||||
@ -71,6 +71,9 @@ _R_CHECK_FORCE_SUGGESTS_=0 %{_bindir}/R CMD check %{packname}
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 19 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.3.56-1
|
||||
- Update to latest version (#1869685)
|
||||
|
||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.55-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (chron_2.3-55.tar.gz) = 00e5efcd5f373a97e182d1eb6f7c351807ba0ac47c98a93a2cfed2008fadeb3413c8e4a7aeea10d06c0fbfa390e97ccb6ac9bbacf0968208487dc2682ff40625
|
||||
SHA512 (chron_2.3-56.tar.gz) = a3206be844687ce05cda4a3faccf9b4d8a1abd3b277984da8fae8e44481287f1db0d471317a9e96cac10f31c32754c16814765f693f94bb3fffe815eb391515c
|
||||
|
Loading…
Reference in New Issue
Block a user