New upstream release 2.7.0

This commit is contained in:
Milan Bouchet-Valat 2021-12-26 20:07:10 +01:00
parent 35a201dc88
commit e5eab8871e
No known key found for this signature in database
GPG Key ID: C40AF671A8FAC5C9
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/utf8proc-v2.3.0.tar.gz
/utf8proc-v2.4.0.tar.gz
/utf8proc-v2.6.1.tar.gz
/utf8proc-v2.7.0.tar.gz

View File

@ -1 +1 @@
SHA512 (utf8proc-v2.6.1.tar.gz) = 9a09fe58a63c8c7983b8968b9b2c82f3d188724ed125097ea0de6a18d87569c678e226dc5de183108e47b3f068117e6bb352da1c3d24ebfd8018fb0b2346592e
SHA512 (utf8proc-v2.7.0.tar.gz) = 29f7883de13302d609e8755872ed43174e70076e9681b4ac3f9b03e50295c45d9972c193bc81f94ad7e11e2d33a46cad5a30a80873173e6e1ae242101ebb3bed

View File

@ -1,7 +1,7 @@
Summary: Library for processing UTF-8 encoded Unicode strings
Name: utf8proc
Version: 2.6.1
Release: 4%{?dist}
Version: 2.7.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
@ -62,6 +62,9 @@ rm %{buildroot}%{_libdir}/libutf8proc.a
%{_libdir}/pkgconfig/libutf8proc.pc
%changelog
* Sun Dec 26 2021 Milan Bouchet-Valat <nalimilan@club.fr> - 2.7.0
- New upstream release.
* Thu Nov 11 2021 Tom Stellard <tstellar@redhat.com> - 2.6.1-4
- Use set_build_flags before running tests