Accepting request 297386 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/297386
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Task-Kensho-Async?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2015-04-17 04:54:10 +00:00 committed by Git OBS Bridge
parent ccdc81dd50
commit 521cb71711
5 changed files with 61 additions and 16 deletions

View File

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

View File

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

20
cpanspec.yml Normal file
View File

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

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Apr 16 20:25:28 UTC 2015 - coolo@suse.com
- updated to 0.38
see /usr/share/doc/packages/perl-Task-Kensho-Async/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)
0.36 2014-03-08
- fix pod markup error in main Task::Kensho distribution
- module list revisions to CLI, Dates, Toolchain, WebCrawling,
WebDev
-------------------------------------------------------------------
Mon Feb 24 06:12:06 UTC 2014 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Task-Kensho-Async
#
# 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-Async
Version: 0.35
Version: 0.38
Release: 0
%define cpan_name Task-Kensho-Async
Summary: A Glimpse at an Enlightened Perl: Async Programming
Summary: Glimpse at an Enlightened Perl: Async Programming
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Task-Kensho-Async/
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(IO::Async)
BuildRequires: perl(Module::Build::Tiny) >= 0.034
BuildRequires: perl(Module::Build::Tiny) >= 0.038
BuildRequires: perl(POE)
BuildRequires: perl(version)
Recommends: perl(IO::Async)
Recommends: perl(POE)
Requires: perl(IO::Async)
Requires: perl(POE)
%{perl_requires}
%description
@ -45,10 +45,9 @@ From the http://en.wikipedia.org/wiki/Kensho manpage:
meaning "seeing one's nature"[1] or "true self."[2] It generally
"refers to the realization of nonduality of subject and object."[3]
the Task::Kensho manpage is a first cut at building a list of recommended
modules for Enlightened Perl development. CPAN is wonderful, but there are
too many wheels and you have to pick and choose amongst the various
competing technologies.
the Task::Kensho manpage is a list of recommended modules for Enlightened
Perl development. CPAN is wonderful, but there are too many wheels and you
have to pick and choose amongst the various competing technologies.
The plan is for the Task::Kensho manpage to be a rough testing ground for
ideas that go into among other things the Enlightened Perl Organisation
@ -87,6 +86,6 @@ achieve.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE README README.md
%doc Changes LICENSE README
%changelog