Hello community,

here is the log from the commit of package perl-SOAP-Lite for openSUSE:Factory 
checked in at 2016-06-19 10:48:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-SOAP-Lite (Old)
 and      /work/SRC/openSUSE:Factory/.perl-SOAP-Lite.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-SOAP-Lite"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-SOAP-Lite/perl-SOAP-Lite.changes    
2015-09-24 06:16:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-SOAP-Lite.new/perl-SOAP-Lite.changes       
2016-06-19 10:48:18.000000000 +0200
@@ -1,0 +2,10 @@
+Sun Jun 12 13:43:59 UTC 2016 - [email protected]
+
+- updated to 1.20
+   see /usr/share/doc/packages/perl-SOAP-Lite/Changes
+
+  1.20 June 9, 2016
+      ! Minor kwalitee updates (@oeuftete)
+      ! #106688 encode utf8 content in test which fails under RHES 6.6
+
+-------------------------------------------------------------------

Old:
----
  SOAP-Lite-1.19.tar.gz

New:
----
  SOAP-Lite-1.20.tar.gz

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

Other differences:
------------------
++++++ perl-SOAP-Lite.spec ++++++
--- /var/tmp/diff_new_pack.ykkmfG/_old  2016-06-19 10:48:19.000000000 +0200
+++ /var/tmp/diff_new_pack.ykkmfG/_new  2016-06-19 10:48:19.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-SOAP-Lite
 #
-# Copyright (c) 2015 SUSE LINUX 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,7 +17,7 @@
 
 
 Name:           perl-SOAP-Lite
-Version:        1.19
+Version:        1.20
 Release:        0
 #Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name SOAP-Lite
@@ -41,7 +41,7 @@
 BuildRequires:  perl(Test::Warn)
 BuildRequires:  perl(URI)
 BuildRequires:  perl(XML::Parser) >= 2.23
-BuildRequires:  perl(XML::Parser::Lite)
+BuildRequires:  perl(XML::Parser::Lite) >= 0.715
 Requires:       perl(Class::Inspector)
 Requires:       perl(Compress::Zlib)
 Requires:       perl(IO::SessionData) >= 1.03
