From 1cef501e942702e7896776a712330496bec875664c52e2eef2ff35764bbd8c55 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 3 Apr 2019 10:56:01 +0000 Subject: [PATCH] Accepting request 690990 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/690990 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build-XSUtil?expand=0&rev=11 --- Module-Build-XSUtil-0.18.tar.gz | 3 --- Module-Build-XSUtil-0.19.tar.gz | 3 +++ perl-Module-Build-XSUtil.changes | 10 ++++++++++ perl-Module-Build-XSUtil.spec | 14 +++++++------- 4 files changed, 20 insertions(+), 10 deletions(-) delete mode 100644 Module-Build-XSUtil-0.18.tar.gz create mode 100644 Module-Build-XSUtil-0.19.tar.gz diff --git a/Module-Build-XSUtil-0.18.tar.gz b/Module-Build-XSUtil-0.18.tar.gz deleted file mode 100644 index dfab0c6..0000000 --- a/Module-Build-XSUtil-0.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb3497dbf255625ea3e6f7aa2cf273212755211c6a634f1bec22f3c5e33954ee -size 15200 diff --git a/Module-Build-XSUtil-0.19.tar.gz b/Module-Build-XSUtil-0.19.tar.gz new file mode 100644 index 0000000..1d800a4 --- /dev/null +++ b/Module-Build-XSUtil-0.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9063b3c346edeb422807ffe49ffb23038c4f900d4a77b845ce4b53d97bf29400 +size 15276 diff --git a/perl-Module-Build-XSUtil.changes b/perl-Module-Build-XSUtil.changes index eb390f2..73dc5b0 100644 --- a/perl-Module-Build-XSUtil.changes +++ b/perl-Module-Build-XSUtil.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Apr 3 07:14:01 UTC 2019 - Stephan Kulow + +- updated to 0.19 + see /usr/share/doc/packages/perl-Module-Build-XSUtil/Changes + + 0.19 2018-04-17T14:51:20Z + - Use File::Copy::Recursive::Reduced instead File::Copy::Recursive(#13) + (jkeenan) + ------------------------------------------------------------------- Thu Nov 9 06:32:57 UTC 2017 - coolo@suse.com diff --git a/perl-Module-Build-XSUtil.spec b/perl-Module-Build-XSUtil.spec index a08faf8..ede70f3 100644 --- a/perl-Module-Build-XSUtil.spec +++ b/perl-Module-Build-XSUtil.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Build-XSUtil # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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-Module-Build-XSUtil -Version: 0.18 +Version: 0.19 Release: 0 %define cpan_name Module-Build-XSUtil Summary: Module::Build class for building XS modules -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/Module-Build-XSUtil/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/H/HI/HIDEAKIO/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -33,7 +33,7 @@ BuildRequires: perl(Capture::Tiny) BuildRequires: perl(Cwd::Guard) BuildRequires: perl(Devel::CheckCompiler) BuildRequires: perl(ExtUtils::CBuilder) -BuildRequires: perl(File::Copy::Recursive) +BuildRequires: perl(File::Copy::Recursive::Reduced) >= 0.002 BuildRequires: perl(Module::Build) >= 0.400500 BuildRequires: perl(Test::More) >= 0.98 BuildRequires: perl(parent) @@ -85,7 +85,7 @@ If invoke Build.PL with '-g' option, It will build with debug options. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Build.PL installdirs=vendor optimize="%{optflags}" +perl Build.PL installdirs=vendor optimize="%{optflags}" ./Build build flags=%{?_smp_mflags} %check