From b90044dafe205ed2f38c37d2e430671faa654b4a2f10952c814552e4322898b5 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Thu, 16 Jan 2020 11:26:01 +0000 Subject: [PATCH] Accepting request 764940 from devel:languages:perl:autoupdate - updated to 1.01 see /usr/share/doc/packages/perl-XML-LibXML-Simple/ChangeLog version 1.01: Wed 15 Jan 2020 10:47:10 PM CET Changes: - Slaven needs 5.8 to be supported for his processed. Reinstated. rt.cpan.org#131486 [Slaven Rezic] Fixes: - README.md contained info of other project. version 1.00: Wed 15 Jan 11:57:43 CET 2020 Changes: - require perl 5.10 Improvements: - converted to GitHUB OBS-URL: https://build.opensuse.org/request/show/764940 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML-Simple?expand=0&rev=21 --- XML-LibXML-Simple-0.99.tar.gz | 3 --- XML-LibXML-Simple-1.01.tar.gz | 3 +++ perl-XML-LibXML-Simple.changes | 23 +++++++++++++++++++++++ perl-XML-LibXML-Simple.spec | 18 +++++++++--------- 4 files changed, 35 insertions(+), 12 deletions(-) delete mode 100644 XML-LibXML-Simple-0.99.tar.gz create mode 100644 XML-LibXML-Simple-1.01.tar.gz diff --git a/XML-LibXML-Simple-0.99.tar.gz b/XML-LibXML-Simple-0.99.tar.gz deleted file mode 100644 index 1dc338b..0000000 --- a/XML-LibXML-Simple-0.99.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14fe45c9fcb36c1cf14ac922da4439f1f83d451a5e70aa7177cb6edb705c9e44 -size 23395 diff --git a/XML-LibXML-Simple-1.01.tar.gz b/XML-LibXML-Simple-1.01.tar.gz new file mode 100644 index 0000000..ab03104 --- /dev/null +++ b/XML-LibXML-Simple-1.01.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd98c8104b70d7672bfa26b4513b78adf2b4b9220e586aa8beb1a508500365a6 +size 24793 diff --git a/perl-XML-LibXML-Simple.changes b/perl-XML-LibXML-Simple.changes index 5c9c14b..57e1549 100644 --- a/perl-XML-LibXML-Simple.changes +++ b/perl-XML-LibXML-Simple.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Jan 16 03:10:37 UTC 2020 - + +- updated to 1.01 + see /usr/share/doc/packages/perl-XML-LibXML-Simple/ChangeLog + + version 1.01: Wed 15 Jan 2020 10:47:10 PM CET + + Changes: + - Slaven needs 5.8 to be supported for his processed. Reinstated. + rt.cpan.org#131486 [Slaven Rezic] + + Fixes: + - README.md contained info of other project. + + version 1.00: Wed 15 Jan 11:57:43 CET 2020 + + Changes: + - require perl 5.10 + + Improvements: + - converted to GitHUB + ------------------------------------------------------------------- Tue Dec 12 07:04:56 UTC 2017 - coolo@suse.com diff --git a/perl-XML-LibXML-Simple.spec b/perl-XML-LibXML-Simple.spec index 1cb1e86..d29d566 100644 --- a/perl-XML-LibXML-Simple.spec +++ b/perl-XML-LibXML-Simple.spec @@ -1,7 +1,7 @@ # # spec file for package perl-XML-LibXML-Simple # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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-LibXML-Simple -Version: 0.99 +Version: 1.01 Release: 0 %define cpan_name XML-LibXML-Simple Summary: XML::LibXML clone of XML::Simple::XMLin() -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/XML-LibXML-Simple/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -48,11 +48,11 @@ or WSDL, then use XML::Compile for maintainable code. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -61,6 +61,6 @@ or WSDL, then use XML::Compile for maintainable code. %files -f %{name}.files %defattr(-,root,root,755) -%doc ChangeLog README +%doc ChangeLog README README.md %changelog