@@ -65,7 +65,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 # MANUAL BEGIN
 sed -e 's,!/bin/env perl,!/usr/bin/perl,' -i bin/*pl
 # MANUAL END

++++++ SOAP-Lite-1.19.tar.gz -> SOAP-Lite-1.20.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.19/Changes new/SOAP-Lite-1.20/Changes
--- old/SOAP-Lite-1.19/Changes  2015-08-26 17:37:23.000000000 +0200
+++ new/SOAP-Lite-1.20/Changes  2016-06-09 23:33:59.000000000 +0200
@@ -15,6 +15,10 @@
 THIS RELEASE
 -----------------------------------------------------------------------
 
+1.20 June 9, 2016
+    ! Minor kwalitee updates (@oeuftete)
+    ! #106688 encode utf8 content in test which fails under RHES 6.6
+
 1.19 August 26, 2015
     ! #106665 Correct the version manually, no autoversioning, and the 
maintainer screwed up
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.19/META.json new/SOAP-Lite-1.20/META.json
--- old/SOAP-Lite-1.19/META.json        2015-08-26 17:37:23.000000000 +0200
+++ new/SOAP-Lite-1.20/META.json        2016-06-09 23:33:59.000000000 +0200
@@ -8,7 +8,7 @@
       "Fred Moyer"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 5.039, CPAN::Meta::Converter version 
2.150005",
+   "generated_by" : "Dist::Zilla version 5.039, CPAN::Meta::Converter version 
2.150001",
    "license" : [
       "perl_5"
    ],
@@ -25,7 +25,6 @@
       },
       "develop" : {
          "requires" : {
-            "Test::Kwalitee" : "1.21",
             "Test::Pod" : "1.41"
          }
       },
@@ -51,7 +50,8 @@
             "Task::Weaken" : "0",
             "URI" : "0",
             "XML::Parser" : "2.23",
-            "constant" : "0"
+            "constant" : "0",
+            "perl" : "v5.6.0"
          },
          "suggests" : {
             "SOAP::Transport::JABBER" : "0.712",
@@ -68,7 +68,7 @@
             "IO::File" : "0",
             "Test::More" : "0",
             "Test::Warn" : "0",
-            "XML::Parser::Lite" : "0"
+            "XML::Parser::Lite" : "0.715"
          }
       }
    },
@@ -84,6 +84,6 @@
          "web" : "https://github.com/redhotpenguin/soaplite";
       }
    },
-   "version" : "1.19"
+   "version" : "1.20"
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.19/META.yml new/SOAP-Lite-1.20/META.yml
--- old/SOAP-Lite-1.19/META.yml 2015-08-26 17:37:23.000000000 +0200
+++ new/SOAP-Lite-1.20/META.yml 2016-06-09 23:33:59.000000000 +0200
@@ -10,11 +10,11 @@
   IO::File: '0'
   Test::More: '0'
   Test::Warn: '0'
-  XML::Parser::Lite: '0'
+  XML::Parser::Lite: '0.715'
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 5.039, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'Dist::Zilla version 5.039, CPAN::Meta::Converter version 
2.150001'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -41,7 +41,8 @@
   URI: '0'
   XML::Parser: '2.23'
   constant: '0'
+  perl: v5.6.0
 resources:
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=SOAP-Lite
   repository: ssh://[email protected]:redhotpenguin/soaplite.git
-version: '1.19'
+version: '1.20'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.19/Makefile.PL 
new/SOAP-Lite-1.20/Makefile.PL
--- old/SOAP-Lite-1.19/Makefile.PL      2015-08-26 17:37:23.000000000 +0200
+++ new/SOAP-Lite-1.20/Makefile.PL      2016-06-09 23:33:59.000000000 +0200
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 
-
+use 5.006000;
 
 use ExtUtils::MakeMaker;
 
@@ -18,6 +18,7 @@
     "bin/stubmaker.pl"
   ],
   "LICENSE" => "perl",
+  "MIN_PERL_VERSION" => "5.006000",
   "NAME" => "SOAP::Lite",
   "PREREQ_PM" => {
     "Class::Inspector" => 0,
@@ -37,9 +38,9 @@
     "IO::File" => 0,
     "Test::More" => 0,
     "Test::Warn" => 0,
-    "XML::Parser::Lite" => 0
+    "XML::Parser::Lite" => "0.715"
   },
-  "VERSION" => "1.19",
+  "VERSION" => "1.20",
   "test" => {
     "TESTS" => "t/*.t t/Issues/*.t t/SOAP/*.t t/SOAP/Lite/*.t 
t/SOAP/Lite/Deserializer/*.t t/SOAP/Schema/*.t t/SOAP/Transport/*.t 
t/SOAP/Transport/HTTP/*.t"
   }
@@ -61,7 +62,7 @@
   "Test::Warn" => 0,
   "URI" => 0,
   "XML::Parser" => "2.23",
-  "XML::Parser::Lite" => 0,
+  "XML::Parser::Lite" => "0.715",
   "constant" => 0
 );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.19/dist.ini new/SOAP-Lite-1.20/dist.ini
--- old/SOAP-Lite-1.19/dist.ini 2015-08-26 17:37:23.000000000 +0200
+++ new/SOAP-Lite-1.20/dist.ini 2016-06-09 23:33:59.000000000 +0200
@@ -1,5 +1,5 @@
 name    = SOAP-Lite
-version = 1.19
+version = 1.20
 author  = Pavel Kulchenko
 author  = Randy J Ray
 author  = Byrne Reese
@@ -43,9 +43,12 @@
 
 [PodSyntaxTests]
 
-[Test::Kwalitee]
+[Test::Kwalitee::Extra]
+arg = !use_warnings
+arg = !prereq_matches_use
 
 [Prereqs]
+perl                 = 5.6.0
 XML::Parser          = 2.23
 MIME::Base64         = 0
 URI                  = 0
@@ -76,7 +79,7 @@
 IO::File = 0
 Test::More = 0
 Test::Warn = 0
-XML::Parser::Lite = 0
+XML::Parser::Lite = 0.715
 
 [Prereqs / TestRecommends]
 IO::Scalar = 2.105
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.19/lib/SOAP/Lite.pm 
new/SOAP-Lite-1.20/lib/SOAP/Lite.pm
--- old/SOAP-Lite-1.19/lib/SOAP/Lite.pm 2015-08-26 17:37:23.000000000 +0200
+++ new/SOAP-Lite-1.20/lib/SOAP/Lite.pm 2016-06-09 23:33:59.000000000 +0200
@@ -17,7 +17,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.19';
+our $VERSION = '1.20';
 
 package SOAP::XMLSchemaApacheSOAP::Deserializer;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.19/t/SOAP/Transport/HTTP/CGI.t 
new/SOAP-Lite-1.20/t/SOAP/Transport/HTTP/CGI.t
--- old/SOAP-Lite-1.19/t/SOAP/Transport/HTTP/CGI.t      2015-08-26 
17:37:23.000000000 +0200
+++ new/SOAP-Lite-1.20/t/SOAP/Transport/HTTP/CGI.t      2016-06-09 
23:33:59.000000000 +0200
@@ -47,6 +47,9 @@
 
 use Test::More;
 use SOAP::Lite; # +trace;
+use utf8;
+use Encode;
+
 my $soap = SOAP::Lite->new()->proxy('http://');
 
 
@@ -61,7 +64,7 @@
 if ($] >= 5.008) {
     ok utf8::is_utf8($result), 'return utf8 string';
     {
-        is $result, 'Überall', 'utf8 content: ' . $result;
+        is $result, Encode::encode_utf8('Überall'), 'utf8 content: ' . $result;
     }
 }
 else {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SOAP-Lite-1.19/t/release-kwalitee.t 
new/SOAP-Lite-1.20/t/release-kwalitee.t
--- old/SOAP-Lite-1.19/t/release-kwalitee.t     2015-08-26 17:37:23.000000000 
+0200
+++ new/SOAP-Lite-1.20/t/release-kwalitee.t     2016-06-09 23:33:59.000000000 
+0200
@@ -1,3 +1,4 @@
+#!perl
 
 BEGIN {
   unless ($ENV{RELEASE_TESTING}) {
@@ -6,12 +7,13 @@
   }
 }
 
-# this test was generated with Dist::Zilla::Plugin::Test::Kwalitee 2.11
+
+# This test is generated by Dist::Zilla::Plugin::Test::Kwalitee::Extra
 use strict;
 use warnings;
-use Test::More 0.88;
-use Test::Kwalitee 1.21 'kwalitee_ok';
+use Test::More;   # needed to provide plan.
 
-kwalitee_ok();
+eval { require Test::Kwalitee::Extra };
+plan skip_all => "Test::Kwalitee::Extra required for testing kwalitee: $@" if 
$@;
 
-done_testing;
+eval "use Test::Kwalitee::Extra qw( !use_warnings !prereq_matches_use )"


Reply via email to