Add CI test.

Resolves: rhbz#2011170
This commit is contained in:
Akira TAGOH 2021-10-06 19:06:02 +09:00
parent af447de795
commit 91d2b55302
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: uchardet
Version: 0.0.6
Release: 15%{?dist}
Release: 15%{?dist}.1
Summary: An encoding detector library ported from Mozilla
License: MPLv1.1 or GPLv2+ or LGPLv2+
@ -65,6 +65,10 @@ popd
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Wed Oct 6 2021 Akira TAGOH <tagoh@redhat.com> - 0.0.6-15.1
- Add CI test.
Resolves: rhbz#2011170
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.0.6-15
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688