From 51e956e545eaf79c5aa5fc16862c5e3968ce8ebc Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 7 Dec 2015 12:53:07 -0500 Subject: [PATCH] 2.4.4 --- .gitignore | 1 + R-IRanges.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3257df3..035b55d 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ IRanges_1.6.8.tar.gz /IRanges_1.22.9.tar.gz /IRanges_2.2.1.tar.gz /IRanges_2.2.5.tar.gz +/IRanges_2.4.4.tar.gz diff --git a/R-IRanges.spec b/R-IRanges.spec index a02db4e..ada8f90 100644 --- a/R-IRanges.spec +++ b/R-IRanges.spec @@ -3,7 +3,7 @@ %global bootstrap 1 Name: R-%{packname} -Version: 2.2.5 +Version: 2.4.4 Release: 1%{dist} Summary: Low-level containers for storing sets of integer ranges Group: Applications/Engineering @@ -12,14 +12,14 @@ License: Artistic 2.0 and Copyright only URL: http://bioconductor.org/packages/release/bioc/html/IRanges.html Source0: http://bioconductor.org/packages/release/bioc/src/contrib/%{packname}_%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: R-core >= %{Rvers} R-methods R-stats R-RUnit R-Matrix R-BiocGenerics >= 0.13.6 R-S4Vectors >= 0.5.23 +Requires: R-core >= %{Rvers} R-methods R-stats R-RUnit R-Matrix R-BiocGenerics >= 0.15.10 R-S4Vectors >= 0.7.19 # 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-Matrix R-BiocGenerics >= 0.9.1 -BuildRequires: R-S4Vectors-devel >= 0.5.23 +BuildRequires: R-methods R-stats R-RUnit R-Matrix R-BiocGenerics >= 0.15.10 +BuildRequires: R-S4Vectors-devel >= 0.7.19 # R-GenomicRanges is only needed for check, but it makes a dep loop %if %{bootstrap} < 1 BuildRequires: R-GenomicRanges @@ -92,6 +92,9 @@ rm -rf %{buildroot} %{_libdir}/R/library/%{packname}/include %changelog +* Mon Dec 7 2015 Tom Callaway - 2.4.4-1 +- update to 2.4.4 + * Fri Jul 03 2015 pingou 2.2.5-1 - Update to version 2.2.5 diff --git a/sources b/sources index c900b91..9e409d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a200da6013a676e25f896f275be07eb4 IRanges_2.2.5.tar.gz +6e4d920aa7bf26f6401f630b1bc9092b IRanges_2.4.4.tar.gz