Changelog for
libxml++30-devel-3.2.5-1.1.x86_64.rpm :
* Mon Aug 12 2024 Bjørn Lie
- Update to version 3.2.5: + Documentation: - Update Visual Studio build docs - Parser docs: Add a link to parser options + Meson build: - Detect if we build from a git subtree - Don\'t copy files with configure_file() - Fix the evaluation of is_git_build on Windows - Backport libxml2 CMake support from libxml++-5.0 - Don\'t fail if warning_level=everything - Don\'t require the \'dot\' command to build the documentation - Add the build-manual option - Add bcrypt dependency when libxml2 is a subproject + Build: Make it compatible with libxml2 >= 2.12.0 by modifying [#]include directives- Add check section and run meson_test macro.
* Sun Sep 11 2022 Bjørn Lie - Update to version 3.2.4: + Document, Node: Recognize HTML documents + Parsers: Avoid std::getline for istream inputs + Build: - Meson build: . When mm-common >= 1.0.4 is used, Perl is not required . Require meson >= 0.55.0 . Specify \'check\' option in run_command(). Will be necessary with future versions of Meson. . Avoid configuration warnings - Win32: Don\'t include afxres.h in resources. - Support Visual Studio 2022 - docs/manual: Sort example file lists. See glgo/GNOME/gtkmm-documentation/!15 - NMake Makefiles: Make things more configurable. + Documentation: - docs/manual: Upgrade from DocBook 4.1 to DocBook 5.0 - MSVC_NMake/README: Document dependency placement- Changes from version 3.2.3: + Build: - libxml++config.h.
*: Don\'t dllimport on MinGW - Meson build: . Make it possible to use libxml++ as a subproject . No implicit_include_directories - MSVC build: Export classes selectively + Documentation: Let links point to libxml++-3.0 versions instead of latest versions.- Drop erroneous executable bit from docs and headerfiles.- Use ldconfig_scriptlets macro for post(un) handling.
* Mon Dec 28 2020 Bjørn Lie - Add define so_ver, make future so bumps easier.
* Mon Dec 21 2020 Bjørn Lie - Update to version 3.2.2: + Build: - Add NMake Makefiles. Remove Visual Studio 2010 projects. - Add support for building with Meson. - Use __declspec(dllexport) when building on Visual Studio. Stop using gendef.exe.- Add meson BuildRequires and macros.- Replace gcc-c++ with generic c++_compiler BuildRequires.- Update URL to new home.
* Thu Apr 02 2020 Bjørn Lie - Rename package to libxml++30. Allow for libxml++ to move to new branches released by upstream.
* Sat Jan 11 2020 Bjørn Lie - Update to version 3.2.0: + Document, DomParser: Improve XInclude processing: - Document: Add process_xinclude() overload that takes a fixup_base_uris parameter. - DomParser: Add set/get_xinclude_options() and add optional XInclude processing to the parse methods (bgo#781566). + Add explicit keyword to some single-parameter constructors. + tests: Don\'t require C++17. + Build: Fix srcdir != buildir build.- Modernize spec.
* Wed Feb 28 2018 dimstarAATTopensuse.org- Modernize spec-file by calling spec-cleaner
* Mon Nov 14 2016 dimstarAATTopensuse.org- Update to version 3.0.1 (jsc#SLE-8163, FATE#324347): + Element::remove_attribute(): Delete the C++ wrapper (bgo#768404).
* Tue Feb 02 2016 dimstarAATTopensuse.org- Update to version 3.0.0: + This release is identical to the unstable 2.91.3, except for the so name, which has now been bumped (bgo#760574).- Rename libxml++-3_0-0 subpackage to libxml++-3_0-1, following upstreams soname bump (also in baselibs.conf).
* Tue Jan 12 2016 zaitorAATTopensuse.org- Update to version 2.91.3: + Element: Remove a redundant nullptr check (bgo#757515). + Use scoped enums (enum class) instead of unscoped enums. + Document: Test for nullptr in a constructor. + DomParser: Make operator bool() explicit. + The ABI and API are not identical to libxml++ 2.91.2.