From ef963d1417c6944b35c0f0de9dbecef57d8ae353 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 16 Dec 2020 09:19:04 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/utf8proc.git#042ae5b808c4230d36c5505c5c59d0a0244f061d --- .gitignore | 1 + sources | 2 +- utf8proc.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 1045083..0cf3ff0 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 81ea796..2cd4920 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (utf8proc-v2.4.0.tar.gz) = 2bbd056b488cd30faca26618389d8af84edc39ade9b705e147b676bf39eee65b40239d01c32c46dfc2a289d79e869ed1bb3c347365603dcaab2f69e34427441a +SHA512 (utf8proc-v2.6.1.tar.gz) = 9a09fe58a63c8c7983b8968b9b2c82f3d188724ed125097ea0de6a18d87569c678e226dc5de183108e47b3f068117e6bb352da1c3d24ebfd8018fb0b2346592e diff --git a/utf8proc.spec b/utf8proc.spec index e867948..72fc5fb 100644 --- a/utf8proc.spec +++ b/utf8proc.spec @@ -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 - 2.6.1-1 +- New upstream release. + * Wed Jul 29 2020 Fedora Release Engineering - 2.4.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild