diff --git a/XML-XPath-1.40.tar.gz b/XML-XPath-1.40.tar.gz deleted file mode 100644 index 5cf3081..0000000 --- a/XML-XPath-1.40.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bf66f51fa786e3ce9273bfac6c842d0dd8dbaf5126a7964456a4a41e802ea1e -size 55322 diff --git a/XML-XPath-1.41.tar.gz b/XML-XPath-1.41.tar.gz new file mode 100644 index 0000000..dca9d02 --- /dev/null +++ b/XML-XPath-1.41.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03dd3693e782c2edb32777463e9d1db38ba99e0c96eedc2d020632f01177543 +size 55851 diff --git a/perl-XML-XPath.changes b/perl-XML-XPath.changes index a3464c1..a66ad1c 100644 --- a/perl-XML-XPath.changes +++ b/perl-XML-XPath.changes @@ -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 diff --git a/perl-XML-XPath.spec b/perl-XML-XPath.spec index 4d8c10d..ba303c3 100644 --- a/perl-XML-XPath.spec +++ b/perl-XML-XPath.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: perl-XML-XPath -Version: 1.40 +Version: 1.41 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/ -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 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -61,6 +61,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes examples LICENSE README TODO +%doc Changes examples README TODO +%license LICENSE %changelog