commit perl-Task-Kensho-ModuleDev for openSUSE:Factory

2020-10-28 Thread root
Hello community,

here is the log from the commit of package perl-Task-Kensho-ModuleDev for 
openSUSE:Factory checked in at 2020-10-28 09:58:47

Comparing /work/SRC/openSUSE:Factory/perl-Task-Kensho-ModuleDev (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Task-Kensho-ModuleDev.new.3463 (New)


Package is "perl-Task-Kensho-ModuleDev"

Wed Oct 28 09:58:47 2020 rev:11 rq:843411 version:0.40

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Task-Kensho-ModuleDev/perl-Task-Kensho-ModuleDev.changes
2016-05-25 21:29:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Task-Kensho-ModuleDev.new.3463/perl-Task-Kensho-ModuleDev.changes
  2020-10-28 09:58:52.915165731 +0100
@@ -1,0 +2,17 @@
+Thu Oct 22 09:21:22 UTC 2020 - Dirk Stoecker 
+
+- updated to 0.40
+   see /usr/share/doc/packages/perl-Task-Kensho-ModuleDev/Changes
+
+  0.40  2018-12-01
+- CLI: added Reply
+- Dates: added Time::Moment
+- Email: added Email::Stuffer
+- Exceptions: added Syntax::Keyword::Try
+- ModuleDev: added Code::TidyAll, removed Perl::Version
+- OOP: removed Task::Moose
+- Toolchain: added App::cpm
+- WebDev: added HTTP::BrowserDetect, Attean
+- XML: removed RDF::Trine
+
+---

Old:

  Task-Kensho-ModuleDev-0.39.tar.gz

New:

  Task-Kensho-ModuleDev-0.40.tar.gz



Other differences:
--
++ perl-Task-Kensho-ModuleDev.spec ++
--- /var/tmp/diff_new_pack.Se3FXf/_old  2020-10-28 09:58:53.555166179 +0100
+++ /var/tmp/diff_new_pack.Se3FXf/_new  2020-10-28 09:58:53.555166179 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Task-Kensho-ModuleDev
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,39 +12,39 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Task-Kensho-ModuleDev
-Version:0.39
+Version:0.40
 Release:0
 %define cpan_name Task-Kensho-ModuleDev
 Summary:Glimpse at an Enlightened Perl: Module Development
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Task-Kensho-ModuleDev/
-Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+URL:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.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(CPAN::Uploader)
+BuildRequires:  perl(Code::TidyAll)
 BuildRequires:  perl(Data::Printer)
 BuildRequires:  perl(Devel::Confess)
 BuildRequires:  perl(Devel::Dwarn)
 BuildRequires:  perl(Devel::NYTProf)
 BuildRequires:  perl(Dist::Zilla)
 BuildRequires:  perl(Modern::Perl)
-BuildRequires:  perl(Module::Build::Tiny) >= 0.034
-BuildRequires:  perl(Module::Metadata)
+BuildRequires:  perl(Module::Build::Tiny)
 BuildRequires:  perl(Perl::Critic)
 BuildRequires:  perl(Perl::Tidy)
-BuildRequires:  perl(Perl::Version)
 BuildRequires:  perl(Pod::Readme)
 BuildRequires:  perl(Software::License)
 Requires:   perl(CPAN::Uploader)
+Requires:   perl(Code::TidyAll)
 Requires:   perl(Data::Printer)
 Requires:   perl(Devel::Confess)
 Requires:   perl(Devel::Dwarn)
@@ -54,7 +54,6 @@
 Requires:   perl(Module::Build::Tiny)
 Requires:   perl(Perl::Critic)
 Requires:   perl(Perl::Tidy)
-Requires:   perl(Perl::Version)
 Requires:   perl(Pod::Readme)
 Requires:   perl(Software::License)
 %{perl_requires}
@@ -95,18 +94,20 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL --installdirs=vendor
-./Build build --flags=%{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-./Build test
+make test
 
 %install
-./Build install --destdir=%{buildroot} --create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENCE
 
 %changelog

++ Task-Kensho-ModuleDev-0.39.tar.gz -> Task-Kensho-ModuleDev-0.40.tar.gz 
++
 3174 

commit perl-Task-Kensho-ModuleDev for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Task-Kensho-ModuleDev for 
openSUSE:Factory checked in at 2016-05-25 21:29:15

Comparing /work/SRC/openSUSE:Factory/perl-Task-Kensho-ModuleDev (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Task-Kensho-ModuleDev.new (New)


Package is "perl-Task-Kensho-ModuleDev"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Task-Kensho-ModuleDev/perl-Task-Kensho-ModuleDev.changes
2014-09-19 22:27:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Task-Kensho-ModuleDev.new/perl-Task-Kensho-ModuleDev.changes
   2016-05-25 21:29:16.0 +0200
@@ -1,0 +2,13 @@
+Mon May 23 12:48:30 UTC 2016 - co...@suse.com
+
+- updated to 0.39
+   see /usr/share/doc/packages/perl-Task-Kensho-ModuleDev/Changes
+
+  0.39  2016-05-14
+- WebDev: removed Dancer, added Dancer2
+- OOP: added Moose, Moo and many related modules
+- Exceptions: remove TryCatch
+- Testing: remove Test::Most and Test::NoWarnings, added 
Test::Warnings
+- Config: added JSON::MaybeXS
+
+---

Old:

  Task-Kensho-ModuleDev-0.38.tar.gz

New:

  Task-Kensho-ModuleDev-0.39.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Task-Kensho-ModuleDev.spec ++
--- /var/tmp/diff_new_pack.ED7Q2e/_old  2016-05-25 21:29:17.0 +0200
+++ /var/tmp/diff_new_pack.ED7Q2e/_new  2016-05-25 21:29:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Task-Kensho-ModuleDev
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,14 +17,15 @@
 
 
 Name:   perl-Task-Kensho-ModuleDev
-Version:0.38
+Version:0.39
 Release:0
 %define cpan_name Task-Kensho-ModuleDev
-Summary:A Glimpse at an Enlightened Perl: Module Development
+Summary:Glimpse at an Enlightened Perl: Module Development
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Task-Kensho-ModuleDev/
-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
@@ -36,7 +37,8 @@
 BuildRequires:  perl(Devel::NYTProf)
 BuildRequires:  perl(Dist::Zilla)
 BuildRequires:  perl(Modern::Perl)
-BuildRequires:  perl(Module::Build::Tiny) >= 0.038
+BuildRequires:  perl(Module::Build::Tiny) >= 0.034
+BuildRequires:  perl(Module::Metadata)
 BuildRequires:  perl(Perl::Critic)
 BuildRequires:  perl(Perl::Tidy)
 BuildRequires:  perl(Perl::Version)
@@ -58,37 +60,36 @@
 %{perl_requires}
 
 %description
-From the http://en.wikipedia.org/wiki/Kensho manpage:
+From http://en.wikipedia.org/wiki/Kensho:
 
 Kenshō (見性) (C. Wu) is a Japanese term for enlightenment experiences -
 most commonly used within the confines of Zen Buddhism - literally
 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 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
-Extended Core (EPO-EC).
-
-The modules that are bundled by the Task::Kensho manpage are broken down
-into several categories and are still being considered. They are all taken
-from various top 100 most used perl modules lists and from discussions with
-various subject matter experts in the Perl Community. That said, this
-bundle does _not_ follow the guidelines established for the EPO-EC for peer
-review via industry advisers.
-
-Starting in 2011, the Task::Kensho manpage split its sub-groups of modules
-into individually-installable tasks. Each the Task::Kensho manpage sub-task
-is listed at the beginning of its section in this documentation.
-
-When installing the Task::Kensho manpage itself, you will be asked to
-install each sub-task in turn, or you can install individual tasks
-separately. These individual tasks will always install all their modules by
-default. This facilitates the ease and simplicity the distribution aims 

commit perl-Task-Kensho-ModuleDev for openSUSE:Factory

2014-09-19 Thread h_root
Hello community,

here is the log from the commit of package perl-Task-Kensho-ModuleDev for 
openSUSE:Factory checked in at 2014-09-19 22:27:38

Comparing /work/SRC/openSUSE:Factory/perl-Task-Kensho-ModuleDev (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Task-Kensho-ModuleDev.new (New)


Package is perl-Task-Kensho-ModuleDev

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Task-Kensho-ModuleDev/perl-Task-Kensho-ModuleDev.changes
2014-03-25 13:26:00.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Task-Kensho-ModuleDev.new/perl-Task-Kensho-ModuleDev.changes
   2014-09-19 22:27:41.0 +0200
@@ -1,0 +2,18 @@
+Tue Sep 16 08:07:56 UTC 2014 - co...@suse.com
+
+- updated to 0.38
+   - 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)
+
+---

Old:

  Task-Kensho-ModuleDev-0.36.tar.gz

New:

  Task-Kensho-ModuleDev-0.38.tar.gz



Other differences:
--
++ perl-Task-Kensho-ModuleDev.spec ++
--- /var/tmp/diff_new_pack.6aLT1O/_old  2014-09-19 22:27:42.0 +0200
+++ /var/tmp/diff_new_pack.6aLT1O/_new  2014-09-19 22:27:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Task-Kensho-ModuleDev
-Version:0.36
+Version:0.38
 Release:0
 %define cpan_name Task-Kensho-ModuleDev
 Summary:A Glimpse at an Enlightened Perl: Module Development
@@ -30,29 +30,31 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(CPAN::Uploader)
-BuildRequires:  perl(Carp::Always)
+BuildRequires:  perl(Data::Printer)
+BuildRequires:  perl(Devel::Confess)
+BuildRequires:  perl(Devel::Dwarn)
 BuildRequires:  perl(Devel::NYTProf)
 BuildRequires:  perl(Dist::Zilla)
 BuildRequires:  perl(Modern::Perl)
-BuildRequires:  perl(Module::Build::Tiny)
-BuildRequires:  perl(Module::Build::Tiny) = 0.035
+BuildRequires:  perl(Module::Build::Tiny) = 0.038
 BuildRequires:  perl(Perl::Critic)
 BuildRequires:  perl(Perl::Tidy)
 BuildRequires:  perl(Perl::Version)
 BuildRequires:  perl(Pod::Readme)
 BuildRequires:  perl(Software::License)
-BuildRequires:  perl(version)
-Recommends: perl(Carp::Always)
-Recommends: perl(CPAN::Uploader)
-Recommends: perl(Devel::NYTProf)
-Recommends: perl(Dist::Zilla)
-Recommends: perl(Modern::Perl)
-Recommends: perl(Module::Build::Tiny)
-Recommends: perl(Perl::Critic)
-Recommends: perl(Perl::Tidy)
-Recommends: perl(Perl::Version)
-Recommends: perl(Pod::Readme)
-Recommends: perl(Software::License)
+Requires:   perl(CPAN::Uploader)
+Requires:   perl(Data::Printer)
+Requires:   perl(Devel::Confess)
+Requires:   perl(Devel::Dwarn)
+Requires:   perl(Devel::NYTProf)
+Requires:   perl(Dist::Zilla)
+Requires:   perl(Modern::Perl)
+Requires:   perl(Module::Build::Tiny)
+Requires:   perl(Perl::Critic)
+Requires:   perl(Perl::Tidy)
+Requires:   perl(Perl::Version)
+Requires:   perl(Pod::Readme)
+Requires:   perl(Software::License)
 %{perl_requires}
 
 %description
@@ -63,10 +65,9 @@
 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
@@ -105,6 +106,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README README.md
+%doc Changes LICENSE README weaver.ini
 
 %changelog

++ Task-Kensho-ModuleDev-0.36.tar.gz - Task-Kensho-ModuleDev-0.38.tar.gz 
++
 2437 lines of diff (skipped)

-- 
To 

commit perl-Task-Kensho-ModuleDev for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Task-Kensho-ModuleDev for 
openSUSE:Factory checked in at 2014-03-25 13:25:59

Comparing /work/SRC/openSUSE:Factory/perl-Task-Kensho-ModuleDev (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Task-Kensho-ModuleDev.new (New)


Package is perl-Task-Kensho-ModuleDev

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Task-Kensho-ModuleDev/perl-Task-Kensho-ModuleDev.changes
2014-02-28 19:16:54.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Task-Kensho-ModuleDev.new/perl-Task-Kensho-ModuleDev.changes
   2014-03-25 13:26:00.0 +0100
@@ -1,0 +2,8 @@
+Sat Mar 22 19:05:00 UTC 2014 - co...@suse.com
+
+- updated to 0.36
+  - fix pod markup error in main Task::Kensho distribution
+  - module list revisions to CLI, Dates, Toolchain, WebCrawling,
+WebDev
+
+---

Old:

  Task-Kensho-ModuleDev-0.35.tar.gz

New:

  Task-Kensho-ModuleDev-0.36.tar.gz



Other differences:
--
++ perl-Task-Kensho-ModuleDev.spec ++
--- /var/tmp/diff_new_pack.YFQNH1/_old  2014-03-25 13:26:00.0 +0100
+++ /var/tmp/diff_new_pack.YFQNH1/_new  2014-03-25 13:26:00.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Task-Kensho-ModuleDev
-Version:0.35
+Version:0.36
 Release:0
 %define cpan_name Task-Kensho-ModuleDev
 Summary:A Glimpse at an Enlightened Perl: Module Development
@@ -35,7 +35,7 @@
 BuildRequires:  perl(Dist::Zilla)
 BuildRequires:  perl(Modern::Perl)
 BuildRequires:  perl(Module::Build::Tiny)
-BuildRequires:  perl(Module::Build::Tiny) = 0.034
+BuildRequires:  perl(Module::Build::Tiny) = 0.035
 BuildRequires:  perl(Perl::Critic)
 BuildRequires:  perl(Perl::Tidy)
 BuildRequires:  perl(Perl::Version)

++ Task-Kensho-ModuleDev-0.35.tar.gz - Task-Kensho-ModuleDev-0.36.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-ModuleDev-0.35/Build.PL 
new/Task-Kensho-ModuleDev-0.36/Build.PL
--- old/Task-Kensho-ModuleDev-0.35/Build.PL 2014-01-30 20:28:15.0 
+0100
+++ new/Task-Kensho-ModuleDev-0.36/Build.PL 2014-03-08 19:56:37.0 
+0100
@@ -1,4 +1,4 @@
 # This Build.PL for Task-Kensho-ModuleDev was generated by 
Dist::Zilla::Plugin::ModuleBuildTiny 0.006.
 use 5.006;
-use Module::Build::Tiny 0.034;
+use Module::Build::Tiny 0.035;
 Build_PL();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-ModuleDev-0.35/Changes 
new/Task-Kensho-ModuleDev-0.36/Changes
--- old/Task-Kensho-ModuleDev-0.35/Changes  2014-01-30 20:28:15.0 
+0100
+++ new/Task-Kensho-ModuleDev-0.36/Changes  2014-03-08 19:56:37.0 
+0100
@@ -1,5 +1,10 @@
 Revision history for Task-Kensho-ModuleDev
 
+0.36  2014-03-08
+  - fix pod markup error in main Task::Kensho distribution
+  - module list revisions to CLI, Dates, Toolchain, WebCrawling,
+WebDev
+
 0.35  2014-01-30
   - updated recommendations for Async, CLI, ModuleDev, Scalability,
 WebDev
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-ModuleDev-0.35/LICENSE 
new/Task-Kensho-ModuleDev-0.36/LICENSE
--- old/Task-Kensho-ModuleDev-0.35/LICENSE  2014-01-30 20:28:15.0 
+0100
+++ new/Task-Kensho-ModuleDev-0.36/LICENSE  2014-03-08 19:56:37.0 
+0100
@@ -22,7 +22,7 @@
  Version 1, February 1989
 
  Copyright (C) 1989 Free Software Foundation, Inc.
- 51 Franklin St, Suite 500, Boston, MA  02110-1335  USA
+ 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-ModuleDev-0.35/MANIFEST 
new/Task-Kensho-ModuleDev-0.36/MANIFEST
--- old/Task-Kensho-ModuleDev-0.35/MANIFEST 2014-01-30 20:28:15.0 
+0100
+++ new/Task-Kensho-ModuleDev-0.36/MANIFEST 2014-03-08 19:56:37.0 
+0100
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.012.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v5.013.
 Build.PL
 Changes
 LICENSE
@@ -11,6 +11,7 @@
 lib/Task/Kensho/ModuleDev.pm
 t/00-report-prereqs.t
 xt/author/00-compile.t
+xt/author/pod-spell.t
 xt/release/changes_has_content.t
 xt/release/cpan-changes.t
 xt/release/distmeta.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Task-Kensho-ModuleDev-0.35/META.json 

commit perl-Task-Kensho-ModuleDev for openSUSE:Factory

2014-02-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Task-Kensho-ModuleDev for 
openSUSE:Factory checked in at 2014-02-28 19:16:53

Comparing /work/SRC/openSUSE:Factory/perl-Task-Kensho-ModuleDev (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Task-Kensho-ModuleDev.new (New)


Package is perl-Task-Kensho-ModuleDev

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Task-Kensho-ModuleDev/perl-Task-Kensho-ModuleDev.changes
2012-02-14 19:05:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Task-Kensho-ModuleDev.new/perl-Task-Kensho-ModuleDev.changes
   2014-02-28 19:16:54.0 +0100
@@ -1,0 +2,48 @@
+Mon Feb 24 08:57:01 UTC 2014 - co...@suse.com
+
+- updated to 0.35
+   - updated recommendations for Async, CLI, ModuleDev, Scalability,
+ WebDev
+ 
+ 0.34004   2014-01-22 (TRIAL RELEASE)
+   - still more pod and metadata tweaks
+ 
+ 0.34003   2014-01-22 (TRIAL RELEASE)
+   - more pod and metadata tweaks
+ 
+ 0.34002   2014-01-21 (TRIAL RELEASE)
+   - fix mangled abstract in META.*
+   - fixed missing list of recommendations in Task::Kensho pod
+ 
+ 0.34001   2014-01-21 (TRIAL RELEASE)
+   - fix munging of ::Hackery preamble into stopwords
+   - fixed bugtracker metadata (now indicating github issues)
+   - distributions split apart again, with new! and enhanced!
+ Dist::Zilla generation magic
+ 
+ 0.34  2013-08-20 01:27:07Z (TRIAL RELEASE)
+   - distributions reunified under Task-Kensho, and now auto-generated
+ from a master YAML file using Dist::Zilla
+ 
+ 0.33  2012-06-24
+   - Task::Kensho::Testing:
+ - Retired Test::Exception and replaced with Test::Fatal
+ - added Test::Deep, Test::Requires and Test::NoWarnings
+   - Task::Kensho::WebDev: added Plack
+ 
+ 0.32  2012-06-08
+   - Fix reference to Module::CoreList (RT#65948)
+   - Add Plack to Task::Kensho::WebDev
+ 
+ 0.31  2011-04-11
+   - Fix Task::Kensho::Logging version, thanks kent
+ 
+ 0.30  2011-04-11
+   - new group, Task::Kensho::Logging
+ 
+ 0.29  2011-03-25
+   - Task::Kensho::CLI: Fix Module::CoreList link in POD, thanks 
alis...@alisterwest.com.
+   - Task::Kensho::WebCrawling: Bundle::LWP is gone; replace with
+ LWP::UserAgent. Thanks, ken...@cpan.org.
+
+---

Old:

  Task-Kensho-ModuleDev-0.28.tar.gz

New:

  Task-Kensho-ModuleDev-0.35.tar.gz



Other differences:
--
++ perl-Task-Kensho-ModuleDev.spec ++
--- /var/tmp/diff_new_pack.CTFbQX/_old  2014-02-28 19:16:54.0 +0100
+++ /var/tmp/diff_new_pack.CTFbQX/_new  2014-02-28 19:16:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Task-Kensho-ModuleDev
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,15 +17,14 @@
 
 
 Name:   perl-Task-Kensho-ModuleDev
-Version:0.28
+Version:0.35
 Release:0
 %define cpan_name Task-Kensho-ModuleDev
-Summary:A Glimpse at an Enlightened Perl (ModuleDev)
-License:GPL-1.0+ or Artistic-1.0
+Summary:A Glimpse at an Enlightened Perl: Module Development
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Task-Kensho-ModuleDev/
-#Source: 
http://www.cpan.org/authors/id/A/AP/APEIRON/Task-Kensho-ModuleDev-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -35,48 +34,77 @@
 BuildRequires:  perl(Devel::NYTProf)
 BuildRequires:  perl(Dist::Zilla)
 BuildRequires:  perl(Modern::Perl)
-BuildRequires:  perl(Module::Install)
+BuildRequires:  perl(Module::Build::Tiny)
+BuildRequires:  perl(Module::Build::Tiny) = 0.034
 BuildRequires:  perl(Perl::Critic)
 BuildRequires:  perl(Perl::Tidy)
 BuildRequires:  perl(Perl::Version)
 BuildRequires:  perl(Pod::Readme)
 BuildRequires:  perl(Software::License)
-Requires:   perl(Carp::Always)
-Requires:   perl(CPAN::Uploader)
-Requires:   perl(Devel::NYTProf)
-Requires:   perl(Dist::Zilla)
-Requires:   perl(Modern::Perl)
-Requires:   perl(Module::Install)
-Requires:   perl(Perl::Critic)
-Requires:   perl(Perl::Tidy)
-Requires: 

commit perl-Task-Kensho-ModuleDev for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Task-Kensho-ModuleDev for 
openSUSE:Factory checked in at 2012-02-14 19:05:36

Comparing /work/SRC/openSUSE:Factory/perl-Task-Kensho-ModuleDev (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Task-Kensho-ModuleDev.new (New)


Package is perl-Task-Kensho-ModuleDev, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Task-Kensho-ModuleDev/perl-Task-Kensho-ModuleDev.changes
2012-01-26 14:07:12.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Task-Kensho-ModuleDev.new/perl-Task-Kensho-ModuleDev.changes
   2012-02-14 19:05:38.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:52:22 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ perl-Task-Kensho-ModuleDev.spec ++
--- /var/tmp/diff_new_pack.69WWQc/_old  2012-02-14 19:05:40.0 +0100
+++ /var/tmp/diff_new_pack.69WWQc/_new  2012-02-14 19:05:40.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Task-Kensho-ModuleDev (Version 0.28)
+# spec file for package perl-Task-Kensho-ModuleDev
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products 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,22 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   perl-Task-Kensho-ModuleDev
 Version:0.28
-Release:1
-License:GPL+ or Artistic
+Release:0
 %define cpan_name Task-Kensho-ModuleDev
 Summary:A Glimpse at an Enlightened Perl (ModuleDev)
-Url:http://search.cpan.org/dist/Task-Kensho-ModuleDev/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Task-Kensho-ModuleDev/
 #Source: 
http://www.cpan.org/authors/id/A/AP/APEIRON/Task-Kensho-ModuleDev-%{version}.tar.gz
 Source: %{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Carp::Always)
 BuildRequires:  perl(CPAN::Uploader)
+BuildRequires:  perl(Carp::Always)
 BuildRequires:  perl(Devel::NYTProf)
 BuildRequires:  perl(Dist::Zilla)
 BuildRequires:  perl(Modern::Perl)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org