[R-biglm] 0.9-1

Tom Callaway spot at fedoraproject.org
Fri Jan 24 16:01:42 UTC 2014


commit 08f52fdb53dce8d5ef528352d118b2f8db02a723
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri Jan 24 11:02:02 2014 -0500

    0.9-1

 .gitignore   |    1 +
 R-biglm.spec |   11 ++++++++---
 sources      |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6460012..b1bd29c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 biglm_0.7.tar.gz
 /biglm_0.8.tar.gz
+/biglm_0.9-1.tar.gz
diff --git a/R-biglm.spec b/R-biglm.spec
index de3f391..929da19 100644
--- a/R-biglm.spec
+++ b/R-biglm.spec
@@ -1,15 +1,17 @@
 %global packname  biglm
+%global packver   0.9
+%global packrel   1
 
 Name:             R-%{packname}
-Version:          0.8
-Release:          6%{?dist}
+Version:          %{packver}.%{packrel}
+Release:          1%{?dist}
 Summary:          Bounded memory linear and generalized linear models
 
 Group:            Applications/Productivity
 # Only license attribution is in DESCRIPTION.
 License:          GPL+
 URL:              http://cran.r-project.org/web/packages/biglm/index.html
-Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}.tar.gz
+Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{packver}-%{packrel}.tar.gz
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:         R-core >= 3.0.0, R-DBI, R-RSQLite, R-RODBC
@@ -50,6 +52,9 @@ test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
 %{_libdir}/R/library/%{packname}/libs/
 
 %changelog
+* Fri Jan 24 2014 Tom Callaway <spot at fedoraproject.org> - 0.9.1-1
+- update to 0.9-1
+
 * Fri Aug 02 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index a233d37..9156415 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c6a38be82b8c48c9677dd1bedefcc371  biglm_0.8.tar.gz
+bcd3344f039806ab2ebb0e4ba1742cc6  biglm_0.9-1.tar.gz


More information about the scm-commits mailing list