8
0

Accepting request 647222 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/647222
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-XPath?expand=0&rev=45
This commit is contained in:
2018-11-08 14:56:26 +00:00
committed by Git OBS Bridge
parent f5ac839673
commit 1a9353147d
4 changed files with 20 additions and 8 deletions

BIN
XML-XPath-1.42.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
XML-XPath-1.44.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Nov 8 07:08:40 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 1.44
see /usr/share/doc/packages/perl-XML-XPath/Changes
1.44 2018-10-11 MANWAR
- Added new test for axis descendant.
1.43 2018-10-10 MANWAR
- Fix memory leak in XML::XPath::Parser (PR #6), Thanks @niner.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 3 06:29:16 UTC 2017 - coolo@suse.com Thu Aug 3 06:29:16 UTC 2017 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-XML-XPath # spec file for package perl-XML-XPath
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 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-XPath Name: perl-XML-XPath
Version: 1.42 Version: 1.44
Release: 0 Release: 0
%define cpan_name XML-XPath %define cpan_name XML-XPath
Summary: Parse and evaluate XPath statements Summary: Parse and evaluate XPath statements
License: Artistic-2.0 License: Artistic-2.0
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/XML-XPath/ Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
@@ -48,7 +48,7 @@ support functionality beyond XPath.
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} %{__make} %{?_smp_mflags}
%check %check