forked from pool/perl-XML-XPath
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:
BIN
XML-XPath-1.42.tar.gz
(Stored with Git LFS)
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
BIN
XML-XPath-1.44.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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)
|
||||
# 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
|
||||
Version: 1.42
|
||||
Version: 1.44
|
||||
Release: 0
|
||||
%define cpan_name XML-XPath
|
||||
Summary: Parse and evaluate XPath statements
|
||||
License: Artistic-2.0
|
||||
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
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
@@ -48,7 +48,7 @@ support functionality beyond XPath.
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
%{__make} %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
|
Reference in New Issue
Block a user