diff --git a/mxml.spec b/mxml.spec index ebbd41708803a5fdd20c6fafb81eeaf7b6fa56ca..5e75961af092748c0deade38ecaaf7f14ec04d8a 100644 --- a/mxml.spec +++ b/mxml.spec @@ -1,6 +1,6 @@ Summary: Miniature XML development library Name: mxml -Version: 4.0.3 +Version: 4.0.4 Release: 1 License: Apache-2.0 and LGPL-2.0-only and GPL-2.0-only URL: http://www.msweet.org/mxml @@ -46,6 +46,12 @@ rm -f %{buildroot}%{_datadir}/man/cat*/* %{_libdir}/pkgconfig/mxml4.pc %changelog +* Mon Mar 17 2025 liudy - 4.0.4-1 +- Update version to 4.0.4 +- Added Linux-specific build files and dropped unused long long config tests +- Fixed an issue when reporting errors with a NULL options pointer +- Fixed installation on MingW + * Tue Jul 16 2024 wulei - 4.0.3-1 - Update to version 4.0.3 diff --git a/v4.0.3.tar.gz b/v4.0.3.tar.gz deleted file mode 100644 index d1819697bd8e3d8d9cc9241be1ad8514b73fea78..0000000000000000000000000000000000000000 Binary files a/v4.0.3.tar.gz and /dev/null differ diff --git a/v4.0.4.tar.gz b/v4.0.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d310fb2386c5d9747be533858a7e8b9f0d00fb24 Binary files /dev/null and b/v4.0.4.tar.gz differ