From 7238262aa188427e7b610e5f6f0bcb43ce56e53f017ebcdb4a5662b0af78a821 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 6 Aug 2016 14:20:39 +0000 Subject: [PATCH] Accepting request 417221 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/417221 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-File-Slurper?expand=0&rev=3 --- File-Slurper-0.008.tar.gz | 3 --- File-Slurper-0.009.tar.gz | 3 +++ cpanspec.yml | 28 ++++++++++++++++++++++++++++ perl-File-Slurper.changes | 9 +++++++++ perl-File-Slurper.spec | 7 +++++-- 5 files changed, 45 insertions(+), 5 deletions(-) delete mode 100644 File-Slurper-0.008.tar.gz create mode 100644 File-Slurper-0.009.tar.gz create mode 100644 cpanspec.yml diff --git a/File-Slurper-0.008.tar.gz b/File-Slurper-0.008.tar.gz deleted file mode 100644 index f2839f9..0000000 --- a/File-Slurper-0.008.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10f685140e2cebdd0381f24b010b028f9ca2574361a78f99f4dfe87af5d5d233 -size 14760 diff --git a/File-Slurper-0.009.tar.gz b/File-Slurper-0.009.tar.gz new file mode 100644 index 0000000..ebe82b5 --- /dev/null +++ b/File-Slurper-0.009.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eab340deff6ba5456e7d1156b9cfcc387e1243acfc156ff92b75b3f2e120b91 +size 15858 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-File-Slurper.changes b/perl-File-Slurper.changes index 107b101..6a14d81 100644 --- a/perl-File-Slurper.changes +++ b/perl-File-Slurper.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Aug 6 05:26:47 UTC 2016 - coolo@suse.com + +- updated to 0.009 + see /usr/share/doc/packages/perl-File-Slurper/Changes + + 0.009 2016-08-05 18:26:58+02:00 Europe/Amsterdam + Load PerlIO::encoding before localizing $PerlIO::encoding::fallback + ------------------------------------------------------------------- Tue Nov 17 07:10:09 UTC 2015 - coolo@suse.com diff --git a/perl-File-Slurper.spec b/perl-File-Slurper.spec index 96b6aec..00b253c 100644 --- a/perl-File-Slurper.spec +++ b/perl-File-Slurper.spec @@ -1,7 +1,7 @@ # # spec file for package perl-File-Slurper # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -17,7 +17,7 @@ Name: perl-File-Slurper -Version: 0.008 +Version: 0.009 Release: 0 %define cpan_name File-Slurper Summary: Simple, Sane and Efficient Module to Slurp a File @@ -25,10 +25,12 @@ License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/File-Slurper/ Source0: http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Test::Warnings) Recommends: perl(PerlIO::utf8_strict) %{perl_requires} @@ -38,6 +40,7 @@ All functions are optionally exported. %prep %setup -q -n %{cpan_name}-%{version} +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor