[R-acepack] R3

Tom Callaway spot at fedoraproject.org
Sat Apr 13 03:36:52 UTC 2013


commit 27d986222be4e7585e04648d1a25bf1cf9e50755
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri Apr 12 23:40:19 2013 -0400

    R3

 .gitignore     |    1 +
 R-acepack.spec |   13 +++++++------
 sources        |    2 +-
 3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8093af8..626e472 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 acepack_1.3-2.3.tar.gz
 /acepack_1.3-3.0.tar.gz
+/acepack_1.3-3.2.tar.gz
diff --git a/R-acepack.spec b/R-acepack.spec
index 19d2082..7a140a3 100644
--- a/R-acepack.spec
+++ b/R-acepack.spec
@@ -1,21 +1,19 @@
 %global packname  acepack
 %global packver   1.3
-%global packrel   3.0
+%global packrel   3.2
 
 Name:             R-%{packname}
 Version:          %{packver}.%{packrel}
-Release:          4%{?dist}
+Release:          1%{?dist}
 Summary:          ACE and AVAS methods for choosing regression transformations
-
 Group:            Applications/Productivity
 License:          Public Domain and MIT
 URL:              http://cran.r-project.org/web/packages/acepack/index.html
 Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{packver}-%{packrel}.tar.gz
 Source1:          ace-copyright.txt
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-Requires:         R-core
-BuildRequires:    R-devel >= 2.5.0, gcc-gfortran
+Requires:         R-core >= 3.0.0
+BuildRequires:    R-devel >= 3.0.0, gcc-gfortran
 
 %description
 ACE and AVAS (additivity and variance stabilization) are used to estimate 
@@ -56,6 +54,9 @@ test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
 %{_libdir}/R/library/%{packname}/help
 
 %changelog
+* Thu Apr 11 2013 Tom Callaway <spot at fedoraproject.org> - 1.3.3.2-1
+- update to 1.3.3.2
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.3.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index ad7c573..f35d174 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9dd7fc37bc3fdd8175526e7b0a76db52  acepack_1.3-3.0.tar.gz
+0a2afe4b8ab3807b10340edf48b8c9b9  acepack_1.3-3.2.tar.gz


More information about the scm-commits mailing list