From dd8caf6c448f8657fc1244e20c6d51e94cc76f773b0cc97f5e480f7223b76ecc Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 8 Nov 2018 15:32:13 +0000 Subject: [PATCH] Accepting request 647189 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/647189 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Remove?expand=0&rev=42 --- File-Remove-1.57.tar.gz | 3 --- File-Remove-1.58.tar.gz | 3 +++ perl-File-Remove.changes | 9 +++++++++ perl-File-Remove.spec | 33 +++++++++++++++------------------ 4 files changed, 27 insertions(+), 21 deletions(-) delete mode 100644 File-Remove-1.57.tar.gz create mode 100644 File-Remove-1.58.tar.gz diff --git a/File-Remove-1.57.tar.gz b/File-Remove-1.57.tar.gz deleted file mode 100644 index f4893ed..0000000 --- a/File-Remove-1.57.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3becd60165c38786d18285f770b8b06ebffe91797d8c00cc4730614382501ad -size 22157 diff --git a/File-Remove-1.58.tar.gz b/File-Remove-1.58.tar.gz new file mode 100644 index 0000000..12773fd --- /dev/null +++ b/File-Remove-1.58.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81f6ec83acab8ba042afe904334a26eb3a56c217bdb9981d237a89ab072fd0d8 +size 25575 diff --git a/perl-File-Remove.changes b/perl-File-Remove.changes index b991c63..6f865e8 100644 --- a/perl-File-Remove.changes +++ b/perl-File-Remove.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Nov 8 06:21:53 UTC 2018 - Stephan Kulow + +- updated to 1.58 + see /usr/share/doc/packages/perl-File-Remove/Changes + + 1.58 2018-10-04 - Shlomi Fish + - Added [MetaJSON] to dist.ini, so releases include a META.json + ------------------------------------------------------------------- Sun Nov 20 18:25:03 UTC 2016 - chris@computersalat.de diff --git a/perl-File-Remove.spec b/perl-File-Remove.spec index 6e6d419..91d80a5 100644 --- a/perl-File-Remove.spec +++ b/perl-File-Remove.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-Remove # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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,33 +12,30 @@ # 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-File-Remove -Version: 1.57 +Version: 1.58 Release: 0 %define cpan_name File-Remove Summary: Remove files and directories -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/File-Remove/ -Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Cwd) >= 3.29 -%if 0%{?suse_version} <= 1110 -BuildRequires: perl(File::Spec) >= 3.2900 -Requires: perl(File::Spec) >= 3.2900 -%else BuildRequires: perl(File::Spec) >= 3.29 -Requires: perl(File::Spec) >= 3.29 -%endif +BuildRequires: perl(Module::Build) >= 0.280000 +BuildRequires: perl(Test::More) >= 0.88 Requires: perl(Cwd) >= 3.29 +Requires: perl(File::Spec) >= 3.29 %{perl_requires} %description @@ -55,19 +52,19 @@ addition of an optional, infrequently used "other platforms" hashref. find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Build.PL installdirs=vendor +./Build build flags=%{?_smp_mflags} %check -%{__make} test +./Build test %install -%perl_make_install -%perl_process_packlist +./Build install destdir=%{buildroot} create_packlist=0 %perl_gen_filelist %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes README +%license LICENSE %changelog