[R-multcomp] Update to 1.2-6 Drop --no-latex in check, no longer needed

Orion Poplawski orion at fedoraproject.org
Thu Jun 23 14:13:15 UTC 2011


commit e579aac35653a38985baed213b338d308f0c3942
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Thu Jun 23 08:13:03 2011 -0600

    Update to 1.2-6
    Drop --no-latex in check, no longer needed

 .gitignore      |    1 +
 R-multcomp.spec |   11 +++++++----
 sources         |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6aaad65..ac48db0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 multcomp_1.1-7.tar.gz
 /multcomp_1.2-4.tar.gz
 /multcomp_1.2-5.tar.gz
+/multcomp_1.2-6.tar.gz
diff --git a/R-multcomp.spec b/R-multcomp.spec
index 5028833..0a484a3 100644
--- a/R-multcomp.spec
+++ b/R-multcomp.spec
@@ -1,10 +1,10 @@
 %define packname multcomp
-%define packrel  5
+%define packrel  6
 
 Summary:        Simultaneous inference for general linear hypotheses R Package
 Name:           R-%{packname}
 Version:        1.2
-Release:        6%{?dist}
+Release:        7%{?dist}
 License:        GPLv2
 Group:          Applications/Engineering
 Source0:        http://cran.r-project.org/src/contrib/%{packname}_%{version}-%{packrel}.tar.gz
@@ -50,8 +50,7 @@ rm -rf %{buildroot}%{_datadir}/R/library/R.css
 %check
 #We have to use --no-install because we don't have all of the suggested
 #dependencies
-#We use --no-latex because it is broken with --no-install
-%{_bindir}/R CMD check --no-install --no-latex %{packname}
+%{_bindir}/R CMD check --no-install %{packname}
 
 
 %clean
@@ -90,6 +89,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Jun 22 2011 Orion Poplawski <orion at cora.nwra.com> - 1.2-7
+- Update to 1.2-6
+- Drop --no-latex in check, no longer needed
+
 * Tue Feb 8 2011 Orion Poplawski <orion at cora.nwra.com> - 1.2-6
 - Update to 1.2-5
 
diff --git a/sources b/sources
index 67824dc..08d87d6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-849b1b9745d0ee49ee74ee7a2b33aec4  multcomp_1.2-5.tar.gz
+e943bd61f5d0c00d0347592b83cf9840  multcomp_1.2-6.tar.gz


More information about the scm-commits mailing list