[R-sciplot] 1.1.0

Tom Callaway spot at fedoraproject.org
Thu Apr 11 19:39:29 UTC 2013


commit 4ed15c5afb43cf71f52a5ffed9ec66fe76ae0c84
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Thu Apr 11 15:42:48 2013 -0400

    1.1.0

 .gitignore     |    1 +
 R-sciplot.spec |   11 +++++++----
 sources        |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2ba088c..c8c8ce9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 sciplot_1.0-7.tar.gz
 /sciplot_1.0-9.tar.gz
+/sciplot_1.1-0.tar.gz
diff --git a/R-sciplot.spec b/R-sciplot.spec
index 09f0af5..5ff4d11 100644
--- a/R-sciplot.spec
+++ b/R-sciplot.spec
@@ -1,6 +1,6 @@
 %global packname sciplot
-%global packvers 1.0
-%global packrel 9
+%global packvers 1.1
+%global packrel 0
 
 Name:             R-%{packname}
 Version:          %{packvers}.%{packrel}
@@ -12,8 +12,8 @@ URL:              http://cran.r-project.org/web/packages/sciplot/index.html
 Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{packvers}-%{packrel}.tar.gz
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:        noarch
-Requires:         R-core
-BuildRequires:    R-devel, tex(latex)
+Requires:         R-core >= 3.0.0
+BuildRequires:    R-devel >= 3.0.0, tex(latex)
 
 
 %description
@@ -54,6 +54,9 @@ test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
 %{_datadir}/R/library/%{packname}/help
 
 %changelog
+* Thu Apr 11 2013 Tom Callaway <spot at fedoraproject.org> - 1.1.0-1
+- update to 1.1-0
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.9-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 7e0c257..7035328 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fd432c06b9179d001eea9cd090e23b65  sciplot_1.0-9.tar.gz
+038174d55f08e37f36dab388ecb33011  sciplot_1.1-0.tar.gz


More information about the scm-commits mailing list