import uchardet-0.0.6-15.el9.2

This commit is contained in:
CentOS Sources 2022-11-15 02:06:38 -05:00 committed by Stepan Oksanichenko
parent a4170c5b98
commit 29d52d5c90
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: uchardet
Version: 0.0.6
Release: 15%{?dist}.1
Release: 15%{?dist}.2
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
* Mon May 23 2022 Akira TAGOH <tagoh@redhat.com> - 0.0.6-15.2
- Bump a release to make sure shipping uchardet-devel to CRB.
Resolves: rhbz#2086260
* Wed Oct 6 2021 Akira TAGOH <tagoh@redhat.com> - 0.0.6-15.1
- Add CI test.
Resolves: rhbz#2011170