8
0

Accepting request 1100826 from devel:languages:perl

- Added versions to 'Provides' lines after fixing a bug in cpanspec
- updated to 2.0209
   see /usr/share/doc/packages/perl-XML-LibXML/Changes
  2.0209  2023-07-15
      - t/35huge_mode.t: fix test with libxml2 2.11
          - thanks to Dominique Martinet
      - Add clearer reference to using cloneNode to extract node with namespaces
          - thanks to Timothy Legge
      - initialize xmlValidCtxt
          - thanks to Alexander Bluhm

OBS-URL: https://build.opensuse.org/request/show/1100826
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XML-LibXML?expand=0&rev=59
This commit is contained in:
2023-07-27 14:50:27 +00:00
committed by Git OBS Bridge
4 changed files with 63 additions and 6 deletions

BIN
XML-LibXML-2.0208.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
XML-LibXML-2.0209.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Tue Jul 25 18:17:14 UTC 2023 - Tina Müller <tina.mueller@suse.com>
- Added versions to 'Provides' lines after fixing a bug in cpanspec
-------------------------------------------------------------------
Sun Jul 16 03:07:48 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 2.0209
see /usr/share/doc/packages/perl-XML-LibXML/Changes
2.0209 2023-07-15
- t/35huge_mode.t: fix test with libxml2 2.11
- thanks to Dominique Martinet
- Add clearer reference to using cloneNode to extract node with namespaces
- thanks to Timothy Legge
- initialize xmlValidCtxt
- thanks to Alexander Bluhm
-------------------------------------------------------------------
Sat Oct 1 03:07:58 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-XML-LibXML
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define cpan_name XML-LibXML
Name: perl-XML-LibXML
Version: 2.0208
Version: 2.0209
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Interface to Gnome libxml2 xml parsing and DOM library
@@ -41,6 +41,43 @@ Requires: perl(XML::SAX::Base)
Requires: perl(XML::SAX::DocumentLocator)
Requires: perl(XML::SAX::Exception)
Requires: perl(parent)
Provides: perl(XML::LibXML) = 2.0209
Provides: perl(XML::LibXML::Attr)
Provides: perl(XML::LibXML::AttributeHash) = 2.0209
Provides: perl(XML::LibXML::Boolean) = 2.0209
Provides: perl(XML::LibXML::CDATASection)
Provides: perl(XML::LibXML::Comment)
Provides: perl(XML::LibXML::Common) = 2.0209
Provides: perl(XML::LibXML::Devel) = 2.0209
Provides: perl(XML::LibXML::Document)
Provides: perl(XML::LibXML::DocumentFragment)
Provides: perl(XML::LibXML::Dtd)
Provides: perl(XML::LibXML::Element)
Provides: perl(XML::LibXML::ErrNo) = 2.0209
Provides: perl(XML::LibXML::Error) = 2.0209
Provides: perl(XML::LibXML::InputCallback)
Provides: perl(XML::LibXML::Literal) = 2.0209
Provides: perl(XML::LibXML::NamedNodeMap)
Provides: perl(XML::LibXML::Namespace)
Provides: perl(XML::LibXML::Node)
Provides: perl(XML::LibXML::NodeList) = 2.0209
Provides: perl(XML::LibXML::Number) = 2.0209
Provides: perl(XML::LibXML::PI)
Provides: perl(XML::LibXML::Pattern)
Provides: perl(XML::LibXML::Reader) = 2.0209
Provides: perl(XML::LibXML::RegExp)
Provides: perl(XML::LibXML::RelaxNG)
Provides: perl(XML::LibXML::SAX) = 2.0209
Provides: perl(XML::LibXML::SAX::AttributeNode)
Provides: perl(XML::LibXML::SAX::Builder) = 2.0209
Provides: perl(XML::LibXML::SAX::Generator) = 2.0209
Provides: perl(XML::LibXML::SAX::Parser) = 2.0209
Provides: perl(XML::LibXML::Schema)
Provides: perl(XML::LibXML::Text)
Provides: perl(XML::LibXML::XPathContext) = 2.0209
Provides: perl(XML::LibXML::XPathExpression)
Provides: perl(XML::LibXML::_SAXParser)
%define __perllib_provides /bin/true
%{perl_requires}
# MANUAL BEGIN
BuildRequires: pkgconfig(libxml-2.0) >= 2.9.0
@@ -57,7 +94,8 @@ stated otherwise, you only need to 'use XML::LibXML;' in your programs.
%prep
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"