Hello community,

here is the log from the commit of package perl-Plack for openSUSE:Factory 
checked in at 2013-07-09 20:57:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Plack (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Plack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Plack"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Plack/perl-Plack.changes    2013-06-21 
13:37:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Plack.new/perl-Plack.changes       
2013-07-09 20:57:41.000000000 +0200
@@ -1,0 +2,50 @@
+Tue Jul  9 05:40:34 UTC 2013 - [email protected]
+
+- updated to 1.0028
+
+-------------------------------------------------------------------
+Tue Jul  9 05:38:38 UTC 2013 - [email protected]
+
+- update to 1.0028
+    [IMPROVEMENTS]
+        - Skip cgi related tests for Win32 (chorny) #413
+        - Skip tests that could potentially write empty bytes, which could 
cause
+          issues on some servers on local sockets with HTTP::Tiny
+        - Skip tests that require HTTP::Cookies, if not available #414
+        - Not a dev release, including XS free version of Plack::Test*
+        - Fix cgibin tests that often fail on Win32 #375
+
+    [INCOMPATIBLE CHANGES]
+        - use HTTP::Tiny in Plack::Test::Suite and Plack::Test::Server rather 
than skipping it.
+        - No XS! Eliminates dependency to LWP::UserAgent by making it 
completely optional for
+          testing. If you run Plack::Test with Server implemenetation or run 
Plack::Test::Suite
+          (for PSGI handlers) without LWP installed, the tests will 
automatically be skipped.
+          This removes the eventual sub-dependency to HTML::Parser, which is 
the only XS dependency
+          in Plack. #408
+
+    [IMPROVEMENTS]
+        - Fixed the warning in OO usage of Plack::Builder (doy) #407
+        - Shotgun loader now dies if used in Win32 since it leaks memory #320, 
#400
+        - Suppress warnings for Test::TCP (kazeburo) #406
+        - $res->to_app shortcut (ether) #409
+        - Fix warnings for Plack::App::WrapCGI (frioux)
+        - Ignore emacs lock file from restarter (maio)
+        - Add documentation for environment variable in Auth::Basic
+        - Some Metadata cleanup and Travis CI
+        - Use Apache::LogFormat::Compiler in AccessLog (kazeburo)
+
+    [BUG FIXES]
+        - Fixed a major bug in 1.0020-1.0021 where posix_default prevents 
arbitrary arguments
+          for plackup-compat (e.g. starman) to handle them (Thanks to 
justnoxx) Starman#66
+
+    [IMPROVEMENTS]
+        - Fixed test warnings (Keedi Kim)
+        - Repackage with Milla v0.9.6 #392
+
+-------------------------------------------------------------------
+Fri Jul  5 22:14:59 UTC 2013 - [email protected]
+
+- Remove the test that has : in HTTP headers which now chokes on 
+  new HTTP::Headers 
+
+-------------------------------------------------------------------

Old:
----
  Plack-0.9988.tar.gz

New:
----
  Plack-1.0028.tar.gz

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

Other differences:
------------------
++++++ perl-Plack.spec ++++++
--- /var/tmp/diff_new_pack.IL1jpC/_old  2013-07-09 20:57:42.000000000 +0200
+++ /var/tmp/diff_new_pack.IL1jpC/_new  2013-07-09 20:57:42.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Plack
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,43 +17,48 @@
 
 
 Name:           perl-Plack
-Version:        0.9988
+Version:        1.0028
 Release:        0
 %define cpan_name Plack
 Summary:        Perl Superglue for Web frameworks and Web Servers (PSGI 
toolkit)
 License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Plack/
-Source:         
http://www.cpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
+Source:         
http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Apache::LogFormat::Compiler) >= 0.12
 BuildRequires:  perl(Devel::StackTrace) >= 1.23
 BuildRequires:  perl(Devel::StackTrace::AsHTML) >= 0.11
 BuildRequires:  perl(File::ShareDir) >= 1.00
+BuildRequires:  perl(File::ShareDir::Install) >= 0.03
 BuildRequires:  perl(Filesys::Notify::Simple)
 BuildRequires:  perl(HTTP::Body) >= 1.06
 BuildRequires:  perl(HTTP::Message) >= 5.814
+BuildRequires:  perl(HTTP::Tiny) >= 0.024
 BuildRequires:  perl(Hash::MultiValue) >= 0.05
-BuildRequires:  perl(LWP::UserAgent) >= 5.814
 BuildRequires:  perl(Pod::Usage) >= 1.36
+BuildRequires:  perl(Stream::Buffered) >= 0.02
 BuildRequires:  perl(Test::More) >= 0.88
 BuildRequires:  perl(Test::Requires)
-BuildRequires:  perl(Test::TCP) >= 0.11
+BuildRequires:  perl(Test::TCP) >= 1.02
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(URI) >= 1.59
 BuildRequires:  perl(parent)
+Requires:       perl(Apache::LogFormat::Compiler) >= 0.12
 Requires:       perl(Devel::StackTrace) >= 1.23
 Requires:       perl(Devel::StackTrace::AsHTML) >= 0.11
 Requires:       perl(File::ShareDir) >= 1.00
 Requires:       perl(Filesys::Notify::Simple)
 Requires:       perl(HTTP::Body) >= 1.06
 Requires:       perl(HTTP::Message) >= 5.814
+Requires:       perl(HTTP::Tiny) >= 0.024
 Requires:       perl(Hash::MultiValue) >= 0.05
-Requires:       perl(LWP::UserAgent) >= 5.814
 Requires:       perl(Pod::Usage) >= 1.36
-Requires:       perl(Test::TCP) >= 0.11
+Requires:       perl(Stream::Buffered) >= 0.02
+Requires:       perl(Test::TCP) >= 1.02
 Requires:       perl(Try::Tiny)
 Requires:       perl(URI) >= 1.59
 Requires:       perl(parent)
@@ -85,6 +90,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes cpanfile LICENSE README
 
 %changelog

++++++ Plack-0.9988.tar.gz -> Plack-1.0028.tar.gz ++++++
++++ 9461 lines of diff (skipped)

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

Reply via email to