diff --git a/XML-Simple-2.22.tar.gz b/XML-Simple-2.22.tar.gz deleted file mode 100644 index 92f6046..0000000 --- a/XML-Simple-2.22.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b9450ef22ea9644ae5d6ada086dc4300fa105be050a2030ebd4efd28c198eb49 -size 77937 diff --git a/XML-Simple-2.24.tar.gz b/XML-Simple-2.24.tar.gz new file mode 100644 index 0000000..9c9c85c --- /dev/null +++ b/XML-Simple-2.24.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a14819fd17c75fbb90adcec0446ceab356cab0ccaff870f2e1659205dc2424f +size 77412 diff --git a/perl-XML-Simple.changes b/perl-XML-Simple.changes index aa1283e..bfb9b18 100644 --- a/perl-XML-Simple.changes +++ b/perl-XML-Simple.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Apr 17 06:59:58 UTC 2017 - coolo@suse.com + +- updated to 2.24 + see /usr/share/doc/packages/perl-XML-Simple/Changes + + 2.24 2017-04-17 16:12:00+12:00 Pacific/Auckland + - fix typo in last commit with mistakenly removed some underscores + - don't initialise $XML::Simple::PREFERRED_PARSER to undef as a caller may + have already set it before loading XML::Simple and if not, it would have + defaulted to undef anyway (RT#118205 from Slaven Rezić) + + 2.23 2017-04-17 15:49:14+12:00 Pacific/Auckland + - another fix to the logic for detecting circular references (RT#114120 from + Matthias Pitzl, also report from Erland Sommarskog) + ------------------------------------------------------------------- Sat Dec 5 10:48:07 UTC 2015 - coolo@suse.com diff --git a/perl-XML-Simple.spec b/perl-XML-Simple.spec index d460c7b..539fde3 100644 --- a/perl-XML-Simple.spec +++ b/perl-XML-Simple.spec @@ -1,7 +1,7 @@ # # spec file for package perl-XML-Simple # -# Copyright (c) 2015 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-Simple -Version: 2.22 +Version: 2.24 Release: 0 %define cpan_name XML-Simple Summary: An API for simple XML files License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/XML-Simple/ -Source0: http://www.cpan.org/authors/id/G/GR/GRANTM/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/G/GR/GRANTM/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -53,7 +53,7 @@ interface can also be used at either end of a SAX pipeline. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -69,6 +69,7 @@ find . -type f -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes README +%license LICENSE %changelog