Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libxml++-2_6-2-2.42.3-lp160.1.1 RPM for ppc64le

From OpenSuSE Leap 16.0 for ppc64le

Name: libxml++-2_6-2 Distribution: openSUSE Leap 16.0
Version: 2.42.3 Vendor: openSUSE
Release: lp160.1.1 Build date: Tue Sep 3 12:35:36 2024
Group: Development/Libraries/C and C++ Build host: obs-power9-06
Size: 438226 Source RPM: libxml++26-2.42.3-lp160.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://libxmlplusplus.github.io/libxmlplusplus
Summary: C++ Interface for XML Files
libXML++ provides a C++ interface for XML files. It presently uses
libxml2 to access the XML files.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Mon Aug 12 2024 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 2.42.3:
    + 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_tests macro.
* Fri Dec 16 2022 Dominique Leuenberger <dimstar@opensuse.org>
  - Drop baselibs.conf: there is no known consumer of the -32bit
    package.
* Sun Sep 11 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 2.42.2:
    + Document, Node: Recognize HTML documents
    + Build:
    - Meson build: When mm-common >= 1.0.4 is used, Perl is not required
    - Win32: Don't include afxres.h in resources
    - Support Visual Studio 2022
    - Meson build:
      . Require meson >= 0.55.0
      . Specify 'check' option in run_command(). Will be necessary
      with future versions of Meson.
      . Avoid configuration warnings
    - 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 2.42.1:
    + 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++-2.6 versions instead
      of latest versions.
  - Drop erroneous executable bit from docs and headerfiles.
  - Use ldconfig_scriptlets macro for post(un) handling.
