From 947cb01df0477617ab88aee6f12f9fed60ea714d597a956da22eb29433d56434 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Fri, 1 Mar 2019 08:53:25 +0000 Subject: [PATCH] Accepting request 677263 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/677263 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-FatPacker?expand=0&rev=19 --- App-FatPacker-0.010007.tar.gz | 3 --- App-FatPacker-0.010008.tar.gz | 3 +++ perl-App-FatPacker.changes | 10 ++++++++++ perl-App-FatPacker.spec | 16 ++++++++-------- 4 files changed, 21 insertions(+), 11 deletions(-) delete mode 100644 App-FatPacker-0.010007.tar.gz create mode 100644 App-FatPacker-0.010008.tar.gz diff --git a/App-FatPacker-0.010007.tar.gz b/App-FatPacker-0.010007.tar.gz deleted file mode 100644 index 069efa6..0000000 --- a/App-FatPacker-0.010007.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d1158202cae6052385e8c7b1e5874992f5c2c5d85ef40894dcedbce6927336bd -size 11682 diff --git a/App-FatPacker-0.010008.tar.gz b/App-FatPacker-0.010008.tar.gz new file mode 100644 index 0000000..333de14 --- /dev/null +++ b/App-FatPacker-0.010008.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:129db36dc845661a582286810cfe2d5216eb2ce082bad40ae1fcdce0f45deccf +size 12182 diff --git a/perl-App-FatPacker.changes b/perl-App-FatPacker.changes index 16a2f13..ea6293b 100644 --- a/perl-App-FatPacker.changes +++ b/perl-App-FatPacker.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Feb 19 06:01:55 UTC 2019 - Stephan Kulow + +- updated to 0.010008 + see /usr/share/doc/packages/perl-App-FatPacker/Changes + + 0.010008 - 2019-02-18 + - documentation improvements + - switch to letting EUMM rewrite fatpack's #! + ------------------------------------------------------------------- Mon Feb 13 11:09:16 UTC 2017 - coolo@suse.com diff --git a/perl-App-FatPacker.spec b/perl-App-FatPacker.spec index 3c1ebb4..d597332 100644 --- a/perl-App-FatPacker.spec +++ b/perl-App-FatPacker.spec @@ -1,7 +1,7 @@ # # spec file for package perl-App-FatPacker # -# 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-App-FatPacker -Version: 0.010007 +Version: 0.010008 Release: 0 %define cpan_name App-FatPacker Summary: Pack Your Dependencies Onto Your Script File -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/App-FatPacker/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/M/MS/MSTROUT/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -40,11 +40,11 @@ pack your dependencies onto your script file %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