8
0

Accepting request 512980 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/512980
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-XPath?expand=0&rev=41
This commit is contained in:
Stephan Kulow
2017-08-02 16:53:29 +00:00
committed by Git OBS Bridge
parent bc064ddae6
commit 8cf904a46d
4 changed files with 17 additions and 7 deletions

Binary file not shown.

BIN
XML-XPath-1.41.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jul 29 06:35:42 UTC 2017 - coolo@suse.com
- updated to 1.41
see /usr/share/doc/packages/perl-XML-XPath/Changes
1.41 2017-07-28 MANWAR
- Fixed GitHub issue #4 (can't use non-ascii first character as element name). Thanks @nanis, @ikegami.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 14 07:30:28 UTC 2016 - coolo@suse.com Mon Nov 14 07:30:28 UTC 2016 - 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) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 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
@@ -17,14 +17,14 @@
Name: perl-XML-XPath Name: perl-XML-XPath
Version: 1.40 Version: 1.41
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: http://search.cpan.org/dist/XML-XPath/
Source0: http://www.cpan.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
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -61,6 +61,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes examples LICENSE README TODO %doc Changes examples README TODO
%license LICENSE
%changelog %changelog