update to 2.16.0
This commit is contained in:
parent
de61dad83f
commit
628b86fd8b
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@ IRanges_1.6.8.tar.gz
|
||||
/IRanges_2.10.1.tar.gz
|
||||
/IRanges_2.12.0.tar.gz
|
||||
/IRanges_2.14.10.tar.gz
|
||||
/IRanges_2.16.0.tar.gz
|
||||
|
@ -3,21 +3,21 @@
|
||||
%global bootstrap 1
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 2.14.10
|
||||
Release: 3%{dist}
|
||||
Version: 2.16.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
|
||||
URL: http://bioconductor.org/packages/release/bioc/html/IRanges.html
|
||||
Source0: http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz
|
||||
Requires: R-core >= %{Rvers} R-RUnit R-methods R-stats R-utils R-stats4 R-BiocGenerics >= 0.25.3 R-S4Vectors >= 0.18.2
|
||||
Requires: R-core >= %{Rvers} R-RUnit R-methods R-stats R-utils R-stats4 R-BiocGenerics >= 0.25.3 R-S4Vectors >= 0.19.11
|
||||
# We can't require R-GenomicRanges until it has been built (it deps on R-IRanges)
|
||||
%if %{bootstrap} < 1
|
||||
Requires: R-GenomicRanges
|
||||
%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.18.2
|
||||
BuildRequires: R-S4Vectors-devel >= 0.19.11
|
||||
# R-GenomicRanges is only needed for check, but it makes a dep loop
|
||||
%if %{bootstrap} < 1
|
||||
BuildRequires: R-GenomicRanges
|
||||
@ -83,6 +83,9 @@ rm -rf %{buildroot}%{_libdir}/R/library/R.css
|
||||
%{_libdir}/R/library/%{packname}/include
|
||||
|
||||
%changelog
|
||||
* Fri Feb 8 2019 Tom Callaway <spot@fedoraproject.org> - 2.16.0-1
|
||||
- update to 2.16.0
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.10-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (IRanges_2.14.10.tar.gz) = eccbd08e3403840621d314cee747275c6d1b2992da89faf0bcecd7e3fb630115895fbfa677a14c40442e34513d76c0cd73299114398931d5321871d21da83e91
|
||||
SHA512 (IRanges_2.16.0.tar.gz) = b8509eb558e9bf0298da2c6de2bfe5978b064c7e01c7823b079b8085a4296b708fb23b3cacf8ed74b75e2da7f3f981e8345f220040fcceeeccf235ffea3e8d35
|
||||
|
Loading…
Reference in New Issue
Block a user