Hello community,

here is the log from the commit of package perl-Dist-Zilla for openSUSE:Factory 
checked in at 2016-05-30 09:57:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Dist-Zilla (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Dist-Zilla.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Dist-Zilla"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Dist-Zilla/perl-Dist-Zilla.changes  
2016-05-12 09:33:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Dist-Zilla.new/perl-Dist-Zilla.changes     
2016-05-30 09:57:51.000000000 +0200
@@ -1,0 +2,49 @@
+Sat May 28 09:46:33 UTC 2016 - [email protected]
+
+- updated to 6.005
+   see /usr/share/doc/packages/perl-Dist-Zilla/Changes
+
+  6.005     2016-05-23 08:08:15-04:00 America/New_York
+          - NextRelease now dies if there's no changelog file found
+            (thanks, Karen Etheridge)
+          - Module::Runtime replaces Class::Load (thanks Olivier Mengué)
+  
+  6.004     2016-05-14 09:14:19-04:00 America/New_York (TRIAL RELEASE)
+          - stop listing Path::Class as a prereq (thanks, Karen Etheridge)
+          - update docs on path types (thanks, Graham Ollis)
+  
+  6.003     2016-04-24 19:23:46+01:00 Europe/London (TRIAL RELEASE)
+          - leading BOM (FEFF) is stripped on UTF-8 content
+          - PPI now handles characters, not bytes, fixing non-ASCII
+            non-comments in your source
+  
+  6.002     2016-04-23 17:50:26+01:00 Europe/London (TRIAL RELEASE)
+          - tweaks to Dist::Zilla::Path to keep plugins from v5 era working
+  
+  6.001     2016-04-23 13:21:56+01:00 Europe/London
+          [THIS RELEASE MIGHT BREAK YOUR BUILD]
+          - Using a Dist::Zilla::Path like a Path::Class object now issues a
+            deprecation warning ("this will be removed") once per call site.
+  
+  6.000     2016-04-23 11:35:28+01:00 Europe/London (TRIAL RELEASE)
+          [THIS RELEASE MIGHT BREAK YOUR BUILD]
+          - Path::Class has been excised in favor of Path::Tiny, exposed as
+            Dist::Zilla::Path; it will still respond to ->subdir and ->file, 
but
+            only until Dist::Zilla v7 -- fix your plugins by then!
+  
+          - The --verbose switch to dzil is now strictly on/off.  To set
+            verbosity on a per-plugin basis, use the -V switch.  Unfortunately,
+            per-plugin verbosity seems to have been broken for some time, 
anyway.
+  
+          - The plugins [Prereq] and [AutoPrereq] and [BumpVersion] have been
+            removed.  These were long deprecated.  (Don't confuse Prereq, for
+            example, with the plural Prereqs, which is the correct plugin.)
+  
+          - [PkgVersion] now supports a use_package argument which will put the
+            version in the package statement.  (Remember that this syntax was
+            introduced in perl v5.12.0.)
+  
+          - Dist::Zilla now requires perl v5.14.0.  It will still happily build
+            dists that run on whatever version of perl you like.
+
+-------------------------------------------------------------------

Old:
----
  Dist-Zilla-5.047.tar.gz

New:
----
  Dist-Zilla-6.005.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Dist-Zilla.spec ++++++
--- /var/tmp/diff_new_pack.fKBNdq/_old  2016-05-30 09:57:52.000000000 +0200
+++ /var/tmp/diff_new_pack.fKBNdq/_new  2016-05-30 09:57:52.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Dist-Zilla
-Version:        5.047
+Version:        6.005
 Release:        0
 %define cpan_name Dist-Zilla
 Summary:        Distribution Builder; Installer Not Included!
@@ -65,6 +65,7 @@
 BuildRequires:  perl(Log::Dispatchouli) >= 1.102220
 BuildRequires:  perl(Mixin::Linewise::Readers) >= 0.100
 BuildRequires:  perl(Module::CoreList)
+BuildRequires:  perl(Module::Runtime)
 BuildRequires:  perl(Moose) >= 0.92
 BuildRequires:  perl(Moose::Role)
 BuildRequires:  perl(Moose::Util::TypeConstraints)
@@ -73,14 +74,11 @@
 BuildRequires:  perl(MooseX::SetOnce)
 BuildRequires:  perl(MooseX::Types)
 BuildRequires:  perl(MooseX::Types::Moose)
-BuildRequires:  perl(MooseX::Types::Path::Class)
 BuildRequires:  perl(MooseX::Types::Perl)
 BuildRequires:  perl(PPI::Document)
 BuildRequires:  perl(Params::Util)
-BuildRequires:  perl(Path::Class) >= 0.22
 BuildRequires:  perl(Path::Tiny) >= 0.052
 BuildRequires:  perl(Perl::PrereqScanner) >= 1.016
-BuildRequires:  perl(Perl::Version)
 BuildRequires:  perl(Pod::Eventual) >= 0.091480
 BuildRequires:  perl(Software::License) >= 0.101370
 BuildRequires:  perl(Software::License::None)
@@ -140,6 +138,7 @@
 Requires:       perl(Log::Dispatchouli) >= 1.102220
 Requires:       perl(Mixin::Linewise::Readers) >= 0.100
 Requires:       perl(Module::CoreList)
+Requires:       perl(Module::Runtime)
 Requires:       perl(Moose) >= 0.92
 Requires:       perl(Moose::Role)
 Requires:       perl(Moose::Util::TypeConstraints)
@@ -148,14 +147,11 @@
 Requires:       perl(MooseX::SetOnce)
 Requires:       perl(MooseX::Types)
 Requires:       perl(MooseX::Types::Moose)
-Requires:       perl(MooseX::Types::Path::Class)
 Requires:       perl(MooseX::Types::Perl)
 Requires:       perl(PPI::Document)
 Requires:       perl(Params::Util)
-Requires:       perl(Path::Class) >= 0.22
 Requires:       perl(Path::Tiny) >= 0.052
 Requires:       perl(Perl::PrereqScanner) >= 1.016
-Requires:       perl(Perl::Version)
 Requires:       perl(Pod::Eventual) >= 0.091480
 Requires:       perl(Software::License) >= 0.101370
 Requires:       perl(Software::LicenseUtils)

++++++ Dist-Zilla-5.047.tar.gz -> Dist-Zilla-6.005.tar.gz ++++++
++++ 7802 lines of diff (skipped)


Reply via email to