New upstream release 2.6.1
This commit is contained in:
parent
71c6dabc16
commit
042ae5b808
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/utf8proc-v2.1.1.tar.gz
|
/utf8proc-v2.1.1.tar.gz
|
||||||
/utf8proc-v2.3.0.tar.gz
|
/utf8proc-v2.3.0.tar.gz
|
||||||
/utf8proc-v2.4.0.tar.gz
|
/utf8proc-v2.4.0.tar.gz
|
||||||
|
/utf8proc-v2.6.1.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (utf8proc-v2.4.0.tar.gz) = 2bbd056b488cd30faca26618389d8af84edc39ade9b705e147b676bf39eee65b40239d01c32c46dfc2a289d79e869ed1bb3c347365603dcaab2f69e34427441a
|
SHA512 (utf8proc-v2.6.1.tar.gz) = 9a09fe58a63c8c7983b8968b9b2c82f3d188724ed125097ea0de6a18d87569c678e226dc5de183108e47b3f068117e6bb352da1c3d24ebfd8018fb0b2346592e
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Library for processing UTF-8 encoded Unicode strings
|
Summary: Library for processing UTF-8 encoded Unicode strings
|
||||||
Name: utf8proc
|
Name: utf8proc
|
||||||
Version: 2.4.0
|
Version: 2.6.1
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Unicode and MIT
|
License: Unicode and MIT
|
||||||
URL: http://julialang.org/utf8proc/
|
URL: http://julialang.org/utf8proc/
|
||||||
Source: https://github.com/JuliaLang/utf8proc/archive/v%{version}.tar.gz#/%{name}-v%{version}.tar.gz
|
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}
|
%setup -qn %{name}-%{version}
|
||||||
# Disable slow tests and tests which require network access
|
# Disable slow tests and tests which require network access
|
||||||
sed -i '/-C bench/d;/\ttest.* data/d' Makefile
|
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
|
%build
|
||||||
%set_build_flags
|
%set_build_flags
|
||||||
@ -60,6 +60,9 @@ rm %{buildroot}%{_libdir}/libutf8proc.a
|
|||||||
%{_libdir}/pkgconfig/libutf8proc.pc
|
%{_libdir}/pkgconfig/libutf8proc.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user