Update to latest version.
This commit is contained in:
parent
24b547ef60
commit
5ca1d10918
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/stringi_1.1.5.tar.gz
|
||||
/stringi_1.1.6.tar.gz
|
||||
/stringi_1.1.7.tar.gz
|
||||
|
@ -1,10 +1,9 @@
|
||||
%global packname stringi
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.1.6
|
||||
Release: 3%{?dist}
|
||||
Version: 1.1.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Character String Processing Facilities
|
||||
|
||||
License: BSD
|
||||
@ -13,18 +12,21 @@ Source0: https://cran.r-project.org/src/contrib/%{packname}_%{version}.
|
||||
|
||||
# Here's the R view of the dependencies world:
|
||||
# Depends:
|
||||
# Imports: R-tools R-utils R-stats
|
||||
# Imports: R-tools, R-utils, R-stats
|
||||
# Suggests:
|
||||
# LinkingTo:
|
||||
# Enhances:
|
||||
|
||||
Requires: R-tools R-utils R-stats
|
||||
|
||||
BuildRequires: R-devel tex(latex)
|
||||
BuildRequires: R-tools R-utils R-stats
|
||||
Requires: R-tools
|
||||
Requires: R-utils
|
||||
Requires: R-stats
|
||||
BuildRequires: R-devel
|
||||
BuildRequires: tex(latex)
|
||||
BuildRequires: R-tools
|
||||
BuildRequires: R-utils
|
||||
BuildRequires: R-stats
|
||||
BuildRequires: libicu-devel >= 52
|
||||
|
||||
|
||||
%description
|
||||
Allows for fast, correct, consistent, portable, as well as convenient
|
||||
character string/text processing in every locale and any native encoding.
|
||||
@ -87,6 +89,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Apr 25 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.1.7-1
|
||||
- Update to latest version
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (stringi_1.1.6.tar.gz) = b79390533b94aab79e9f696d6ef85e5c4da92244e586ec5edc3eb6dccf0f584d5f9bc9f9514b00926f1abf4e83e0d174a17e241b2894af3e3fc17f2251f24f2f
|
||||
SHA512 (stringi_1.1.7.tar.gz) = 9c86b98afc4677d26589a0e8c9b0231ecfa44a5c342d5123467a8bdc5a74b69d8ef1a523e55770a3a2adaef124f4dc46cc2656d3084f7d725bdec67f03ad4355
|
||||
|
Loading…
Reference in New Issue
Block a user