Hello community,

here is the log from the commit of package perl-Dist-Zilla for openSUSE:Factory 
checked in at 2015-05-07 08:28:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2014-02-28 07:25:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Dist-Zilla.new/perl-Dist-Zilla.changes     
2015-05-07 08:28:46.000000000 +0200
@@ -1,0 +2,151 @@
+Sun May  3 08:24:47 UTC 2015 - [email protected]
+
+- updated to 5.036
+   see /usr/share/doc/packages/perl-Dist-Zilla/Changes
+
+  5.036     2015-05-02 11:08:51-04:00 America/New_York
+          - BUGFIX: detection of trial status via underscore in version was
+            accidentally lost in v5.035; restored now!
+
+-------------------------------------------------------------------
+Thu Apr 16 19:38:50 UTC 2015 - [email protected]
+
+- updated to 5.035
+   see /usr/share/doc/packages/perl-Dist-Zilla/Changes
+
+  5.035     2015-04-16 15:43:26+02:00 Europe/Berlin
+          - BREAKING CHANGE: is_trial is now read-only
+          - release_status is a new Dist::Zilla attribute and
+            ReleaseStatusProvider plugin role
+  
+  5.034     2015-03-20 10:57:07-04:00 America/New_York
+          - require new Config::MVP for better exceptions (that we rely on)
+          - point to IRC in dist metadata
+  
+  5.033     2015-03-17 07:45:36-04:00 America/New_York
+          - NextRelease now bases the new file on disk on the original file on
+            disk, skipping any munging that happened in between
+          - improve error message when a plugin can't be loaded
+          - added "use_begin" option to PkgVersion
+  
+  5.032     2015-02-21 09:36:00-05:00 America/New_York
+          - when :version is in plugin config, it's now enforced as soon as 
it's
+            seen
+          - add more documentation about bytes/text files
+          - PruneCruft also prunes _eumm/* now
+  
+  5.031     2015-01-08 22:04:30-05:00 America/New_York
+          - correct a test to avoid testing symlinks on Win32
+  
+  5.030     2015-01-04 22:31:38-05:00 America/New_York
+          - fixed [GatherDir]'s handling of symlinks to directories
+          - [AutoPrereqs] now filters out all namespaces found in contained
+            modules, not just the one corresponding to the module filename
+  
+  5.029     2014-12-14 14:44:44-05:00 America/New_York
+          - fix new error in [PkgVersion] when a module had no package
+            statements
+          - further rip out use of JSON.pm
+  
+  5.028     2014-12-12 19:06:23-05:00 America/New_York
+          - fix regression in [PkgVersion] that made false-positive
+            identifications for pre-existing assignments to $VERSION
+          - try avoid cases in which plugin code directly modifies file list
+          - switch, tentatively, to JSON::MaybeXS
+  
+  5.027     2014-12-09 09:30:30-05:00 America/New_York
+          - fix regression in Plugin->plugin_from_config which started passing 
a
+            list of pairs rather than a hashref
+  
+  5.026     2014-12-08 21:33:55-05:00 America/New_York
+          - eliminate use of Moose::Autobox
+          - various small performance optimizations
+          - add "use_our" option to PkgVersion
+  
+  5.025     2014-11-10 21:12:14-05:00 America/New_York
+          - fix file.t failures with perl v5.14 and v5.16's Carp
+  
+  5.024     2014-11-05 23:08:07-05:00 America/New_York
+          - add the %Mint stash for minting defaults
+          - quiet down some low-priority log lines
+          - teeny tiny optimization by building dist prereqs structure lazily
+          - avoid ever requiring v0 of ExtUtils::MakeMaker
+          - fix a module-loading ordering issue in `dzil setup`
+  
+  5.023     2014-10-30 22:56:42-04:00 America/New_York
+          - optimizations to loading of heavyweight libraries in cmd line app
+          - some tests are now skipped on Win32 to avoid filename insanity
+          - files' added_by data should be more informative
+          - conflicts with installed code is now detected and/or advertised
+  
+  5.022     2014-10-27 22:55:53-04:00 America/New_York
+          - several optimizations to how PPI is used
+          - handle an empty ABSTRACT better
+          - now properly merging distmeta fragments together without loss, 
using
+            new CPAN::Meta::Merge
+          - create Makefile.PL and Build.PL files earlier, so they're in the 
file
+            list "the whole time"
+  
+  5.021     2014-10-20 22:43:52-04:00 America/New_York
+          - improve authordeps' ability to cope with version requirements and
+            non-default plugin names
+          - a few improvements to help given by "dzil help COMMAND"
+          - fixes a situation where exclusion-regexp-building in GatherDir
+            could mangle the given regexps
+          - now properly merging distmeta fragments together without loss, 
using
+            new CPAN::Meta::Merge (Karen Etheridge)
+          - [PkgVersion] now properly skips over $VERSION assignments in
+            comments (Karen Etheridge, github #322)
+          - the building of manpages is supressed in [MakeMaker]-driven builds
+          - lazily load quite a few more modules
+          - avoid using user's ~/.dzil even more
+          - while building dists for testing, don't bother building man pages
+          - try harder to notice minimum required perl version
+          - try harder to delete temporarily directory at the end of testing
+          - don't treat $VERSION assignments in comments as $VERSION 
assignments
+          - listdeps now takes --omit-core to skip core modules
+          - don't try to use terminal encoding on locale-free systems
+          - suggest the use of PPI::XS
+          - speed up and debug behavior of GatherDir
+  
+  5.020     2014-07-28 20:56:25-04:00 America/New_York
+          - the default required version for ExtUtils::MakeMaker in [MakeMaker]
+            has been removed
+          - load DateTime lazily
+          - the default required version for Module::Build in [ModuleBuild] has
+            been lowered
+  
+  5.019     2014-05-20 21:11:47-04:00 America/New_York
+          - remove a very brief-lived attempt to double-decode
+  
+  5.018     2014-05-20 21:07:04-04:00 America/New_York
+          - attempt to return abstract-from-file as a string, rather than
+            bytes, which can lead to weirdness (github issue #303)
+  
+  5.017     2014-05-17 08:35:33-04:00 America/New_York
+          - dotfiles and dot-directories are now included in sharedirs
+          - ModuleBuild and MakeMake should not re-build if it isn't needed
+          - authordeps now better understands "perl" dep
+          - munging of README is delayed to prevent unneeded work and
+            complication
+          - MANIFEST is now treated as a binary file
+          - 'dzil setup' now warns that credentials are stored in the clear
+          - MakeMaker should include fewer empty and useless hashrefs
+          - Makefile.old is now pruned as cruft
+  
+  5.016     2014-05-05 22:27:06-04:00 America/New_York
+          - hint about [Encoding] plugin in encoding error message (David
+            Golden)
+  
+  5.015     2014-03-30 21:55:36-04:00 America/New_York
+          - make it easier to have multiple PAUSE configs using UploadToCPAN's
+            pause_cfg_dir option (thanks, David Golden)
+  
+  5.014     2014-03-16 16:47:07+01:00 Europe/Paris
+          - Added 'jobs' argument for 'dzil test' for parallel testing (thanks,
+            David Golden!)
+          - add default_jobs attribute to TestRunner role
+          - fix the behavior of 'dzil add' with more than one file
+            (thanks, Leon Timmermans!)
+
+-------------------------------------------------------------------

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

New:
----
  Dist-Zilla-5.036.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Dist-Zilla.spec ++++++
--- /var/tmp/diff_new_pack.MROqFR/_old  2015-05-07 08:28:47.000000000 +0200
+++ /var/tmp/diff_new_pack.MROqFR/_new  2015-05-07 08:28:47.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Dist-Zilla
 #
-# 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,14 +17,15 @@
 
 
 Name:           perl-Dist-Zilla
-Version:        5.013
+Version:        5.036
 Release:        0
 %define cpan_name Dist-Zilla
-Summary:        distribution builder; installer not included!
+Summary:        Distribution Builder; Installer Not Included!
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Dist-Zilla/
-Source:         
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -34,37 +35,38 @@
 BuildRequires:  perl(App::Cmd::Tester) >= 0.306
 BuildRequires:  perl(App::Cmd::Tester::CaptureExternal)
 BuildRequires:  perl(Archive::Tar)
+BuildRequires:  perl(CPAN::Meta::Check) >= 0.007
 BuildRequires:  perl(CPAN::Meta::Converter) >= 2.101550
+BuildRequires:  perl(CPAN::Meta::Merge)
 BuildRequires:  perl(CPAN::Meta::Prereqs) >= 2.120630
-BuildRequires:  perl(CPAN::Meta::Requirements) >= 2.121
+BuildRequires:  perl(CPAN::Meta::Requirements) >= 2.121000
 BuildRequires:  perl(CPAN::Meta::Validator) >= 2.101550
 BuildRequires:  perl(CPAN::Uploader) >= 0.103004
 BuildRequires:  perl(Class::Load) >= 0.17
 BuildRequires:  perl(Config::INI::Reader)
 BuildRequires:  perl(Config::MVP::Assembler)
-BuildRequires:  perl(Config::MVP::Assembler::WithBundles)
+BuildRequires:  perl(Config::MVP::Assembler::WithBundles) >= 2.200010
 BuildRequires:  perl(Config::MVP::Reader) >= 2.101540
 BuildRequires:  perl(Config::MVP::Reader::Findable::ByExtension)
 BuildRequires:  perl(Config::MVP::Reader::Finder)
 BuildRequires:  perl(Config::MVP::Reader::INI) >= 2
-BuildRequires:  perl(Config::MVP::Section) >= 2.200002
+BuildRequires:  perl(Config::MVP::Section) >= 2.200009
 BuildRequires:  perl(Data::Section) >= 0.200002
 BuildRequires:  perl(DateTime) >= 0.44
-BuildRequires:  perl(ExtUtils::Manifest) >= 1.54
+BuildRequires:  perl(ExtUtils::Manifest) >= 1.66
 BuildRequires:  perl(File::Copy::Recursive)
 BuildRequires:  perl(File::Find::Rule)
 BuildRequires:  perl(File::HomeDir)
 BuildRequires:  perl(File::ShareDir)
-BuildRequires:  perl(File::ShareDir::Install) >= 0.03
+BuildRequires:  perl(File::ShareDir::Install) >= 0.06
 BuildRequires:  perl(File::pushd)
-BuildRequires:  perl(Hash::Merge::Simple)
-BuildRequires:  perl(JSON) >= 2
-BuildRequires:  perl(List::AllUtils)
+BuildRequires:  perl(JSON::MaybeXS)
 BuildRequires:  perl(List::MoreUtils)
+BuildRequires:  perl(List::Util) >= 1.33
 BuildRequires:  perl(Log::Dispatchouli) >= 1.102220
 BuildRequires:  perl(Mixin::Linewise::Readers) >= 0.100
+BuildRequires:  perl(Module::CoreList)
 BuildRequires:  perl(Moose) >= 0.92
-BuildRequires:  perl(Moose::Autobox) >= 0.10
 BuildRequires:  perl(Moose::Role)
 BuildRequires:  perl(Moose::Util::TypeConstraints)
 BuildRequires:  perl(MooseX::LazyRequire)
@@ -74,11 +76,10 @@
 BuildRequires:  perl(MooseX::Types::Moose)
 BuildRequires:  perl(MooseX::Types::Path::Class)
 BuildRequires:  perl(MooseX::Types::Perl)
-BuildRequires:  perl(PPI)
 BuildRequires:  perl(PPI::Document)
 BuildRequires:  perl(Params::Util)
 BuildRequires:  perl(Path::Class) >= 0.22
-BuildRequires:  perl(Path::Tiny)
+BuildRequires:  perl(Path::Tiny) >= 0.052
 BuildRequires:  perl(Perl::PrereqScanner) >= 1.016
 BuildRequires:  perl(Perl::Version)
 BuildRequires:  perl(Pod::Eventual) >= 0.091480
@@ -102,7 +103,6 @@
 BuildRequires:  perl(Text::Template)
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(YAML::Tiny)
-BuildRequires:  perl(autobox) >= 2.53
 BuildRequires:  perl(autodie)
 BuildRequires:  perl(namespace::autoclean)
 BuildRequires:  perl(parent)
@@ -113,36 +113,36 @@
 Requires:       perl(App::Cmd::Tester::CaptureExternal)
 Requires:       perl(Archive::Tar)
 Requires:       perl(CPAN::Meta::Converter) >= 2.101550
+Requires:       perl(CPAN::Meta::Merge)
 Requires:       perl(CPAN::Meta::Prereqs) >= 2.120630
-Requires:       perl(CPAN::Meta::Requirements) >= 2.121
+Requires:       perl(CPAN::Meta::Requirements) >= 2.121000
 Requires:       perl(CPAN::Meta::Validator) >= 2.101550
 Requires:       perl(CPAN::Uploader) >= 0.103004
 Requires:       perl(Class::Load) >= 0.17
 Requires:       perl(Config::INI::Reader)
 Requires:       perl(Config::MVP::Assembler)
-Requires:       perl(Config::MVP::Assembler::WithBundles)
+Requires:       perl(Config::MVP::Assembler::WithBundles) >= 2.200010
 Requires:       perl(Config::MVP::Reader) >= 2.101540
 Requires:       perl(Config::MVP::Reader::Findable::ByExtension)
 Requires:       perl(Config::MVP::Reader::Finder)
 Requires:       perl(Config::MVP::Reader::INI) >= 2
-Requires:       perl(Config::MVP::Section) >= 2.200002
+Requires:       perl(Config::MVP::Section) >= 2.200009
 Requires:       perl(Data::Section) >= 0.200002
 Requires:       perl(DateTime) >= 0.44
-Requires:       perl(ExtUtils::Manifest) >= 1.54
+Requires:       perl(ExtUtils::Manifest) >= 1.66
 Requires:       perl(File::Copy::Recursive)
 Requires:       perl(File::Find::Rule)
 Requires:       perl(File::HomeDir)
 Requires:       perl(File::ShareDir)
 Requires:       perl(File::ShareDir::Install) >= 0.03
 Requires:       perl(File::pushd)
-Requires:       perl(Hash::Merge::Simple)
-Requires:       perl(JSON) >= 2
-Requires:       perl(List::AllUtils)
+Requires:       perl(JSON::MaybeXS)
 Requires:       perl(List::MoreUtils)
+Requires:       perl(List::Util) >= 1.33
 Requires:       perl(Log::Dispatchouli) >= 1.102220
 Requires:       perl(Mixin::Linewise::Readers) >= 0.100
+Requires:       perl(Module::CoreList)
 Requires:       perl(Moose) >= 0.92
-Requires:       perl(Moose::Autobox) >= 0.10
 Requires:       perl(Moose::Role)
 Requires:       perl(Moose::Util::TypeConstraints)
 Requires:       perl(MooseX::LazyRequire)
@@ -152,11 +152,10 @@
 Requires:       perl(MooseX::Types::Moose)
 Requires:       perl(MooseX::Types::Path::Class)
 Requires:       perl(MooseX::Types::Perl)
-Requires:       perl(PPI)
 Requires:       perl(PPI::Document)
 Requires:       perl(Params::Util)
 Requires:       perl(Path::Class) >= 0.22
-Requires:       perl(Path::Tiny)
+Requires:       perl(Path::Tiny) >= 0.052
 Requires:       perl(Perl::PrereqScanner) >= 1.016
 Requires:       perl(Perl::Version)
 Requires:       perl(Pod::Eventual) >= 0.091480
@@ -175,7 +174,6 @@
 Requires:       perl(Text::Template)
 Requires:       perl(Try::Tiny)
 Requires:       perl(YAML::Tiny)
-Requires:       perl(autobox) >= 2.53
 Requires:       perl(autodie)
 Requires:       perl(namespace::autoclean)
 Requires:       perl(parent)
@@ -183,8 +181,9 @@
 Recommends:     perl(Archive::Tar::Wrapper) >= 0.15
 Recommends:     perl(Term::ReadLine::Gnu)
 %{perl_requires}
-# MANUAL
+# MANUAL BEGIN
 BuildRequires:  timezone
+# MANUAL END
 
 %description
 Dist::Zilla builds distributions of code to be uploaded to the CPAN. In
@@ -217,6 +216,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes corpus cpanfile LICENSE misc README todo
+%doc Changes corpus LICENSE misc README todo
 
 %changelog

++++++ Dist-Zilla-5.013.tar.gz -> Dist-Zilla-5.036.tar.gz ++++++
++++ 20859 lines of diff (skipped)

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
preamble: |-
 BuildRequires:  timezone
#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

Reply via email to