From bdd484df853aa9f2808b7cb7d831f4a5a64631d6 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Wed, 30 May 2018 06:06:02 -0400 Subject: [PATCH] Update to latest version. --- .gitignore | 1 + R-bit.spec | 20 +++++++++++++------- sources | 2 +- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index d99147a..ddd2e78 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /bit_1.1-12.tar.gz /bit_1.1-13.tar.gz +/bit_1.1-14.tar.gz diff --git a/R-bit.spec b/R-bit.spec index 6ffcf26..f14e663 100644 --- a/R-bit.spec +++ b/R-bit.spec @@ -1,14 +1,15 @@ %global packname bit +%global packvers 1.1-14 %global rlibdir %{_libdir}/R/library - Name: R-%{packname} -Version: 1.1.13 +Version: 1.1.14 Release: 1%{?dist} Summary: A class for vectors of 1-bit booleans + License: GPLv2 URL: https://cran.r-project.org/web/packages/%{packname}/index.html -Source0: https://cran.r-project.org/src/contrib/%{packname}_1.1-13.tar.gz +Source0: https://cran.r-project.org/src/contrib/%{packname}_%{packvers}.tar.gz # Here's the R view of the dependencies world: # Depends: @@ -17,11 +18,12 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_1.1-13.tar. # LinkingTo: # Enhances: -BuildRequires: R-devel tex(latex) +BuildRequires: R-devel +BuildRequires: tex(latex) %description -bitmapped vectors of booleans (no NAs), coercion from and to logicals, -integers and integer subscripts; fast boolean operators and fast summary +True boolean datatype (no NAs), coercion from and to logicals, integers +and integer subscripts; fast boolean operators and fast summary statistics. With 'bit' vectors you can store true binary booleans {FALSE,TRUE} at the expense of 1 bit only, on a 32 bit architecture this means factor 32 less RAM and ~ factor 32 more speed on boolean operations. @@ -81,10 +83,14 @@ rm -r %{buildroot}%{rlibdir}/%{packname}/exec %{rlibdir}/%{packname}/Meta %{rlibdir}/%{packname}/R %{rlibdir}/%{packname}/help -%{rlibdir}/%{packname}/libs +%dir %{rlibdir}/%{packname}/libs +%{rlibdir}/%{packname}/libs/%{packname}.so %changelog +* Wed May 30 2018 Elliott Sales de Andrade - 1.1.14-1 +- Update to latest version + * Wed May 16 2018 Tom Callaway - 1.1.13-1 - update to 1.1-13, rebuild for R 3.5.0 diff --git a/sources b/sources index 661eff0..7283c8d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (bit_1.1-13.tar.gz) = e9468d3c66c743570b939f1b14ef7216b3950ba0dbadcc78e52f998af0ca0796d098481e57faac8e05ca6ecc6092d9ffa6c2eaee9fb5e879d91ad14ac6c90083 +SHA512 (bit_1.1-14.tar.gz) = b840d1469f5fce1ff8028992c19a4ca9bba9f84d073ccca7fab83fd172adbbe37a75fad23da73ea88c6ca90ba134f280f407ca86664563966d3e30cd6e8ea9e3