[R] add Requires: tex(inconsolata.sty) to -core-devel

Tom Callaway spot at fedoraproject.org
Sat Apr 13 11:03:49 UTC 2013


commit f127b62956c5ae302b15a771978fd616f45eeed9
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Sat Apr 13 07:07:09 2013 -0400

    add Requires: tex(inconsolata.sty) to -core-devel

 R.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/R.spec b/R.spec
index f539aad..c17b257 100644
--- a/R.spec
+++ b/R.spec
@@ -17,7 +17,7 @@
 
 Name: R
 Version: 3.0.0
-Release: 1%{?dist}
+Release: 2%{?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-3/R-%{version}.tar.gz
@@ -142,6 +142,7 @@ Requires: tcl-devel, tk-devel, pkgconfig
 # TeX files needed
 %if 0%{?fedora} >= 18
 Requires: tex(ecrm1000.tfm)
+Requires: tex(inconsolata.sty)
 Requires: tex(ptmr8t.tfm)
 Requires: tex(ptmb8t.tfm)
 Requires: tex(pcrr8t.tfm)
@@ -796,6 +797,9 @@ R CMD javareconf \
 %postun -n libRmath -p /sbin/ldconfig
 
 %changelog
+* Sat Apr 13 2013 Tom Callaway <spot at fedoraproject.org> - 3.0.0-2
+- add Requires: tex(inconsolata.sty) to -core-devel to fix module PDF building
+
 * Fri Apr  5 2013 Tom Callaway <spot at fedoraproject.org> - 3.0.0-1
 - update to 3.0.0
 


More information about the scm-commits mailing list