Hello community,

here is the log from the commit of package perl-SOAP-Lite for openSUSE:Factory 
checked in at 2015-04-18 10:41:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
2014-01-01 20:42:32.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-SOAP-Lite.new/perl-SOAP-Lite.changes       
2015-04-18 10:41:12.000000000 +0200
@@ -1,0 +2,30 @@
+Fri Apr 17 16:43:29 UTC 2015 - [email protected]
+
+- updated to 1.14
+   see /usr/share/doc/packages/perl-SOAP-Lite/Changes
+
+  1.14 March 24, 2015
+      + Add header and body tags [@bubi6608]
+      ! Fixed typo in trace logging example [@oschwald]
+      + Converted the dist from using ExtUtils::MakeMaker to using Dist::Zilla 
[@mvuets]
+      ! Cleaned up prereqs [@mvuets]
+      ! Cleaned up author and release tests [@mvuets]
+  
+  1.13 December 30, 2014
+      ! Fixed undefined value error when using bugzilla's xmlrpc.cgi 
(bugzilla's API) [dbeusee]
+  
+  1.12 November 26, 2014
+      ! #100557 Redefined sub in SOAP::Lite::Deserializer::XMLSchema2001
+  
+  1.11 February 21, 2014
+      ! #93080 bug when SOAP::Lite is trying to parse WSDL definition by https 
with custom settings
+  
+  1.10 January 23, 2014 
+      ! Fixed uninitialized warning when Context-Length is not set 
[github/dbeusee]
+      ! avoid string eval in as_base64 [github/otrosien]
+      ! #88915 warnings issued with using importing with +trace
+  
+  1.09 January 14, 2013
+      ! #92025 tighten multipart content-type matching [[email protected]]
+
+-------------------------------------------------------------------

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

New:
----
  SOAP-Lite-1.14.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-SOAP-Lite.spec ++++++
--- /var/tmp/diff_new_pack.2EICpa/_old  2015-04-18 10:41:13.000000000 +0200
+++ /var/tmp/diff_new_pack.2EICpa/_new  2015-04-18 10:41:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-SOAP-Lite
 #
-# Copyright (c) 2013 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,36 +17,45 @@
 
 
 Name:           perl-SOAP-Lite
-Version:        1.08
+Version:        1.14
 Release:        0
+#Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name SOAP-Lite
 Summary:        Perl's Web Services Toolkit
 License:        (Artistic-1.0 or GPL-1.0+) and CC-BY-ND-2.0
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/SOAP-Lite/
-Source:         
http://www.cpan.org/authors/id/P/PH/PHRED/%{cpan_name}-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/P/PH/PHRED/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Class::Inspector)
 BuildRequires:  perl(Compress::Zlib)
-BuildRequires:  perl(Crypt::SSLeay)
 BuildRequires:  perl(IO::SessionData) >= 1.03
 BuildRequires:  perl(IO::Socket::SSL)
+BuildRequires:  perl(LWP::Protocol::https)
 BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(Task::Weaken)
+BuildRequires:  perl(Test::Warn)
 BuildRequires:  perl(URI)
 BuildRequires:  perl(XML::Parser) >= 2.23
+BuildRequires:  perl(XML::Parser::Lite)
 Requires:       perl(Class::Inspector)
 Requires:       perl(Compress::Zlib)
-Requires:       perl(Crypt::SSLeay)
 Requires:       perl(IO::SessionData) >= 1.03
 Requires:       perl(IO::Socket::SSL)
+Requires:       perl(LWP::Protocol::https)
 Requires:       perl(LWP::UserAgent)
 Requires:       perl(Task::Weaken)
 Requires:       perl(URI)
 Requires:       perl(XML::Parser) >= 2.23
+Recommends:     perl(Apache)
+Recommends:     perl(DIME::Tools) >= 0.03
+Recommends:     perl(FCGI)
+Recommends:     perl(HTTP::Daemon)
+Recommends:     perl(MIME::Tools)
 %{perl_requires}
 
 %description
@@ -57,8 +66,9 @@
 %prep
 %setup -q -n %{cpan_name}-%{version}
 find . -type f -print0 | xargs -0 chmod 644
-# MANUAL
+# MANUAL BEGIN
 sed -e 's,!/bin/env perl,!/usr/bin/perl,' -i bin/*pl
+# MANUAL END
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -74,6 +84,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes examples HACKING README ReleaseNotes.txt
+%doc Changes Debian_CPANTS.txt examples HACKING LICENSE README ReleaseNotes.txt
 
 %changelog

++++++ SOAP-Lite-1.08.tar.gz -> SOAP-Lite-1.14.tar.gz ++++++
++++ 6905 lines of diff (skipped)

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
post_prep: |-
 sed -e 's,!/bin/env perl,!/usr/bin/perl,' -i bin/*pl
#post_install: |-
# sed on %{name}.files
license: (Artistic-1.0 or GPL-1.0+) and CC-BY-ND-2.0
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag

Reply via email to