From 391cb3e374a3db8f69bd4ad44073cc46ade02cf794b281144d8006a457d17f4c Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 5 Aug 2015 06:34:19 +0000 Subject: [PATCH] Accepting request 320340 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/320340 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-EOL?expand=0&rev=14 --- Test-EOL-1.5.tar.gz | 3 --- Test-EOL-1.6.tar.gz | 3 +++ cpanspec.yml | 23 +++++++++++++++++++++++ perl-Test-EOL.changes | 10 ++++++++++ perl-Test-EOL.spec | 14 ++++---------- 5 files changed, 40 insertions(+), 13 deletions(-) delete mode 100644 Test-EOL-1.5.tar.gz create mode 100644 Test-EOL-1.6.tar.gz create mode 100644 cpanspec.yml diff --git a/Test-EOL-1.5.tar.gz b/Test-EOL-1.5.tar.gz deleted file mode 100644 index 00c8e47..0000000 --- a/Test-EOL-1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:431b289f0959f7ace0ee95fe401b0d05c93dee5d6dce0aedabbf0b53c2b1cd61 -size 29150 diff --git a/Test-EOL-1.6.tar.gz b/Test-EOL-1.6.tar.gz new file mode 100644 index 0000000..5095af7 --- /dev/null +++ b/Test-EOL-1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cab9468cda0366adcd581987628570041eb1f865562f1f965a1d3683b948b9a +size 18617 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,23 @@ +--- +#description_paragraphs: 3 +#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_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-EOL.changes b/perl-Test-EOL.changes index c221c38..5f8754e 100644 --- a/perl-Test-EOL.changes +++ b/perl-Test-EOL.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Aug 4 09:12:24 UTC 2015 - coolo@suse.com + +- updated to 1.6 + see /usr/share/doc/packages/perl-Test-EOL/Changes + + 1.6 2015-07-30 21:51:00-07:00 America/Los_Angeles + - Add 'no_test' import option to allow more composability + (Arthur Axel fREW Schmidt) + ------------------------------------------------------------------- Tue Jun 4 17:20:10 UTC 2013 - coolo@suse.com diff --git a/perl-Test-EOL.spec b/perl-Test-EOL.spec index 7f12b31..9ec4db9 100644 --- a/perl-Test-EOL.spec +++ b/perl-Test-EOL.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-EOL # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,25 +17,19 @@ Name: perl-Test-EOL -Version: 1.5 +Version: 1.6 Release: 0 %define cpan_name Test-EOL Summary: Check the correct line endings in your project License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-EOL/ -Source: http://www.cpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/F/FR/FREW/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -#BuildRequires: perl(JSON) -#BuildRequires: perl(LWP::Simple) -#BuildRequires: perl(Module::Build) -#BuildRequires: perl(Module::Install::Base) -#BuildRequires: perl(Parse::CPAN::Meta) -#BuildRequires: perl(Test::EOL) -#BuildRequires: perl(YAML::Tiny) %{perl_requires} %description