diff --git a/.gitignore b/.gitignore index 99c8aa9..83028e1 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ IRanges_1.6.8.tar.gz /IRanges_1.18.0.tar.gz /IRanges_1.18.2.tar.gz /IRanges_1.20.6.tar.gz +/IRanges_1.22.8.tar.gz diff --git a/R-IRanges.spec b/R-IRanges.spec index f30e0d1..96a9268 100644 --- a/R-IRanges.spec +++ b/R-IRanges.spec @@ -1,10 +1,10 @@ %global packname IRanges -%global Rvers 3.0.0 +%global Rvers 3.1.0 %global bootstrap 1 Name: R-%{packname} -Version: 1.20.6 -Release: 3%{dist} +Version: 1.22.8 +Release: 1%{dist} Summary: Low-level containers for storing sets of integer ranges Group: Applications/Engineering License: Artistic 2.0 and Copyright only @@ -12,13 +12,13 @@ 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.7.7 +Requires: R-core >= %{Rvers} R-methods R-stats R-RUnit R-Matrix R-BiocGenerics >= 0.9.1 # 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.7.7 +BuildRequires: R-methods R-stats R-RUnit R-Matrix R-BiocGenerics >= 0.9.1 # R-GenomicRanges is only needed for check, but it makes a dep loop %if %{bootstrap} < 1 BuildRequires: R-GenomicRanges @@ -74,6 +74,7 @@ rm -rf %{buildroot} %dir %{_libdir}/R/library/%{packname}/ %doc %{_libdir}/R/library/%{packname}/doc %doc %{_libdir}/R/library/%{packname}/html +%doc %{_libdir}/R/library/%{packname}/CITATION %doc %{_libdir}/R/library/%{packname}/DESCRIPTION %doc %{_libdir}/R/library/%{packname}/NEWS %{_libdir}/R/library/%{packname}/INDEX @@ -90,6 +91,9 @@ rm -rf %{buildroot} %{_libdir}/R/library/%{packname}/include %changelog +* Mon Jun 9 2014 Tom Callaway - 1.22.8-1 +- update to 1.22.8 + * Fri Jun 06 2014 Fedora Release Engineering - 1.20.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index bdc9ca4..cdfbf64 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4aa479a111bb6784b283ea56cde79012 IRanges_1.20.6.tar.gz +448a37ad1c6d5389426ba03cb2b496d0 IRanges_1.22.8.tar.gz