From 63a9f8f00c99747cf6a8ad27930513511ae0ae8fbf680e7dee10b0ef0920a314 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 20 Dec 2016 06:55:48 +0000 Subject: [PATCH] Accepting request 446863 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/446863 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Warn?expand=0&rev=22 --- Test-Warn-0.30.tar.gz | 3 --- Test-Warn-0.31.tar.gz | 3 +++ cpanspec.yml | 28 ++++++++++++++++++++++++++++ perl-Test-Warn.changes | 6 ++++++ perl-Test-Warn.spec | 8 +++++--- 5 files changed, 42 insertions(+), 6 deletions(-) delete mode 100644 Test-Warn-0.30.tar.gz create mode 100644 Test-Warn-0.31.tar.gz create mode 100644 cpanspec.yml diff --git a/Test-Warn-0.30.tar.gz b/Test-Warn-0.30.tar.gz deleted file mode 100644 index ece0fd0..0000000 --- a/Test-Warn-0.30.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8197555b94189d919349a03f7058f83861f145af9bee59f505bfe47562144e41 -size 11281 diff --git a/Test-Warn-0.31.tar.gz b/Test-Warn-0.31.tar.gz new file mode 100644 index 0000000..54fc1ef --- /dev/null +++ b/Test-Warn-0.31.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de752f0015e2f2deb8e185cd53fd019117afcb417d5bfd678bc071e094e7173a +size 11582 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-Test-Warn.changes b/perl-Test-Warn.changes index 146bd53..c2df02e 100644 --- a/perl-Test-Warn.changes +++ b/perl-Test-Warn.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 18 07:16:56 UTC 2016 - coolo@suse.com + +- updated to 0.31 + see /usr/share/doc/packages/perl-Test-Warn/Changes + ------------------------------------------------------------------- Thu Dec 4 15:51:41 UTC 2014 - ncutler@suse.com diff --git a/perl-Test-Warn.spec b/perl-Test-Warn.spec index 37a3cd0..076ba90 100644 --- a/perl-Test-Warn.spec +++ b/perl-Test-Warn.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Warn # -# 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 @@ -17,14 +17,15 @@ Name: perl-Test-Warn -Version: 0.30 +Version: 0.31 Release: 0 %define cpan_name Test-Warn Summary: Perl extension to test methods for warnings License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-Warn/ -Source: Test-Warn-0.30.tar.gz +Source0: http://www.cpan.org/authors/id/B/BI/BIGJ/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -47,6 +48,7 @@ the time to go take a look. %prep %setup -q -n %{cpan_name}-%{version} +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor