Update to latest version.

This commit is contained in:
Elliott Sales de Andrade 2019-02-15 19:34:15 -05:00
parent 551a47cf78
commit 0bd7468696
3 changed files with 17 additions and 12 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/backports_1.1.1.tar.gz /backports_1.1.1.tar.gz
/backports_1.1.2.tar.gz /backports_1.1.2.tar.gz
/backports_1.1.3.tar.gz

View File

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

View File

@ -1 +1 @@
SHA512 (backports_1.1.2.tar.gz) = 935f284ae08c71f903406f46865bc2819a144d2979bfc526bd31721097eb5a19a9b597de94c48fbf5e6c574cc754f1ae51eca805bdb07e96267813294c917247 SHA512 (backports_1.1.3.tar.gz) = 951ea96157ddceca38a82f2c313ca63323b2797bd5c4c9dc5ec8e9c468d39016a0f0182c683fd388c751a0e1d14db392ee6ddac29744a15701f211a3ae3cd6a0