Hello community,

here is the log from the commit of package perl-Dist-Zilla for openSUSE:Factory 
checked in at 2014-02-28 07:25:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  
2013-12-06 14:42:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Dist-Zilla.new/perl-Dist-Zilla.changes     
2014-02-28 07:25:39.000000000 +0100
@@ -1,0 +2,54 @@
+Thu Feb 27 07:08:50 UTC 2014 - [email protected]
+
+- buildrequire timezone to fix test suite
+
+-------------------------------------------------------------------
+Mon Feb 24 08:50:45 UTC 2014 - [email protected]
+
+- updated to 5.013
+         - META.json is now a UTF-8 file, rather than ASCII
+         - document the use of filefinders in [PkgVersion], and remove
+           filtering out of .t, .pod files; do skip non-text files, though
+         - always load modules in "extra tests" like pod-coverage.t
+         - PruneCruft also prunes ./fatlib
+         - avoid being tricked by statements in __END__ section when looking 
for
+           variable assignments
+         - if "dzil install" fails due to exception, it is now propagated
+         - provide a better error when terminal encoding can't be determined
+ 
+ 5.012     2014-01-15 09:58:00-05:00 America/New_York
+         - when handling a multi-line abstract, fold the lines on whitespace;
+           previously, the newlines had been left in, which caused downstream
+           warnings
+ 
+ 5.011     2014-01-12 16:09:29-05:00 America/New_York
+         - ->VERSION is again defined in the tester forms of Builder and Minter
+         - remove a small obsolete code path from PkgVersion
+ 
+ 5.010     2014-01-11 22:06:04-05:00 America/New_York
+         - stop sharing a reference to cached PPI docs, which led to spooky
+           action at a distance
+         - PkgVersion no longer surrounds the new $VERSION assignment with a
+           bare block
+         - if there's a blank line after the package statement (and any number
+           of comment-only lines), PkgVersion will use that for a $VERSION
+           assignment, rather than insert a new line; this can be made 
mandatory
+           with die_on_line_insertion
+ 
+ 5.009     2014-01-07 20:21:17-05:00 America/New_York
+         - include time offset by default in NextRelease
+         - always pass PPI octets, not text
+ 
+ 5.008     2013-12-27 21:57:02 America/New_York
+         - fix utterly broken `dzil run`
+ 
+ 5.007     2013-12-27 20:50:45-05:00 America/New_York
+         - add the ability to say "dzil run --no-build" to run a command 
without
+           building inside the dist dir
+           (in other words, no `perl Makefile.PL && make`)
+         - Archive::Tar::Wrapper added as a recommended prereq
+         - fix :ShareFiles (thanks, Christopher J. Madsen and Karen Etheridge)
+         - new :AllFiles and :NoFiles filefinders (thanks, Karen Etheridge)
+         - most files generated by dzil plugins now self-identify with comments
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-Dist-Zilla.spec ++++++
--- /var/tmp/diff_new_pack.Pxv9ph/_old  2014-02-28 07:25:39.000000000 +0100
+++ /var/tmp/diff_new_pack.Pxv9ph/_new  2014-02-28 07:25:39.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Dist-Zilla
 #
-# Copyright (c) 2013 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,7 +17,7 @@
 
 
 Name:           perl-Dist-Zilla
-Version:        5.006
+Version:        5.013
 Release:        0
 %define cpan_name Dist-Zilla
 Summary:        distribution builder; installer not included!
@@ -75,6 +75,7 @@
 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)
@@ -106,95 +107,6 @@
 BuildRequires:  perl(namespace::autoclean)
 BuildRequires:  perl(parent)
 BuildRequires:  perl(version)
