update to 2.2.10 (#1884940)
This commit is contained in:
parent
2c7d944e47
commit
3a708d8fda
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@ expat-2.0.1.tar.gz
|
|||||||
/expat-2.2.6.tar.gz
|
/expat-2.2.6.tar.gz
|
||||||
/expat-2.2.7.tar.gz
|
/expat-2.2.7.tar.gz
|
||||||
/expat-2.2.8.tar.gz
|
/expat-2.2.8.tar.gz
|
||||||
|
/expat-2.2.10.tar.gz
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
%global unversion 2_2_8
|
%global unversion 2_2_10
|
||||||
|
|
||||||
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
|
||||||
@ -72,6 +72,9 @@ make check
|
|||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 13 2020 Joe Orton <jorton@redhat.com> - 2.2.10-1
|
||||||
|
- update to 2.2.10 (#1884940)
|
||||||
|
|
||||||
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.8-3
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.8-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (expat-2.2.8.tar.gz) = 2d24641f4ffc20ad3078fb475cdd6054fe06e7c9b39024db679c732f63e2220698c7d76594db164211cfe09f1c1f0d0f298d464893e535b7425db4bf4d3bebc9
|
SHA512 (expat-2.2.10.tar.gz) = 5f2d00ead20139aae89910cc08246cf15f7562af2a4fe1b37ebe4c1500a71d9f0a655ebc43f10164ac846be3186ff43f2b94287b18d2a3af882cbd0a1de41a36
|
||||||
|
Loading…
Reference in New Issue
Block a user