From 0b6307165c9a59dcb69b88b4f8b624ccf89b571a33e24d0e15e1c88a18df4b22 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 17 Apr 2015 05:52:43 +0000 Subject: [PATCH] Accepting request 297412 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/297412 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Dist-Zilla-Plugin-MinimumPerl?expand=0&rev=4 --- Dist-Zilla-Plugin-MinimumPerl-1.003.tar.gz | 3 -- Dist-Zilla-Plugin-MinimumPerl-1.006.tar.gz | 3 ++ cpanspec.yml | 20 ++++++++++ perl-Dist-Zilla-Plugin-MinimumPerl.changes | 6 +++ perl-Dist-Zilla-Plugin-MinimumPerl.spec | 44 +++++++++------------- 5 files changed, 47 insertions(+), 29 deletions(-) delete mode 100644 Dist-Zilla-Plugin-MinimumPerl-1.003.tar.gz create mode 100644 Dist-Zilla-Plugin-MinimumPerl-1.006.tar.gz create mode 100644 cpanspec.yml diff --git a/Dist-Zilla-Plugin-MinimumPerl-1.003.tar.gz b/Dist-Zilla-Plugin-MinimumPerl-1.003.tar.gz deleted file mode 100644 index da12b3c..0000000 --- a/Dist-Zilla-Plugin-MinimumPerl-1.003.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82b8cc3bbeb4ef305680b506797d780fb69410d3c655c0818ea55bc9eb4c9037 -size 20257 diff --git a/Dist-Zilla-Plugin-MinimumPerl-1.006.tar.gz b/Dist-Zilla-Plugin-MinimumPerl-1.006.tar.gz new file mode 100644 index 0000000..70d3e7c --- /dev/null +++ b/Dist-Zilla-Plugin-MinimumPerl-1.006.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52646bf65f5fd5ce0b1fa64b318946151bb9a5a05525eb27e74e6c99a4254e34 +size 26753 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b320f5 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,20 @@ +--- +#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 diff --git a/perl-Dist-Zilla-Plugin-MinimumPerl.changes b/perl-Dist-Zilla-Plugin-MinimumPerl.changes index 45284ea..3420442 100644 --- a/perl-Dist-Zilla-Plugin-MinimumPerl.changes +++ b/perl-Dist-Zilla-Plugin-MinimumPerl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 16 20:46:17 UTC 2015 - coolo@suse.com + +- updated to 1.006 + see /usr/share/doc/packages/perl-Dist-Zilla-Plugin-MinimumPerl/Changes + ------------------------------------------------------------------- Fri Apr 22 06:00:46 UTC 2011 - coolo@opensuse.org diff --git a/perl-Dist-Zilla-Plugin-MinimumPerl.spec b/perl-Dist-Zilla-Plugin-MinimumPerl.spec index e731980..331c1b7 100644 --- a/perl-Dist-Zilla-Plugin-MinimumPerl.spec +++ b/perl-Dist-Zilla-Plugin-MinimumPerl.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Dist-Zilla-Plugin-MinimumPerl (Version 1.003) +# spec file for package perl-Dist-Zilla-Plugin-MinimumPerl # -# Copyright (c) 2010 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 @@ -15,32 +15,31 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: perl-Dist-Zilla-Plugin-MinimumPerl -Version: 1.003 -Release: 1 -License: GPL+ or Artistic +Version: 1.006 +Release: 0 %define cpan_name Dist-Zilla-Plugin-MinimumPerl Summary: Detects the minimum version of Perl required for your dist -Url: http://search.cpan.org/dist/Dist-Zilla-Plugin-MinimumPerl/ +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -Source: http://www.cpan.org/authors/id/A/AP/APOCAL/%{cpan_name}-%{version}.tar.gz +Url: http://search.cpan.org/dist/Dist-Zilla-Plugin-MinimumPerl/ +Source0: http://www.cpan.org/authors/id/A/AP/APOCAL/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl -BuildRequires: perl(Module::Build) BuildRequires: perl-macros -BuildRequires: perl(Dist::Zilla::Role::FileFinderUser) >= 4.102345 -BuildRequires: perl(Dist::Zilla::Role::PrereqSource) >= 4.102345 -BuildRequires: perl(File::Find) -BuildRequires: perl(File::Temp) -BuildRequires: perl(Module::Build) +BuildRequires: perl(Dist::Zilla::Role::FileFinderUser) >= 4.200006 +BuildRequires: perl(Dist::Zilla::Role::PrereqSource) >= 5.006 +BuildRequires: perl(Module::Build::Tiny) >= 0.039 BuildRequires: perl(Moose) >= 1.03 BuildRequires: perl(Moose::Util::TypeConstraints) >= 1.01 BuildRequires: perl(MooseX::Types::Perl) >= 0.101340 BuildRequires: perl(Perl::MinimumVersion) >= 1.26 BuildRequires: perl(Test::More) >= 0.88 -Requires: perl(Dist::Zilla::Role::FileFinderUser) >= 4.102345 -Requires: perl(Dist::Zilla::Role::PrereqSource) >= 4.102345 +Requires: perl(Dist::Zilla::Role::FileFinderUser) >= 4.200006 +Requires: perl(Dist::Zilla::Role::PrereqSource) >= 5.006 Requires: perl(Moose) >= 1.03 Requires: perl(Moose::Util::TypeConstraints) >= 1.01 Requires: perl(MooseX::Types::Perl) >= 0.101340 @@ -54,29 +53,22 @@ minimum version of Perl required for your dist and adds it to the prereqs. # In your dist.ini: [MinimumPerl] -This plugin will search for files matching '/\.(t|pl|pm)$/i' in the 'lib/', -'bin/', and 't/' directories. If you need it to scan a different directory -and/or a different extension please let me know. - %prep %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Build.PL installdirs=vendor -./Build build flags=%{?_smp_mflags} +%{__perl} Build.PL --installdirs=vendor +./Build build --flags=%{?_smp_mflags} %check ./Build test %install -./Build install destdir=%{buildroot} create_packlist=0 +./Build install --destdir=%{buildroot} --create_packlist=0 %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes CommitLog examples LICENSE README +%doc AUTHOR_PLEDGE Changes CommitLog doap.xml examples LICENSE README %changelog