forked from pool/perl-XML-LibXML
Accepting request 670837 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/670837 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=82
This commit is contained in:
BIN
XML-LibXML-2.0132.tar.gz
(Stored with Git LFS)
BIN
XML-LibXML-2.0132.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
XML-LibXML-2.0133.tar.gz
(Stored with Git LFS)
Normal file
BIN
XML-LibXML-2.0133.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 3 06:49:57 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to 2.0133
|
||||||
|
see /usr/share/doc/packages/perl-XML-LibXML/Changes
|
||||||
|
|
||||||
|
2.0133 2019-02-02
|
||||||
|
- Mark as working with libxml2 2.9.9 ( and below ).
|
||||||
|
- Allow LibParser to be provided for all methods
|
||||||
|
- https://github.com/shlomif/perl-XML-LibXML/pull/23
|
||||||
|
- Thanks to @lavock .
|
||||||
|
- Portability fixes by Reini Urban and others.
|
||||||
|
- https://github.com/shlomif/perl-XML-LibXML/pull/18 .
|
||||||
|
- Thanks!
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 19 12:20:13 UTC 2018 - coolo@suse.com
|
Thu Jul 19 12:20:13 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-XML-LibXML
|
# spec file for package perl-XML-LibXML
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -12,18 +12,18 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-XML-LibXML
|
Name: perl-XML-LibXML
|
||||||
Version: 2.0132
|
Version: 2.0133
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name XML-LibXML
|
%define cpan_name XML-LibXML
|
||||||
Summary: Perl Binding for libxml2
|
Summary: Perl Binding for libxml2
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/XML-LibXML/
|
Url: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@@ -57,20 +57,17 @@ stated otherwise, you only need to 'use XML::LibXML;' in your programs.
|
|||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%post
|
|
||||||
perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::LibXML::SAX))->save_parsers()"
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes docs example HACKING.txt README TODO
|
%doc Changes docs example HACKING.txt README TODO
|
||||||
|
Reference in New Issue
Block a user