diff --git a/utf8proc.spec b/utf8proc.spec index 4866a24..6f0a7b9 100644 --- a/utf8proc.spec +++ b/utf8proc.spec @@ -1,7 +1,7 @@ Summary: Library for processing UTF-8 encoded Unicode strings Name: utf8proc Version: 2.1.1 -Release: 4%{?dist} +Release: 5%{?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 @@ -60,6 +60,9 @@ rm %{buildroot}%{_libdir}/libutf8proc.a %{_libdir}/libutf8proc.so %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 2.1.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Mon Jul 23 2018 Joe Orton - 2.1.1-4 - update License tag to Unicode and MIT - BR gcc (#1606627)