From ae3fa89dda2c937286f79a3df5b4fb40b6691f41ceef7602c393600a98b71d60 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 15 Oct 2019 11:52:01 +0000 Subject: [PATCH] Accepting request 736681 from home:tinita:branches:devel:languages:perl - Regenerate spec with newest cpanspec * Add PERL_USE_UNSAFE_INC Build is passing again OBS-URL: https://build.opensuse.org/request/show/736681 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Catalyst-View-Email?expand=0&rev=8 --- perl-Catalyst-View-Email.changes | 6 ++++++ perl-Catalyst-View-Email.spec | 16 ++++++++-------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/perl-Catalyst-View-Email.changes b/perl-Catalyst-View-Email.changes index 4794499..bea29b4 100644 --- a/perl-Catalyst-View-Email.changes +++ b/perl-Catalyst-View-Email.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 9 13:12:13 UTC 2019 - Tina Mueller + +- Regenerate spec with newest cpanspec + * Add PERL_USE_UNSAFE_INC + ------------------------------------------------------------------- Sat Sep 26 08:36:12 UTC 2015 - coolo@suse.com diff --git a/perl-Catalyst-View-Email.spec b/perl-Catalyst-View-Email.spec index 824ee02..becf634 100644 --- a/perl-Catalyst-View-Email.spec +++ b/perl-Catalyst-View-Email.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Catalyst-View-Email # -# Copyright (c) 2015 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,7 +12,7 @@ # 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/ # @@ -21,10 +21,10 @@ Version: 0.36 Release: 0 %define cpan_name Catalyst-View-Email Summary: Send Email from Catalyst -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/Catalyst-View-Email/ -Source0: http://www.cpan.org/authors/id/D/DH/DHOSS/%{cpan_name}-%{version}.tar.gz +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/D/DH/DHOSS/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -60,11 +60,11 @@ Send Email from Catalyst %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install