Rebase to version 2.4.4
Resolves: rhbz#2048187
This commit is contained in:
parent
fa3245312f
commit
1d6e264b72
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ expat-2.0.1.tar.gz
|
|||||||
/expat-2.3.0.tar.gz
|
/expat-2.3.0.tar.gz
|
||||||
/expat-2.4.1.tar.gz
|
/expat-2.4.1.tar.gz
|
||||||
/expat-2.4.3.tar.gz
|
/expat-2.4.3.tar.gz
|
||||||
|
/expat-2.4.4.tar.gz
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
%global unversion 2_4_3
|
%global unversion 2_4_4
|
||||||
|
|
||||||
Summary: An XML parser library
|
Summary: An XML parser library
|
||||||
Name: expat
|
Name: expat
|
||||||
Version: %(echo %{unversion} | sed 's/_/./g')
|
Version: %(echo %{unversion} | sed 's/_/./g')
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Source: https://github.com/libexpat/libexpat/archive/R_%{unversion}.tar.gz#/expat-%{version}.tar.gz
|
Source: https://github.com/libexpat/libexpat/archive/R_%{unversion}.tar.gz#/expat-%{version}.tar.gz
|
||||||
URL: https://libexpat.github.io/
|
URL: https://libexpat.github.io/
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -73,6 +73,10 @@ make check
|
|||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 31 2022 Tomas Korbar <tkorbar@redhat.com> - 2.4.4-1
|
||||||
|
- Rebase to version 2.4.4
|
||||||
|
- Resolves: rhbz#2048187
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.3-3
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.3-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (expat-2.4.3.tar.gz) = 42705848c6b7ff9346fd511754adde4d9c276e1bf4662e41831c066e1c71ebe2258d3e0f052ac3a107cc22a9834c111b1655ca68f48d530780ed5aa0095fb34e
|
SHA512 (expat-2.4.4.tar.gz) = d9934695e21d7e80fcafaa1f099b0fe850ad770ac1bec23cc321edafbc1e186c7c610d110f1d1448e1d0f1ccc5127a7dfc03da10a116e0b00cc204652e0f8386
|
||||||
|
Loading…
Reference in New Issue
Block a user