[R-bitops] 1.0.5

Tom Callaway spot at fedoraproject.org
Thu Apr 11 16:38:55 UTC 2013


commit 011aaffdc933ea652353db8601f5678fc5859c2c
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Thu Apr 11 12:42:22 2013 -0400

    1.0.5

 .gitignore    |    1 +
 R-bitops.spec |   13 ++++++++-----
 sources       |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6262661..5700c86 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 bitops_1.0-4.1.tar.gz
+/bitops_1.0-5.tar.gz
diff --git a/R-bitops.spec b/R-bitops.spec
index 17ba7cb..17ca096 100644
--- a/R-bitops.spec
+++ b/R-bitops.spec
@@ -1,9 +1,9 @@
 %global packname  bitops
-%global packvers 1.0-4.1
+%global packvers 1.0-5
 
 Name:             R-%{packname}
-Version:          1.0.4.1
-Release:          9%{?dist}
+Version:          1.0.5
+Release:          1%{?dist}
 Summary:          Functions for Bitwise operations
 
 Group:            Applications/Productivity
@@ -11,8 +11,8 @@ License:          GPLv2+
 URL:              http://cran.r-project.org/web/packages/bitops/index.html
 Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{packvers}.tar.gz
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:         R-core
-BuildRequires:    R-devel, tex(latex)
+Requires:         R-core >= 3.0.0
+BuildRequires:    R-devel >= 3.0.0, tex(latex)
 
 %description
 Functions for Bitwise operations on integer vectors.
@@ -48,6 +48,9 @@ test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
 %{_libdir}/R/library/%{packname}/libs
 
 %changelog
+* Thu Apr 11 2013 Tom Callaway <spot at fedoraproject.org> - 1.0.5-1
+- update to 1.0.5
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.4.1-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 9566c90..3cd45b3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-81107518a0cafce266e82fc8571732da  bitops_1.0-4.1.tar.gz
+b4474da9bc1725ae0361f2ecb4dbfae2  bitops_1.0-5.tar.gz


More information about the scm-commits mailing list