Update to latest version.
This commit is contained in:
parent
f59e42b13a
commit
cd2873d3da
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/stringi_1.2.3.tar.gz
|
||||
/stringi_1.2.4.tar.gz
|
||||
/stringi_1.3.1.tar.gz
|
||||
/stringi_1.4.3.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%global rlibdir %{_libdir}/R/library
|
||||
|
||||
Name: R-%{packname}
|
||||
Version: 1.3.1
|
||||
Version: 1.4.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Character String Processing Facilities
|
||||
|
||||
@ -28,15 +28,15 @@ 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.
|
||||
Owing to the use of the 'ICU' 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, 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.
|
||||
|
||||
|
||||
%package devel
|
||||
@ -92,6 +92,9 @@ rm -f %{buildroot}%{rlibdir}/R.css
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 12 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.4.3-1
|
||||
- Update to latest version
|
||||
|
||||
* Wed Feb 13 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.3.1-1
|
||||
- Update to latest version
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (stringi_1.3.1.tar.gz) = b4bdee4bc439755604e74895a155ed14bfe5bdca8dabdfea8fffd53d18f26ae941b14c98d70060df2f59f59853e763d91998e59e03b398602878be8820975a0a
|
||||
SHA512 (stringi_1.4.3.tar.gz) = 63cd699cdb2080143481cf258b28ae3496bc10627f15fbb8cc3d7e3e21de0318ded2e2223bf1a65ae08d9eaf9ece4352fbc4964d86e0183f7860271b34cdfb1a
|
||||
|
Loading…
Reference in New Issue
Block a user