diff --git a/.gitignore b/.gitignore index 4498fad..6c395fa 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ expat-2.0.1.tar.gz /expat-2.4.6.tar.gz /expat-2.4.7.tar.gz /expat-2.4.8.tar.gz +/expat-2.4.9.tar.gz diff --git a/expat.spec b/expat.spec index 7ccd63e..5fe8a23 100644 --- a/expat.spec +++ b/expat.spec @@ -1,9 +1,9 @@ -%global unversion 2_4_8 +%global unversion 2_4_9 Summary: An XML parser library Name: expat 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 URL: https://libexpat.github.io/ License: MIT @@ -59,20 +59,24 @@ make check %doc AUTHORS Changes %license COPYING %{_bindir}/* -%{_libdir}/lib*.so.* +%{_libdir}/libexpat.so.1 +%{_libdir}/libexpat.so.1.* %{_mandir}/*/* %files devel %doc doc/reference.html doc/*.css examples/*.c -%{_libdir}/lib*.so +%{_libdir}/libexpat.so %{_libdir}/pkgconfig/*.pc %{_includedir}/*.h %{_libdir}/cmake/expat-%{version} %files static -%{_libdir}/lib*.a +%{_libdir}/libexpat.a %changelog +* Thu Sep 29 2022 Tomas Korbar - 2.4.9-1 +- Rebase to 2.4.9 + * Thu Jul 21 2022 Fedora Release Engineering - 2.4.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index 6e47767..c9bb29a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (expat-2.4.8.tar.gz) = 452982888e993937dc37968f27eed080d8fb8c8d98935051b195e11051de8fe31217a4d40ae3e7df53fe3265b897823a2a7793af794fd066e0ead4535b5cbc99 +SHA512 (expat-2.4.9.tar.gz) = 6bf92516ce2642b2cdcbc586aaac0f706f125394fa428670f9b8b042a1f393e3b9dda1a24e58e6c8ad8b4ff3303cb5a8700628c6c04a881a06251c08be3759d3