diff --git a/.gitignore b/.gitignore index 2cd5fa7..773e038 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ multtest_2.4.0.tar.gz /multtest_2.6.0.tar.gz +/multtest_2.8.0.tar.gz diff --git a/R-multtest.spec b/R-multtest.spec index cd8d234..07ed067 100644 --- a/R-multtest.spec +++ b/R-multtest.spec @@ -2,8 +2,8 @@ %global Rversion 2.12.0 Name: R-%{packname} -Version: 2.6.0 -Release: 3%{dist} +Version: 2.8.0 +Release: 1%{dist} Summary: Multiple hypothesis testing library from Bioconductor Summary(fr): Bibliothe que R de test multi-hypothèses @@ -44,7 +44,7 @@ chmod -x %{packname}/src/mt.h chmod -x %{packname}/DESCRIPTION %{__sed} -i -e 's/\r$//' %{packname}/inst/doc/multtest.bib %{__sed} -i -e 's/\r$//' %{packname}/inst/doc/MTP.tex -%{__sed} -i -e 's/\r$//' %{packname}/inst/doc/Rplots.ps +#%{__sed} -i -e 's/\r$//' %{packname}/inst/doc/Rplots.ps mkdir -p %{buildroot}%{_libdir}/R/library @@ -81,6 +81,9 @@ chmod -x %{buildroot}%{_libdir}/R/library/%{packname}/otherDocs/*Rnw %{_libdir}/R/library/%{packname}/otherDocs %changelog +* Wed Jun 22 2011 pingou 2.8.0-1 +- Update to version 2.8.0 + * Thu Feb 10 2011 pingou 2.6.0-3 - Remove the check section to test build diff --git a/sources b/sources index 957cfa7..fdcc305 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6259e74452ba1133aee8563e21c10508 multtest_2.6.0.tar.gz +38aab9cc4c2c6cbe4e4fc72db118280f multtest_2.8.0.tar.gz