* Sun Dec 20 2020 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 2.42.0:
    + Element: Remove redundant null check
    + Element::remove_attribute(): Fix a memory leak
    + 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
    + Parser: Replace deprecated Glib::Threads::Mutex with std::mutex
    + Build:
    - Fix silent builds
    - Require mm-common >= 0.9.10 (for Autotools build)
    - Require mm-common >= 1.0.0 (for Meson 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.
* Wed Feb 28 2018 dimstar@opensuse.org
  - Modernize spec-file by calling spec-cleaner
* Fri Feb 05 2016 zaitor@opensuse.org
  - Update to version 2.40.1:
    + Add a config-time test for support of std::exception_ptr. Don't
      try to use std::exception_ptr on a system where it does not
      exist (bgo#757042).
* Fri Feb 05 2016 zaitor@opensuse.org
  - Rename package to libxml++26: Provide it as a compatability
    package.
  - Add a %define _name, and set it to libxml++.
  - Drop superfluous glibmm2-devel Requires from devel-package.
* Wed Sep 30 2015 zaitor@opensuse.org
  - Update to version 2.40.0:
    + Build improvements.
* Sat Sep 05 2015 zaitor@opensuse.org
  - Update to version 2.39.2:
    + SaxParser: Fix “double free or corruption” if a std::exception
      is thrown by a handler method.
    + Replace some (deprecated in C++11) std::auto_ptr by
      std::unique_ptr. There are still some auto_ptrs in header files
      bug replacing them would break ABI (bgo#753123).
* Sat Jul 25 2015 zaitor@opensuse.org
  - Update to version 2.39.1:
    + Use (and require) C++11.
* Thu Jul 23 2015 zaitor@opensuse.org
  - Run spec-cleaner, make spec more modern.
  - Replace glibmm2-devel and libxml2-devel for their pkgconfig()
    equivalents.
* Mon Jun 08 2015 zaitor@opensuse.org
  - Update to version 2.38.1:
    + Fix the build with C++11 compilers, such as MS Visual C++ 2013.
      Implicit conversions from streams to bool are no longer
      allowed.
    + Build:
    - Disable deprecated API in dependencies if
    - -enable-warnings=fatal.
    - Require libxml2 2.7.7 or later.
* Fri Feb 27 2015 zaitor@opensuse.org
  - Update to version 2.38.0:
    + No changes from last relase, stable version bump only.
* Wed Jan 28 2015 zaitor@opensuse.org
  - Update to version 2.37.2:
    + Add version information to libxml++config.h.
    + Document: Avoid possible null pointer dereference (bgo#732604).
    + Element::set_namespace_declaration(): Update the node's
      associated namespace. Add dom_update_namespace example program
      (bgo#737682).
    + Add Node::add_child_with_new_ns() (bgo#737682).
    + Schema: Don't use null pointers in get_name(),
      get_target_namespace() and get_version().
    + Add XsdSchema and XsdValidator. Deprecate Schema and
      SchemaValidator.
    + Add RelaxNGSchema and RelaxNGValidator (bgo#737712).
    + Parser: Add input operator>>(std::istream& in, Parser& parser)
      (bgo#329281).
    + Documentation: Use doxygen-extra.css from the mm-common
      package. Requires mm-common 0.9.7 when configured to use
      maintainer-mode.
    + Build: Avoid infinite loop with Doxygen 1.8.6.
* Mon Aug 18 2014 fcrozat@suse.com
  - Add obsoletes/provides to baselibs.conf.
* Mon Sep 16 2013 dimstar@opensuse.org
  - Update to version 2.37.1:
    + Parser: Add [set|get]_include_default_attributes()
      (bgo#701674).
    + Improve some null-pointer checks (bgo#705187).
    + Build fixes (bgo#678390, bgo#702136).
    + Updated documentation.
* Mon Nov 05 2012 dimstar@opensuse.org
  - Update to version 2.36.0:
    + Element::set_namespace_declaration(): It is not an error to set
      the same URI twice (bgo#635846).
    + Require libxml-2.0 >= 2.7.3.
    + Parser::initialize_context(): Call xmlCtxtUseOptions().
* Wed Oct 10 2012 dimstar@opensuse.org
  - Update to version 2.35.4:
    + Document:
    - Add process_xinclude(), using new XIncludeStart and
      XIncludeEnd classes, derived from Node. (bgo#338521)
    - Make the Document(xmlDoc*) constructor public. (bgo#668980)
    + Parser: Make it thread-safe. (bgo#681467)
    + Schema::set_document(): If the argument 'document' is 0 then
      create an empty document, as the documentation says.
    + Improve the error handling. (bgo#635846)
    + Updated documentation.
* Thu Jun 21 2012 dimstar@opensuse.org
  - Update to version 2.35.3:
    + Note:
    - Add eval_to_[boolean|number|string]() methods. (bgo#316244)
    - Fix memory problems in import_node(). (bgo#672992)
    + Build:
    - The examples are now built and run during make check.
      (bgo#678390)
    - Define LIBXMLCPP_EXCEPTIONS_ENABLED unconditionally.
* Thu Mar 22 2012 vuntz@opensuse.org
  - Update to version 2.35.2:
    + Node: Add get_first_child() (bgo#648125).
    + Build: Remove the --disable-api-exceptions configure option.
* Thu Feb 16 2012 dimstar@opensuse.org
  - Update to version 2.35.1:
    + Handle attributes with default values correctly (bgo#669635)
    + Improved handling of entity references and processing
      instructions (bgo#669481)
    + Parser: Throw more detailed error messages (bgo#304020)
    + Document: Make the Document(xmlDoc*) constructor protected.
      (bgo#668980)
* Tue Sep 06 2011 vuntz@opensuse.org
  - Update to version 2.34.2:
    + Element: Add add_child_cdata(), like the existing
      add_child_text().
    + Node::create_new_child_node(): Use the default namespace if
      none is specified (bgo#656110).
    + Documentation: Fix a markup typo.
* Tue Apr 26 2011 vuntz@opensuse.org
  - Update to version 2.34.1:
    + Do not require mm-common during the tarball build.
  - Changes from version 2.34.0:
    + Build fix.
  - Changes from version 2.33.1:
    + Node::remove_child(): Fix a memory management problem
      introduced in 2.33.1.
    + Document::do_write_to_stream(), Schema::set_document(): Check
      the results from xmlSchemaNewDocParserCtxt() and
      xmlSaveFormatFileTo() (bgo#635846)
  - Changes from version 2.33.1:
    + (Hopefully) allow separate and multi-threaded libxml2 usage by
      not using the global xmlRegisterNodeDefault() and
      xmlDeregisterNodeDefault() callbacks.
    + Do not call xmlCleanupParser() when the library is unloaded,
      because it is brutal and can break other parts of applications
      that try to use libxml separately.
    + Minor code improvement.
    + Build: Build the examples by default.
* Fri Oct 15 2010 vuntz@opensuse.org
  - Update to version 2.32.0:
    + Node::find(): Check xmlNode::type for a XML_NAMESPACE_DECL to
      prevent a crash/corruption (bgo#386013)
    + Build: Added an MSVC .net 2010 and 64-bit Windows builds.
* Thu Oct 14 2010 coolo@novell.com
  - add baselibs.conf to build 32bit libs needed for libffado2-32bit
* Thu May 06 2010 dimstar@opensuse.org
  - Update to version 2.30.1:
    + Documentation fixes.
  - Drop libxml++-2.24.0-pkgconfig-requires-private.patch.
* Tue Mar 30 2010 vuntz@opensuse.org
  - Update to version 2.30.0:
    + Build system rewrite.
    + Use mm-common for reference documentation generation. Fixes
      bgo#583411, bgo#614260, bgo#551501
    + Fix several compiler warnings.
    + Use 0 instead of NULL.
  - Rebase libxml++-2.24.0-pkgconfig-requires-private.patch.
  - Create a libxml++-2_6-2 subpackage to follow the library policy.
    It provides/obsoletes libxml++.
  - Update build/install sections as well as the file list because of
    the build system rewrite.
* Wed Jul 29 2009 vuntz@novell.com
  - Remove unneeded update-desktop-files BuildRequires.
* Tue Jul 28 2009 lmedinas@gmail.com
  - Update to version 2.26.1:
    + Build fixes
    + Build without exceptions
* Mon Mar 16 2009 vuntz@novell.com
  - Update to version 2.26.0:
    + Increased version number to match GNOME 2.26.
  - Remove AutoReqProv: it's default now.
* Fri Mar 13 2009 mboman@suse.de
  - Update to version 2.24.3:
    + TextReader: Actually throw exceptions on errors (This breaks
      ABI but we do not believe that this class could be used with
      this problem so it should not actually break any application.)
    + Build: Windows: Remove unnecessary vsnprint define.
  - Don't run autoreconf
* Tue Jan 13 2009 crrodriguez@suse.de
  - remove static libraries and "la" files
  - corrct -devel package dependencies
* Mon Dec 29 2008 mboman@suse.de
  - Update to version 2.24.2:
    * Fixed another two memory leaks (bgo#563321)
    * Removed obsolete MSVC6 project files
* Sat Dec 20 2008 mboman@suse.de
  - Update to version 2.24.1:
    + Added new Schema and SchemaValidator classes to MSVC project files
    + Avoid a memory leak in Validator::check_for_exception.
    + Avoid a memory leak in schema class.
* Fri Oct 03 2008 mboman@suse.de
  - Update to version 2.24.0:
    + Added Schema and SchemaValidator classes, demonstrated in
      examples/schemavalidation. bgo#312216
    + Element: Added add_child_text() with a previous_node parameter, for
      adding between existing nodes. Added add_child_text_before() too.
    + Node: Added add_child() with a previous_node parameter, for adding
      between existing nodes. Added add_child_before() too.
    + SaxParser: added parse_chunk_raw().
* Sun Aug 24 2008 mboman@novell.com
  - Upgraded to version 2.23.3:
    * Attribute: Return the correct value even when using a namespace.
      bgo#547689
    * Fixed MSVC++ Windows build.
    * SaxParser: added parse_chunk_raw().
    * examples: sax_parser: Catch convert errors when printing an exception to
      std:cout, though libxml++/libxml should always supply valid UTF-8.
    * Added Schema and SchemaValidator classes, demonstrated in
      examples/schemavalidation. bgo#312216.
    * Element: Added add_child_text() with a previous_node parameter, for
      adding between existing nodes. Added add_child_text_before() too.
    * Node: Added add_child() with a previous_node parameter, for adding
      between existing nodes. Added add_child_before() too.
* Thu Apr 03 2008 hpj@suse.de
  - Upgraded to version 2.22.0:
    * Document: Fix a memory leak, by calling xmlCleanupParser
    in the destructor.
    * Build: Fix the build with gcc 4.3 pre-releases.
  - Removed libxml++-include-memory.patch, now in upstream.
* Tue Nov 20 2007 maw@suse.de
  - Add libxml++-include-memory.patch
  - Use %fdupes.
* Wed Sep 19 2007 sbrabec@suse.cz
  - Updated to version 2.20.0:
    * Element: Added get_attribute_value(), to get a simple text
      value for an attribute.
    * Added an experimental --enable-api-exceptions configure option,
      to allow libxml++ to build without exceptions.
* Thu Apr 12 2007 maw@suse.de
  - Update to version 2.18.0
  - Fixes for bugzilla.gnome.org #380110, #351867, #361950, #351215,
    and #351876.
* Fri Jan 12 2007 sbrabec@suse.cz
  - Spec file cleanup.
* Fri Dec 15 2006 maw@suse.de
  - Move to /usr
* Tue Nov 28 2006 sbrabec@suse.cz
  - Require new package name glibmm2-devel.
* Tue Oct 31 2006 meissner@suse.de
  - use RPM_OPT_FLAGS
* Mon Sep 18 2006 jhargadon@suse.de
  - update to version 2.14.0
  - Improved ContentNode documentation
  - Added find() overload that takes namespaces to register during the search,
    using xmlXPathRegisterNs(). Bug #323935
  - set_namespace(): When creating a default namespace, avoid the
    "The namespace () has not been declared" warning, by passing 0 to
    xmlSearchNs() instead of an empty string. Bug #318186
  - Build: Fix buildir!=srcdir builds. Bug #319863.
  - Tutorial: Mention pkg-config
  - Reference: Grammar fixes and a small fix for find
* Fri Mar 24 2006 ro@suse.de
  - re-enable autoreconf to fix build on ppc64 and s390x
* Mon Feb 27 2006 aj@suse.de
  - Reduce BuildRequires.
* Wed Jan 25 2006 mls@suse.de
  - converted neededforbuild to BuildRequires
* Fri Nov 04 2005 gekker@suse.de
  - Initial import of package into autobuild, version 2.12.0

Files

/usr/lib64/libxml++-2.6.so.2
/usr/lib64/libxml++-2.6.so.2.0.7
/usr/share/doc/packages/libxml++-2_6-2
/usr/share/doc/packages/libxml++-2_6-2/ChangeLog
/usr/share/doc/packages/libxml++-2_6-2/NEWS
/usr/share/doc/packages/libxml++-2_6-2/README.md
/usr/share/licenses/libxml++-2_6-2
/usr/share/licenses/libxml++-2_6-2/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Sep 15 23:50:46 2024