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
This commit is contained in:
Stephan Kulow 2015-04-25 07:58:27 +00:00 committed by Git OBS Bridge
parent 726136270b
commit 303915e071
5 changed files with 56 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ca823c73f1e2ae73bc0a8876e5293948201910e912e1eaac14b340a0d34c9f7
size 20588

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f733f30b8371925ed38c99a0470b379b9577223f4b4e7e259ca54fe3468945d1
size 23657

23
cpanspec.yml Normal file
View File

@ -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

View File

@ -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

View File

@ -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