|
|
@ -1,9 +1,9 @@
|
|
|
|
%global unversion 2_6_2
|
|
|
|
%global unversion 2_6_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: 2%{?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
|
|
|
@ -74,6 +74,13 @@ make check
|
|
|
|
%{_libdir}/libexpat.a
|
|
|
|
%{_libdir}/libexpat.a
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Nov 07 2024 Tomas Korbar <tkorbar@redhat.com> - 2.6.4-1
|
|
|
|
|
|
|
|
- Rebase to 2.6.4
|
|
|
|
|
|
|
|
- Resolves: RHEL-65061
|
|
|
|
|
|
|
|
- Resolves: RHEL-57504
|
|
|
|
|
|
|
|
- Resolves: RHEL-57492
|
|
|
|
|
|
|
|
- Resolves: RHEL-56750
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.6.2-2
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.6.2-2
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
Resolves: RHEL-64018
|
|
|
|