[R-IRanges] 1.20.6

Tom Callaway spot at fedoraproject.org
Fri Jan 24 17:09:39 UTC 2014


commit bf67b997e5440a535f6eec0eb8b191d34c934e79
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri Jan 24 12:09:59 2014 -0500

    1.20.6

 .gitignore     |    1 +
 R-IRanges.spec |   11 +++++++----
 sources        |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f812603..99c8aa9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ IRanges_1.6.8.tar.gz
 /IRanges_1.16.6.tar.gz
 /IRanges_1.18.0.tar.gz
 /IRanges_1.18.2.tar.gz
+/IRanges_1.20.6.tar.gz
diff --git a/R-IRanges.spec b/R-IRanges.spec
index 4d76536..021cdc5 100644
--- a/R-IRanges.spec
+++ b/R-IRanges.spec
@@ -3,8 +3,8 @@
 %global bootstrap 0
 
 Name:             R-%{packname}
-Version:          1.18.2
-Release:          2%{dist}
+Version:          1.20.6
+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
+Requires:         R-core >= %{Rvers} R-methods R-stats R-RUnit R-Matrix R-BiocGenerics >= 0.7.7
 # 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 
+BuildRequires:    R-methods R-stats R-RUnit R-Matrix R-BiocGenerics >= 0.7.7
 # R-GenomicRanges is only needed for check, but it makes a dep loop
 %if %{bootstrap} < 1
 BuildRequires:    R-GenomicRanges
@@ -89,6 +89,9 @@ rm -rf %{buildroot}
 %{_libdir}/R/library/%{packname}/include
 
 %changelog
+* Fri Jan 24 2014 Tom Callaway <spot at fedoraproject.org> - 1.20.6-1
+- update to 1.20.6
+
 * Fri Aug 02 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.18.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index e3e39b0..bdc9ca4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-051f3fd61bd50d86893270caca89ed0f  IRanges_1.18.2.tar.gz
+4aa479a111bb6784b283ea56cde79012  IRanges_1.20.6.tar.gz


More information about the scm-commits mailing list