New upstream release 2.3.0

This commit is contained in:
Milan Bouchet-Valat 2019-04-21 11:41:56 +02:00
parent 670e0160c2
commit 0ede1514d6
No known key found for this signature in database
GPG Key ID: C40AF671A8FAC5C9
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/utf8proc-v2.0.2.tar.gz
/utf8proc-v2.1.0.tar.gz
/utf8proc-v2.1.1.tar.gz
/utf8proc-v2.3.0.tar.gz

View File

@ -1 +1 @@
SHA512 (utf8proc-v2.1.1.tar.gz) = 66c3e79439dd4c4b148ec3a2a9f96442fcccb9e488384e52807f513dad64d4b7adea8626c60d21ea401ce4240ced0c71265de51c4d1550c37c8db9176dbb4fe8
SHA512 (utf8proc-v2.3.0.tar.gz) = 3935cd280e14ed570caa89a983b2d56a981e74da9298a1ea26064da78ece288ff48a73306446d3e1d777e6ecd8ea881f7a29169eaae2153cb015daefb8df8656

View File

@ -1,11 +1,12 @@
Summary: Library for processing UTF-8 encoded Unicode strings
Name: utf8proc
Version: 2.1.1
Release: 5%{?dist}
Version: 2.3.0
Release: 1%{?dist}
License: Unicode and MIT
URL: http://julialang.org/utf8proc/
Source: https://github.com/JuliaLang/utf8proc/archive/v%{version}.tar.gz#/%{name}-v%{version}.tar.gz
BuildRequires: gcc
BuildRequires: perl
%description
utf8proc is a library for processing UTF-8 encoded Unicode strings.
@ -16,8 +17,6 @@ the characters “Hyphen” (U+2010), “Minus” (U+2212) and “Hyphen-Minus
(U+002D, ASCII Minus) all into the ASCII minus sign, to make them
equal for comparisons.
The currently supported Unicode version is 9.0.0.
This package only contains the C library.
%package devel
@ -58,8 +57,12 @@ rm %{buildroot}%{_libdir}/libutf8proc.a
%files devel
%{_includedir}/utf8proc.h
%{_libdir}/libutf8proc.so
%{_libdir}/pkgconfig/libutf8proc.pc
%changelog
* Sun Apr 21 2019 Milan Bouchet-Valat <nalimilan@club.fr> - 2.3.0-1
- New upstream release.
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild