[R] another tex fix

Tom Callaway spot at fedoraproject.org
Tue Nov 27 21:46:20 UTC 2012


commit 3dd771227fc9f0f485106d73e09126c4bf30c606
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Tue Nov 27 16:47:47 2012 -0500

    another tex fix

 R.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/R.spec b/R.spec
index f52a4aa..bb6bc34 100644
--- a/R.spec
+++ b/R.spec
@@ -6,7 +6,7 @@
 
 Name: R
 Version: 2.15.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: A language for data analysis and graphics
 URL: http://www.r-project.org
 Source0: ftp://cran.r-project.org/pub/R/src/base/R-2/R-%{version}.tar.gz
@@ -111,7 +111,7 @@ Requires: gcc-c++, gcc-gfortran, tex(latex), texinfo-tex
 Requires: bzip2-devel, libX11-devel, pcre-devel, zlib-devel
 Requires: tcl-devel, tk-devel, pkgconfig
 Requires: R-java-devel = %{version}-%{release}
-# TeX TFM files needed
+# TeX files needed
 %if 0%{?fedora} >= 18
 Requires: tex(ecrm1000.tfm)
 Requires: tex(ptmr8t.tfm)
@@ -120,6 +120,7 @@ Requires: tex(pcrr8t.tfm)
 Requires: tex(phvr8t.tfm)
 Requires: tex(ptmri8t.tfm)
 Requires: tex(ptmro8t.tfm)
+Requires: tex(cm-super-ts1.enc)
 %endif
 Provides: R-Matrix-devel = 1.0.9
 Obsoletes: R-Matrix-devel < 0.999375-7
@@ -1039,6 +1040,9 @@ R CMD javareconf \
 %postun -n libRmath -p /sbin/ldconfig
 
 %changelog
+* Tue Nov 27 2012 Tom Callaway <spot at fedoraproject.org> - 2.15.2-3
+- add Requires: tex(cm-super-ts1.enc) for R-devel
+
 * Tue Nov 27 2012 Tom Callaway <spot at fedoraproject.org> - 2.15.2-2
 - add additional TeX font requirements to R-devel for Fedora 18+ (due to new texlive)
 


More information about the scm-commits mailing list