New upstream release 2.6.1

This commit is contained in:
Milan Bouchet-Valat 2020-12-16 09:18:58 +01:00
parent 71c6dabc16
commit 042ae5b808
No known key found for this signature in database
GPG Key ID: C40AF671A8FAC5C9
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/utf8proc-v2.1.1.tar.gz
/utf8proc-v2.3.0.tar.gz
/utf8proc-v2.4.0.tar.gz
/utf8proc-v2.6.1.tar.gz

View File

@ -1 +1 @@
SHA512 (utf8proc-v2.4.0.tar.gz) = 2bbd056b488cd30faca26618389d8af84edc39ade9b705e147b676bf39eee65b40239d01c32c46dfc2a289d79e869ed1bb3c347365603dcaab2f69e34427441a
SHA512 (utf8proc-v2.6.1.tar.gz) = 9a09fe58a63c8c7983b8968b9b2c82f3d188724ed125097ea0de6a18d87569c678e226dc5de183108e47b3f068117e6bb352da1c3d24ebfd8018fb0b2346592e

View File

@ -1,7 +1,7 @@
Summary: Library for processing UTF-8 encoded Unicode strings
Name: utf8proc
Version: 2.4.0
Release: 4%{?dist}
Version: 2.6.1
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
@ -35,7 +35,7 @@ strings, unless you want to allocate memory yourself.
%setup -qn %{name}-%{version}
# Disable slow tests and tests which require network access
sed -i '/-C bench/d;/\ttest.* data/d' Makefile
touch data/NormalizationTest.txt data/GraphemeBreakTest.txt
touch data/NormalizationTest.txt data/GraphemeBreakTest.txt data/Lowercase.txt data/Uppercase.txt
%build
%set_build_flags
@ -60,6 +60,9 @@ rm %{buildroot}%{_libdir}/libutf8proc.a
%{_libdir}/pkgconfig/libutf8proc.pc
%changelog
* Wed Dec 16 2020 Milan Bouchet-Valat <nalimilan@club.fr> - 2.6.1-1
- New upstream release.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild