Add CI test

This commit is contained in:
Akira TAGOH 2021-09-29 17:37:15 +09:00 committed by Stepan Oksanichenko
parent e7757d5f48
commit c5b48cc677
2 changed files with 6 additions and 1 deletions

1
.liblangtag.metadata Normal file
View File

@ -0,0 +1 @@
47041c94500c04c657b83cc2ff1a4343efc44b04 liblangtag-0.6.3.tar.bz2

View File

@ -5,7 +5,7 @@
Name: liblangtag
Version: 0.6.3
Release: 8%{?dist}
Release: 8%{?dist}.1
Summary: An interface library to access tags for identifying languages
License: LGPLv3+ or MPLv2.0
@ -134,6 +134,10 @@ export LD_LIBRARY_PATH=`pwd`/liblangtag/.libs:`pwd`/liblangtag-gobject/.libs${LD
%{_datadir}/gtk-doc/html/%{name}
%changelog
* Wed Sep 29 2021 Akira TAGOH <tagoh@redhat.com> - 0.6.3-8.1
- Add CI test.
Resolves: rhbz#2008783
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.6.3-8
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688