Merge branch 'f30'
This commit is contained in:
commit
a03e360b97
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/stringi_1.2.4.tar.gz
|
||||
/stringi_1.3.1.tar.gz
|
||||
/stringi_1.4.3.tar.gz
|
||||
/stringi_1.4.4.tar.gz
|
||||
|
@ -2,8 +2,8 @@
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.4.3
|
||||
Release: 3%{?dist}
|
||||
Version: 1.4.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Character String Processing Facilities
|
||||
|
||||
License: BSD
|
||||
@ -25,15 +25,15 @@ BuildRequires: R-stats
|
||||
BuildRequires: libicu-devel >= 52
|
||||
|
||||
%description
|
||||
Fast, correct, consistent, portable, as well as convenient character
|
||||
string/text processing in every locale and any native encoding. Owing to
|
||||
the use of the 'ICU' (International Components for Unicode) library, the
|
||||
package provides 'R' users with platform-independent functions known to
|
||||
'Java', 'Perl', 'Python', 'PHP', and 'Ruby' programmers. Available
|
||||
features include: pattern searching (e.g., with 'Java'-like regular
|
||||
expressions or the 'Unicode' collation algorithm), random string
|
||||
generation, case mapping, string transliteration, concatenation, Unicode
|
||||
normalization, date-time formatting and parsing, and many more.
|
||||
Fast, correct, consistent, portable and convenient character string/text
|
||||
processing in every locale and any native encoding. Owing to the use of the
|
||||
'ICU' (International Components for Unicode) library, the package provides 'R'
|
||||
users with platform-independent functions known to 'Java', 'Perl', 'Python',
|
||||
'PHP' and 'Ruby' programmers. Available features include: pattern searching
|
||||
(e.g., with 'Java'-like regular expressions or the 'Unicode' collation
|
||||
algorithm), random string generation, case mapping, string transliteration,
|
||||
concatenation, Unicode normalization, date-time formatting and parsing and many
|
||||
more.
|
||||
|
||||
|
||||
%package devel
|
||||
@ -89,6 +89,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jan 09 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.4.4-1
|
||||
- Update to latest version
|
||||
|
||||
* Sun Aug 11 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.4.3-3
|
||||
- Remove explicit dependencies provided by automatic dependency generator
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (stringi_1.4.3.tar.gz) = 63cd699cdb2080143481cf258b28ae3496bc10627f15fbb8cc3d7e3e21de0318ded2e2223bf1a65ae08d9eaf9ece4352fbc4964d86e0183f7860271b34cdfb1a
|
||||
SHA512 (stringi_1.4.4.tar.gz) = 0a4cf2ad717ca7e9c1f4f0e9d041db53520cd4aad14f789dd717d24b65a5af91159eeedddb19d4592a6827825e8cd879f5bda559daee407d2341cff011de8ebb
|
||||
|
Loading…
Reference in New Issue
Block a user