rpms/R/EL-5 R.spec,1.34,1.35

Tom Callaway spot at fedoraproject.org
Mon Jan 5 15:12:20 UTC 2009


Author: spot

Update of /cvs/pkgs/rpms/R/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15018/EL-5

Modified Files:
	R.spec 
Log Message:

Add pango-devel to BuildRequires, fix versioned dependency on libRmath



Index: R.spec
===================================================================
RCS file: /cvs/pkgs/rpms/R/EL-5/R.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- R.spec	22 Dec 2008 16:27:48 -0000	1.34
+++ R.spec	5 Jan 2009 15:11:49 -0000	1.35
@@ -6,7 +6,7 @@
 
 Name: R
 Version: 2.8.1
-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-2/R-%{version}.tar.gz
@@ -24,7 +24,7 @@
 BuildRequires: java-1.4.2-gcj-compat, lapack-devel
 BuildRequires: libSM-devel, libX11-devel, libICE-devel, libXt-devel
 BuildRequires: bzip2-devel, libXmu-devel, cairo-devel, libtiff-devel
-BuildRequires: gcc-objc
+BuildRequires: gcc-objc, pango-devel
 # R-devel will pull in R-core
 Requires: R-devel = %{version}-%{release}
 # libRmath-devel will pull in libRmath
@@ -122,7 +122,7 @@
 %package -n libRmath-devel
 Summary: standalone math library from the R project
 Group: Development/Libraries
-Requires: libRmath = %{version}, pkgconfig
+Requires: libRmath = %{version}-%{release}, pkgconfig
 
 %description -n libRmath-devel
 A standalone library of mathematical and statistical functions derived
@@ -330,6 +330,10 @@
 /sbin/ldconfig
 
 %changelog
+* Mon Jan  5 2009 Tom "spot" Callaway <tcallawa at redhat.com> 2.8.1-2
+- add pango-devel to BuildRequires (thanks to Martyn Plummer and Peter Dalgaard)
+- fix libRmath requires to need V-R (thanks to Martyn Plummer)
+
 * Mon Dec 22 2008 Tom "spot" Callaway <tcallawa at redhat.com> 2.8.1-1
 - update javareconf call in %%post (bz 477076)
 - 2.8.1




More information about the fedora-extras-commits mailing list