From 303915e07104225230d231de4c19c826b9901dd72e6597165276b4ef215d98ad Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 25 Apr 2015 07:58:27 +0000 Subject: [PATCH] Accepting request 303912 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/303912 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Task-Kensho-Scalability?expand=0&rev=7 --- Task-Kensho-Scalability-0.36.tar.gz | 3 --- Task-Kensho-Scalability-0.38.tar.gz | 3 +++ cpanspec.yml | 23 +++++++++++++++++++++++ perl-Task-Kensho-Scalability.changes | 21 +++++++++++++++++++++ perl-Task-Kensho-Scalability.spec | 18 +++++++++--------- 5 files changed, 56 insertions(+), 12 deletions(-) delete mode 100644 Task-Kensho-Scalability-0.36.tar.gz create mode 100644 Task-Kensho-Scalability-0.38.tar.gz create mode 100644 cpanspec.yml diff --git a/Task-Kensho-Scalability-0.36.tar.gz b/Task-Kensho-Scalability-0.36.tar.gz deleted file mode 100644 index 53b31d2..0000000 --- a/Task-Kensho-Scalability-0.36.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ca823c73f1e2ae73bc0a8876e5293948201910e912e1eaac14b340a0d34c9f7 -size 20588 diff --git a/Task-Kensho-Scalability-0.38.tar.gz b/Task-Kensho-Scalability-0.38.tar.gz new file mode 100644 index 0000000..eb2946b --- /dev/null +++ b/Task-Kensho-Scalability-0.38.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f733f30b8371925ed38c99a0470b379b9577223f4b4e7e259ca54fe3468945d1 +size 23657 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-Task-Kensho-Scalability.changes b/perl-Task-Kensho-Scalability.changes index 7239041..6b38fb2 100644 --- a/perl-Task-Kensho-Scalability.changes +++ b/perl-Task-Kensho-Scalability.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Apr 25 07:37:49 UTC 2015 - coolo@suse.com + +- updated to 0.38 + see /usr/share/doc/packages/perl-Task-Kensho-Scalability/Changes + + 0.38 2014-09-13 + - WebDev: Template::Toolkit is not indexed (see RT#92588) - + refer to Template instead + - subtask distributions now just use regular prereqs on their + component modules, rather than using optional_features metadata + - Task-Kensho now once again prompts at install time for each + subtask to be optionally installed + + 0.37 2014-08-16 + - ModuleDev: Switch Carp::Always over to Devel::Confess (per mst) + - ModuleDev: Add Data::Printer (per Sawyer X) + - ModuleDev: Add Devel::Dwarn (per mst) + - Toolchain: Add Pinto (per Sawyer X) + - Toolchain: Add App::FatPacker (per perigrin) + ------------------------------------------------------------------- Mon Mar 17 13:12:23 UTC 2014 - coolo@suse.com diff --git a/perl-Task-Kensho-Scalability.spec b/perl-Task-Kensho-Scalability.spec index 4ea6d74..c2988eb 100644 --- a/perl-Task-Kensho-Scalability.spec +++ b/perl-Task-Kensho-Scalability.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Task-Kensho-Scalability # -# Copyright (c) 2014 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,24 +17,24 @@ Name: perl-Task-Kensho-Scalability -Version: 0.36 +Version: 0.38 Release: 0 %define cpan_name Task-Kensho-Scalability -Summary: A Glimpse at an Enlightened Perl: Scalability +Summary: Glimpse at an Enlightened Perl: Scalability License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Task-Kensho-Scalability/ -Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(CHI) -BuildRequires: perl(Module::Build::Tiny) >= 0.035 +BuildRequires: perl(Module::Build::Tiny) >= 0.038 BuildRequires: perl(Redis) -BuildRequires: perl(version) -Recommends: perl(CHI) -Recommends: perl(Redis) +Requires: perl(CHI) +Requires: perl(Redis) %{perl_requires} %description @@ -86,6 +86,6 @@ achieve. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README README.md +%doc Changes LICENSE README %changelog