diff --git a/libxml2-2.11.5.tar.xz b/libxml2-2.11.5.tar.xz deleted file mode 100644 index 578d7a09247404650198dd977d6fda2bf82a0722..0000000000000000000000000000000000000000 Binary files a/libxml2-2.11.5.tar.xz and /dev/null differ diff --git a/libxml2-2.11.8.tar.xz b/libxml2-2.11.8.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..6e89e8f78f5f83f18c26b78e59e7247495f799d2 Binary files /dev/null and b/libxml2-2.11.8.tar.xz differ diff --git a/libxml2.spec b/libxml2.spec index 12e2c759fcb40a194ec47a5f830dead0f4a1769e..963b3f3c2e538de4a388dcc9c962c827467d36f5 100644 --- a/libxml2.spec +++ b/libxml2.spec @@ -1,6 +1,6 @@ -%define anolis_release 2 +%define anolis_release 1 Name: libxml2 -Version: 2.11.5 +Version: 2.11.8 Release: %{anolis_release}%{?dist} Summary: Library providing XML and HTML support @@ -157,6 +157,9 @@ gzip -9 -c doc/libxml2-api.xml > doc/libxml2-api.xml.gz %doc NEWS README.md %changelog +* Wed Jul 03 2024 mgb01105731 - 2.11.8-1 +- update to 2.11.8 + * Tue Mar 12 2024 Bo Ren - 2.11.5-2 - Rebuild with python3.11