From 0ede1514d6f715d2ae944ea6f8326bbf896bfcac Mon Sep 17 00:00:00 2001 From: Milan Bouchet-Valat Date: Sun, 21 Apr 2019 11:41:56 +0200 Subject: [PATCH] New upstream release 2.3.0 --- .gitignore | 1 + sources | 2 +- utf8proc.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index cd3127d..30c7fda 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 79aad5f..21ff197 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (utf8proc-v2.1.1.tar.gz) = 66c3e79439dd4c4b148ec3a2a9f96442fcccb9e488384e52807f513dad64d4b7adea8626c60d21ea401ce4240ced0c71265de51c4d1550c37c8db9176dbb4fe8 +SHA512 (utf8proc-v2.3.0.tar.gz) = 3935cd280e14ed570caa89a983b2d56a981e74da9298a1ea26064da78ece288ff48a73306446d3e1d777e6ecd8ea881f7a29169eaae2153cb015daefb8df8656 diff --git a/utf8proc.spec b/utf8proc.spec index 6f0a7b9..ee1062a 100644 --- a/utf8proc.spec +++ b/utf8proc.spec @@ -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 - 2.3.0-1 +- New upstream release. + * Sun Feb 03 2019 Fedora Release Engineering - 2.1.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild