2.20
This commit is contained in:
parent
2360956b65
commit
01c70d8e7b
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ IRanges_1.6.8.tar.gz
|
||||
/IRanges_2.12.0.tar.gz
|
||||
/IRanges_2.14.10.tar.gz
|
||||
/IRanges_2.16.0.tar.gz
|
||||
/IRanges_2.20.0.tar.gz
|
||||
|
@ -3,8 +3,8 @@
|
||||
%global bootstrap 1
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 2.16.0
|
||||
Release: 3%{dist}
|
||||
Version: 2.20.0
|
||||
Release: 1%{dist}
|
||||
Summary: Low-level containers for storing sets of integer ranges
|
||||
License: Artistic 2.0 and Copyright only
|
||||
# See https://www.redhat.com/archives/fedora-r-devel-list/2009-April/msg00001.html
|
||||
@ -15,7 +15,7 @@ Source0: http://bioconductor.org/packages/release/bioc/src/contrib/%{pa
|
||||
%endif
|
||||
BuildRequires: R-devel >= %{Rvers} tex(latex)
|
||||
BuildRequires: R-methods R-stats R-RUnit R-utils R-stats4 R-BiocGenerics >= 0.25.3
|
||||
BuildRequires: R-S4Vectors-devel >= 0.19.11
|
||||
BuildRequires: R-S4Vectors-devel >= 0.23.22
|
||||
# R-GenomicRanges is only needed for check, but it makes a dep loop
|
||||
%if %{bootstrap} < 1
|
||||
BuildRequires: R-GenomicRanges
|
||||
@ -81,6 +81,9 @@ rm -rf %{buildroot}%{_libdir}/R/library/R.css
|
||||
%{_libdir}/R/library/%{packname}/include
|
||||
|
||||
%changelog
|
||||
* Mon Nov 4 2019 Tom Callaway <spot@fedoraproject.org> - 2.20.0-1
|
||||
- update to 2.20.0
|
||||
|
||||
* Mon Aug 12 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.16.0-3
|
||||
- Remove explicit dependencies provided by automatic dependency generator
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (IRanges_2.16.0.tar.gz) = b8509eb558e9bf0298da2c6de2bfe5978b064c7e01c7823b079b8085a4296b708fb23b3cacf8ed74b75e2da7f3f981e8345f220040fcceeeccf235ffea3e8d35
|
||||
SHA512 (IRanges_2.20.0.tar.gz) = ccbab272704dbb8eb886fcbbc76dbd47e8024a42e9bd46f159b9a98bdc5bf74b92c66ee0eea177e917313e764884d759b9c951eebfb27e04b8a048c9a2f9f535
|
||||
|
Loading…
Reference in New Issue
Block a user