From 941923da59783d249c9f7b511390d79bb35dd67d46cbdc31e028150db362d597 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 8 Sep 2016 06:46:57 +0000 Subject: [PATCH] Accepting request 424600 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/424600 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-Helpers?expand=0&rev=8 --- ExtUtils-Helpers-0.022.tar.gz | 3 --- ExtUtils-Helpers-0.025.tar.gz | 3 +++ cpanspec.yml | 28 ++++++++++++++++++++++++++++ perl-ExtUtils-Helpers.changes | 17 +++++++++++++++++ perl-ExtUtils-Helpers.spec | 31 ++++--------------------------- 5 files changed, 52 insertions(+), 30 deletions(-) delete mode 100644 ExtUtils-Helpers-0.022.tar.gz create mode 100644 ExtUtils-Helpers-0.025.tar.gz create mode 100644 cpanspec.yml diff --git a/ExtUtils-Helpers-0.022.tar.gz b/ExtUtils-Helpers-0.022.tar.gz deleted file mode 100644 index 157da4d..0000000 --- a/ExtUtils-Helpers-0.022.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3f8cf700fb3414ca1260089755cbf64041455e4b744110677b1ba5bb9a3aa95 -size 17078 diff --git a/ExtUtils-Helpers-0.025.tar.gz b/ExtUtils-Helpers-0.025.tar.gz new file mode 100644 index 0000000..49d8e72 --- /dev/null +++ b/ExtUtils-Helpers-0.025.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7273f5f9c8a68bf64c270e0cb79336639225bce695822c115719401c741e7c +size 15080 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-ExtUtils-Helpers.changes b/perl-ExtUtils-Helpers.changes index 7f09099..0fe3ebc 100644 --- a/perl-ExtUtils-Helpers.changes +++ b/perl-ExtUtils-Helpers.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Sep 3 05:21:30 UTC 2016 - coolo@suse.com + +- updated to 0.025 + see /usr/share/doc/packages/perl-ExtUtils-Helpers/Changes + + 0.025 2016-09-02 09:48:38+02:00 Europe/Amsterdam + - Remove unconditional dependency on ExtUtils::PL2Bat + + 0.024 2016-08-16 22:02:31+02:00 Europe/Amsterdam (TRIAL RELEASE) + - Move pl2bat code to ExtUtils::PL2Bat + + 0.023 2016-08-06 20:52:34+02:00 Europe/Amsterdam (TRIAL RELEASE) + - Make split_like_shell always unixy + - Remove Module::Load dependency + - Remove done_testing, it requires Test::More 0.88 + ------------------------------------------------------------------- Sat Jul 26 11:31:49 UTC 2014 - dimstar@opensuse.org diff --git a/perl-ExtUtils-Helpers.spec b/perl-ExtUtils-Helpers.spec index 3a61d4a..46b97b9 100644 --- a/perl-ExtUtils-Helpers.spec +++ b/perl-ExtUtils-Helpers.spec @@ -1,7 +1,7 @@ # # spec file for package perl-ExtUtils-Helpers # -# Copyright (c) 2014 SUSE LINUX Products 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 @@ -16,41 +16,20 @@ # -%bcond_without test - Name: perl-ExtUtils-Helpers -Version: 0.022 +Version: 0.025 Release: 0 %define cpan_name ExtUtils-Helpers Summary: Various portability utilities for module builders License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/ExtUtils-Helpers/ -Source: http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz +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 -%if %{with test} -BuildRequires: perl(Cwd) -BuildRequires: perl(File::Spec) -BuildRequires: perl(IO::Handle) -BuildRequires: perl(IPC::Open3) -BuildRequires: perl(Test::More) >= 0.88 -%endif -BuildRequires: perl(Carp) -BuildRequires: perl(Exporter) >= 5.57 -BuildRequires: perl(File::Basename) -BuildRequires: perl(File::Spec::Functions) -BuildRequires: perl(Module::Load) -BuildRequires: perl(Text::ParseWords) -Requires: perl(Carp) -Requires: perl(Exporter) >= 5.57 -Requires: perl(File::Basename) -Requires: perl(File::Copy) -Requires: perl(File::Spec::Functions) -Requires: perl(Module::Load) -Requires: perl(Text::ParseWords) %{perl_requires} %description @@ -64,10 +43,8 @@ modules. %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} -%if %{with test} %check %{__make} test -%endif %install %perl_make_install