Bump a release to make sure shipping uchardet-devel to CRB.

This commit is contained in:
Akira TAGOH 2022-05-23 12:38:01 +09:00 committed by Stepan Oksanichenko
parent 91d2b55302
commit 21aa4d71b4
2 changed files with 6 additions and 1 deletions

1
.uchardet.metadata Normal file
View File

@ -0,0 +1 @@
c04257ee7fb5ebbae144311d70b42c1d7efe41b9 uchardet-0.0.6.tar.xz

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