diff --git a/.gitignore b/.gitignore index 3437159..7422f50 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /backports_1.1.1.tar.gz /backports_1.1.2.tar.gz +/backports_1.1.3.tar.gz diff --git a/R-backports.spec b/R-backports.spec index 322525b..43d8936 100644 --- a/R-backports.spec +++ b/R-backports.spec @@ -2,8 +2,8 @@ %global rlibdir %{_libdir}/R/library Name: R-%{packname} -Version: 1.1.2 -Release: 5%{?dist} +Version: 1.1.3 +Release: 1%{?dist} Summary: Reimplementations of Functions Introduced Since R-3.0.0 License: GPLv2 @@ -18,17 +18,17 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}. # Enhances: Requires: R-utils - -BuildRequires: R-devel tex(latex) +BuildRequires: R-devel +BuildRequires: tex(latex) BuildRequires: R-utils %description -Implementations of functions which have been introduced in R since version -3.0.0. The backports are conditionally exported which results in R -resolving the function names to the version shipped with R (if available) -and uses the implemented backports as fallback. This way package -developers can make use of the new functions without worrying about the -minimum required R version. +Functions introduced or changed since R v3.0.0 are re-implemented in this +package. The backports are conditionally exported in order to let R resolve +the function name to either the implemented backport, or the respective +base version, if available. Package developers can make use of new +functions or arguments by selectively importing specific backports to +support older installations. %prep @@ -59,10 +59,14 @@ rm -f %{buildroot}%{rlibdir}/R.css %{rlibdir}/%{packname}/Meta %{rlibdir}/%{packname}/R %{rlibdir}/%{packname}/help -%{rlibdir}/%{packname}/libs +%dir %{rlibdir}/%{packname}/libs +%{rlibdir}/%{packname}/libs/%{packname}.so %changelog +* Fri Feb 15 2019 Elliott Sales de Andrade - 1.1.3-1 +- Update to latest version + * Thu Jan 31 2019 Fedora Release Engineering - 1.1.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/sources b/sources index 1a43a26..bcf592f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (backports_1.1.2.tar.gz) = 935f284ae08c71f903406f46865bc2819a144d2979bfc526bd31721097eb5a19a9b597de94c48fbf5e6c574cc754f1ae51eca805bdb07e96267813294c917247 +SHA512 (backports_1.1.3.tar.gz) = 951ea96157ddceca38a82f2c313ca63323b2797bd5c4c9dc5ec8e9c468d39016a0f0182c683fd388c751a0e1d14db392ee6ddac29744a15701f211a3ae3cd6a0