rpms/R-lmtest/devel .cvsignore, 1.2, 1.3 R-lmtest.spec, 1.1, 1.2 sources, 1.2, 1.3

Orion Poplawski orion at fedoraproject.org
Fri Feb 20 18:02:05 UTC 2009


Author: orion

Update of /cvs/pkgs/rpms/R-lmtest/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1059

Modified Files:
	.cvsignore R-lmtest.spec sources 
Log Message:
* Thu Feb 19 2009 Orion Poplawski <orion at cora.nwra.com> 0.9-3
- Update to 0.9-23
- Change BR to tex(latex)
- Drop encoding conversion - encoding is specified in the .tex files
- Different doc files



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/R-lmtest/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	25 Jun 2008 04:25:52 -0000	1.2
+++ .cvsignore	20 Feb 2009 18:01:34 -0000	1.3
@@ -1 +1 @@
-lmtest_0.9-21.tar.gz
+lmtest_0.9-23.tar.gz


Index: R-lmtest.spec
===================================================================
RCS file: /cvs/pkgs/rpms/R-lmtest/devel/R-lmtest.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- R-lmtest.spec	25 Jun 2008 04:25:52 -0000	1.1
+++ R-lmtest.spec	20 Feb 2009 18:01:34 -0000	1.2
@@ -1,17 +1,17 @@
 # This is the CRAN/Bioconductor name
 %define packname lmtest
 # Note that some R packages do not use packrel
-%define packrel 21
+%define packrel 23
 
 Name:             R-%{packname}
 Version:          0.9
-Release:          2%{?dist}
+Release:          3%{?dist}
 Source0:          http://cran.r-project.org/src/contrib/%{packname}_%{version}-%{packrel}.tar.gz
 License:          GPLv2
 URL:              http://cran.r-project.org/web/packages/lmtest/index.html
 Group:            Applications/Engineering
 Summary:          Testing Linear Regression Models for R
-BuildRequires:    R-devel, tetex-latex, R-zoo
+BuildRequires:    R-devel, tex(latex), R-zoo
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:         R-zoo
 Requires(post):   R
@@ -24,13 +24,6 @@
 
 %prep
 %setup -q -c -n %{packname}
-#Fix encoding
-for x in lmtest/man/*.Rd
-do
-   iconv -f iso-8859-1 -t utf-8 < ${x} | tr -d '\r' > ${x}.utf-8
-   touch -r ${x} ${x}.utf-8
-   mv ${x}.utf-8 ${x}
-done
 
 
 %build
@@ -64,7 +57,7 @@
 
 %files
 %defattr(-, root, root, -)
-%doc lmtest/COPYRIGHTS lmtest/README
+%doc lmtest/COPYRIGHTS lmtest/THANKS
 %dir %{_libdir}/R/library/%{packname}
 %doc %{_libdir}/R/library/%{packname}/latex
 %doc %{_libdir}/R/library/%{packname}/doc
@@ -86,6 +79,12 @@
 
 
 %changelog
+* Thu Feb 19 2009 Orion Poplawski <orion at cora.nwra.com> 0.9-3
+- Update to 0.9-23
+- Change BR to tex(latex)
+- Drop encoding conversion - encoding is specified in the .tex files
+- Different doc files
+
 * Mon Jun 23 2008 Orion Poplawski <orion at cora.nwra.com> 0.9-2
 - Fix License, add README and COPYRIGHTS to doc
 - Fixup non utf8 files


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/R-lmtest/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	25 Jun 2008 04:25:52 -0000	1.2
+++ sources	20 Feb 2009 18:01:34 -0000	1.3
@@ -1 +1 @@
-ad304c9ee3747239d8b18fbba287042c  lmtest_0.9-21.tar.gz
+0b85c1660b177e0c1d94c07197f3e174  lmtest_0.9-23.tar.gz




More information about the scm-commits mailing list