From 1a7d278033a98c32f7c4831deb0ab898a22df45c5db854ddc7f0948ef363c51c Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 6 Dec 2018 16:40:42 +0000 Subject: [PATCH] Accepting request 655837 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/655837 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-Compile?expand=0&rev=15 --- XML-Compile-1.60.tar.gz | 3 --- XML-Compile-1.61.tar.gz | 3 +++ perl-XML-Compile.changes | 6 ++++++ perl-XML-Compile.spec | 12 ++++++------ 4 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 XML-Compile-1.60.tar.gz create mode 100644 XML-Compile-1.61.tar.gz diff --git a/XML-Compile-1.60.tar.gz b/XML-Compile-1.60.tar.gz deleted file mode 100644 index 07319c4..0000000 --- a/XML-Compile-1.60.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9557e62bc2d0862aa9f6c3099ded663962909adf4cade6744783865d3c3f7b13 -size 209090 diff --git a/XML-Compile-1.61.tar.gz b/XML-Compile-1.61.tar.gz new file mode 100644 index 0000000..41fd50b --- /dev/null +++ b/XML-Compile-1.61.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb8cad15b5d6086dc0767420b15e56c6f088fa372e66390dcb1468da4d2bb8d +size 210023 diff --git a/perl-XML-Compile.changes b/perl-XML-Compile.changes index b705495..e75a448 100644 --- a/perl-XML-Compile.changes +++ b/perl-XML-Compile.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 6 16:32:56 UTC 2018 - Stephan Kulow + +- updated to 1.61 + see /usr/share/doc/packages/perl-XML-Compile/ChangeLog + ------------------------------------------------------------------- Tue Mar 6 07:13:30 UTC 2018 - coolo@suse.com diff --git a/perl-XML-Compile.spec b/perl-XML-Compile.spec index 952620a..6ef4d9e 100644 --- a/perl-XML-Compile.spec +++ b/perl-XML-Compile.spec @@ -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-Compile -Version: 1.60 +Version: 1.61 Release: 0 %define cpan_name XML-Compile Summary: Compilation based XML processing License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/XML-Compile/ +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 @@ -72,11 +72,11 @@ schema it is included into. %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