#1 Set R_CHECK_FORCE_SUGGESTS false, to fix FTBFS on rawhide
Closed 4 years ago by filiperosset. Opened 4 years ago by filiperosset.
rpms/ filiperosset/R-xtable master  into  master

file modified
+1
@@ -3,3 +3,4 @@ 

  /xtable_1.7-1.tar.gz

  /xtable_1.7-3.tar.gz

  /xtable_1.8-2.tar.gz

+ /xtable_1.8-4.tar.gz

file modified
+12 -8
@@ -1,10 +1,10 @@ 

  %global packname  xtable

  %global version_predash 1.8

- %global version_postdash 2

+ %global version_postdash 4

  

  Name:             R-%{packname}

- Version:          1.8.2

- Release:          3%{dist}

+ Version:          1.8.4

+ Release:          1%{dist}

  Summary:          Export tables to LaTeX or HTML

  

  License:          GPLv2+
@@ -14,7 +14,8 @@ 

  BuildArch:        noarch

  

  Requires:         R-core >= 3.0.0

- BuildRequires:    R-devel >= 3.0.0 

+ BuildRequires:    R-devel >= 3.0.0

+ BuildRequires:    R-knitr

  BuildRequires:    tex(latex)

  BuildRequires:    texinfo-tex

  
@@ -30,8 +31,6 @@ 

  

  

  %install

- rm -rf %{buildroot}

- 

  # noarch -> Architecture ind<F11>ependent package

  mkdir -p %{buildroot}%{_datadir}/R/library 

  R CMD INSTALL %{packname} -l %{buildroot}%{_datadir}/R/library
@@ -41,12 +40,11 @@ 

  

  

  %check

- R CMD check %{packname}

+ export _R_CHECK_FORCE_SUGGESTS_='false'; R CMD check %{packname}

  

  

  

  %files

- 

  # noarch

  %dir %{_datadir}/R/library/%{packname}/

  %doc %{_datadir}/R/library/%{packname}/doc/
@@ -62,6 +60,12 @@ 

  

  

  %changelog

+ * Mon Jul 15 2019 Filipe Rosset <rosset.filipe@gmail.com> - 1.8.4-1

+ - Update to 1.8.4

+ 

+ * Mon Jul 15 2019 Filipe Rosset <rosset.filipe@gmail.com> - 1.8.2-4

+ - Set R_CHECK_FORCE_SUGGESTS false, to fix FTBFS on rawhide

+ 

  * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.2-3

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (xtable_1.8-2.tar.gz) = 4e21c7ef1a5d1216cf644623e6683e87d378658ede65f1d7094e0b72ec079ee193a7a48ba54cf02fc65b1258eca371fc9e83a74a873fc74347401965d7cb04c4

+ SHA512 (xtable_1.8-4.tar.gz) = 0143e22d3fc60c30159387f1614ecb269bc90d8d7a32d10f7f1e7f77863dfe33a71ca95cb1abd7b3d0f889e26a63d16e60dea4a1d4a33bbcbe6b5c823ed96b09

no initial comment

1 new commit added

  • Update to 1.8.4
4 years ago

Added 2 commits:
+ * Mon Jul 15 2019 Filipe Rosset rosset.filipe@gmail.com - 1.8.4-1
+ - Update to 1.8.4
+
+ * Mon Jul 15 2019 Filipe Rosset rosset.filipe@gmail.com - 1.8.2-4
+ - Set R_CHECK_FORCE_SUGGESTS false, to fix FTBFS on rawhide
+

1 new commit added

  • upload new sources
4 years ago

Pull-Request has been closed by filiperosset

4 years ago