Compare commits

...

No commits in common. "imports/c8-stream-1.10/utf8proc-2.1.1-4.module+el8+2562+4c88223a" and "c8-stream-1.1" have entirely different histories.

1 changed files with 4 additions and 1 deletions

View File

@ -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
Group: System Environment/Libraries
URL: http://julialang.org/utf8proc/
@ -63,6 +63,9 @@ rm %{buildroot}%{_libdir}/libutf8proc.a
%{_libdir}/libutf8proc.so
%changelog
* Mon Aug 05 2019 Lubos Uhliarik <luhliari@redhat.com> - 2.1.1-5
- Resolves: #1695587 - Ensure modular RPM upgrade path
* Mon Jul 23 2018 Joe Orton <jorton@redhat.com> - 2.1.1-4
- update License tag to Unicode and MIT
- BR gcc (#1606627)