[R-RSQLite] 0.10.0

Tom Callaway spot at fedoraproject.org
Wed Nov 9 19:00:24 UTC 2011


commit 143f0a84805f130707ec55761cc7174d59e327b0
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Wed Nov 9 14:00:21 2011 -0500

    0.10.0

 .gitignore     |    1 +
 R-RSQLite.spec |   13 ++++++++-----
 sources        |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 20091b0..332e75b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 RSQLite_0.9-1.tar.gz
+/RSQLite_0.10.0.tar.gz
diff --git a/R-RSQLite.spec b/R-RSQLite.spec
index bde993f..e6b73fb 100644
--- a/R-RSQLite.spec
+++ b/R-RSQLite.spec
@@ -1,11 +1,11 @@
 %global packname RSQLite
-%global packver 0.9
-%global packrel 1
+%global packver 0.10.0
+#global packrel 
 
 Name:             R-%{packname}
-Version:          %{packver}.%{packrel}
-Release:          2%{?dist}
-Source0:          ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{packver}-%{packrel}.tar.gz
+Version:          %{packver}
+Release:          1%{?dist}
+Source0:          ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{packver}.tar.gz
 License:          LGPLv2+
 URL:              http://cran.r-project.org/web/packages/RSQLite/index.html
 Group:            Applications/Engineering
@@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/R/library/%{packname}/help
 
 %changelog
+* Wed Nov 09 2011 Tom Callaway <spot at fedoraproject.org> - 0.10.0-1
+- update to 0.10.0
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 3399b07..ad454bd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-903b6ace6a0aa0941a42715081a65ad5  RSQLite_0.9-1.tar.gz
+96a59e0edac60f3fa726531c1b071641  RSQLite_0.10.0.tar.gz


More information about the scm-commits mailing list