-#BuildRequires: perl(Dist::Zilla)
-#BuildRequires: perl(Dist::Zilla::App)
-#BuildRequires: perl(Dist::Zilla::App::Tester)
-#BuildRequires: perl(Dist::Zilla::Chrome::Term)
-#BuildRequires: perl(Dist::Zilla::Chrome::Test)
-#BuildRequires: perl(Dist::Zilla::Dist::Builder)
-#BuildRequires: perl(Dist::Zilla::Dist::Minter)
-#BuildRequires: perl(Dist::Zilla::File::FromCode)
-#BuildRequires: perl(Dist::Zilla::File::InMemory)
-#BuildRequires: perl(Dist::Zilla::File::OnDisk)
-#BuildRequires: perl(Dist::Zilla::MVP::Assembler)
-#BuildRequires: perl(Dist::Zilla::MVP::Assembler::GlobalConfig)
-#BuildRequires: perl(Dist::Zilla::MVP::Assembler::Zilla)
-#BuildRequires: perl(Dist::Zilla::MVP::Reader::Finder)
-#BuildRequires: perl(Dist::Zilla::MVP::RootSection)
-#BuildRequires: perl(Dist::Zilla::MVP::Section)
-#BuildRequires: perl(Dist::Zilla::Plugin::AutoPrereqs)
-#BuildRequires: perl(Dist::Zilla::PluginBundle::Classic)
-#BuildRequires: perl(Dist::Zilla::PluginBundle::Filter)
-#BuildRequires: perl(Dist::Zilla::Plugin::FakeRelease)
-#BuildRequires: perl(Dist::Zilla::Plugin::FinderCode)
-#BuildRequires: perl(Dist::Zilla::Plugin::GatherDir)
-#BuildRequires: perl(Dist::Zilla::Plugin::InlineFiles)
-#BuildRequires: perl(Dist::Zilla::Plugin::MakeMaker::Runner)
-#BuildRequires: perl(Dist::Zilla::Plugin::Prereqs)
-#BuildRequires: perl(Dist::Zilla::Plugin::TemplateModule)
-#BuildRequires: perl(Dist::Zilla::Prereqs)
-#BuildRequires: perl(Dist::Zilla::Role::AfterRelease)
-#BuildRequires: perl(Dist::Zilla::Role::BeforeBuild)
-#BuildRequires: perl(Dist::Zilla::Role::BeforeRelease)
-#BuildRequires: perl(Dist::Zilla::Role::BuildPL)
-#BuildRequires: perl(Dist::Zilla::Role::BuildRunner)
-#BuildRequires: perl(Dist::Zilla::Role::Chrome)
-#BuildRequires: perl(Dist::Zilla::Role::ConfigDumper)
-#BuildRequires: perl(Dist::Zilla::Role::EncodingProvider)
-#BuildRequires: perl(Dist::Zilla::Role::ExecFiles)
-#BuildRequires: perl(Dist::Zilla::Role::File)
-#BuildRequires: perl(Dist::Zilla::Role::FileFinder)
-#BuildRequires: perl(Dist::Zilla::Role::FileFinderUser)
-#BuildRequires: perl(Dist::Zilla::Role::FileGatherer)
-#BuildRequires: perl(Dist::Zilla::Role::FileInjector)
-#BuildRequires: perl(Dist::Zilla::Role::FileMunger)
-#BuildRequires: perl(Dist::Zilla::Role::FilePruner)
-#BuildRequires: perl(Dist::Zilla::Role::InstallTool)
-#BuildRequires: perl(Dist::Zilla::Role::LicenseProvider)
-#BuildRequires: perl(Dist::Zilla::Role::MetaProvider)
-#BuildRequires: perl(Dist::Zilla::Role::MintingProfile)
-#BuildRequires: perl(Dist::Zilla::Role::MintingProfile::ShareDir)
-#BuildRequires: perl(Dist::Zilla::Role::ModuleMaker)
-#BuildRequires: perl(Dist::Zilla::Role::MutableFile)
-#BuildRequires: perl(Dist::Zilla::Role::NameProvider)
-#BuildRequires: perl(Dist::Zilla::Role::Plugin)
-#BuildRequires: perl(Dist::Zilla::Role::PluginBundle)
-#BuildRequires: perl(Dist::Zilla::Role::PluginBundle::Easy)
-#BuildRequires: perl(Dist::Zilla::Role::PPI)
-#BuildRequires: perl(Dist::Zilla::Role::PrereqSource)
-#BuildRequires: perl(Dist::Zilla::Role::Releaser)
-#BuildRequires: perl(Dist::Zilla::Role::ShareDir)
-#BuildRequires: perl(Dist::Zilla::Role::Stash)
-#BuildRequires: perl(Dist::Zilla::Role::Stash::Authors)
-#BuildRequires: perl(Dist::Zilla::Role::Stash::Login)
-#BuildRequires: perl(Dist::Zilla::Role::StubBuild)
-#BuildRequires: perl(Dist::Zilla::Role::TestRunner)
-#BuildRequires: perl(Dist::Zilla::Role::TextTemplate)
-#BuildRequires: perl(Dist::Zilla::Role::VersionProvider)
-#BuildRequires: perl(Dist::Zilla::Tester)
-#BuildRequires: perl(Dist::Zilla::Tester::_Role)
-#BuildRequires: perl(Dist::Zilla::Types)
-#BuildRequires: perl(Dist::Zilla::Util)
-#BuildRequires: perl(Dist::Zilla::Util::AuthorDeps)
-#BuildRequires: perl(DZPA::Base::base1)
-#BuildRequires: perl(DZPA::Base::base2)
-#BuildRequires: perl(DZPA::Base::base3)
-#BuildRequires: perl(DZPA::Base::Moose1)
-#BuildRequires: perl(DZPA::Base::Moose2)
-#BuildRequires: perl(DZPA::Base::parent1)
-#BuildRequires: perl(DZPA::Base::parent2)
-#BuildRequires: perl(DZPA::Base::parent3)
-#BuildRequires: perl(DZPA::IgnoreAPI)
-#BuildRequires: perl(DZPA::IndentedRequire) >= 3.45
-#BuildRequires: perl(DZPA::IndentedUse) >= 0.13
-#BuildRequires: perl(DZPA::MinVerComment) >= 0.50
-#BuildRequires: perl(DZPA::ModRequire)
-#BuildRequires: perl(DZPA::NotInDist)
-#BuildRequires: perl(DZPA::Role)
-#BuildRequires: perl(DZPA::Skip::Blah)
-#BuildRequires: perl(DZT::Sample)
-#BuildRequires: perl(Some::Package::That::Does::Not::Exist::Due::To::A::Typo)
-#BuildRequires: perl(Test::DZil)
 Requires:       perl(App::Cmd::Command::version)
 Requires:       perl(App::Cmd::Setup) >= 0.309
 Requires:       perl(App::Cmd::Tester) >= 0.306
@@ -241,6 +153,7 @@
 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)
@@ -267,8 +180,11 @@
 Requires:       perl(namespace::autoclean)
 Requires:       perl(parent)
 Requires:       perl(version)
+Recommends:     perl(Archive::Tar::Wrapper) >= 0.15
 Recommends:     perl(Term::ReadLine::Gnu)
 %{perl_requires}
+# MANUAL
+BuildRequires:  timezone
 
 %description
 Dist::Zilla builds distributions of code to be uploaded to the CPAN. In

++++++ Dist-Zilla-5.006.tar.gz -> Dist-Zilla-5.013.tar.gz ++++++
++++ 12439 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to