Accepting request 667183 from home:pmonrealgonzalez:branches:devel:languages:perl

- update to 3.24
 * version 3.24: Tue  6 Mar 08:12:19 CET 2018
        Fixes:
        - Experimental keys on scalar
          rt.cpan.org#124688 [Slaven Rezic]
 
        Improvements:
        - add missing example wsdl
 
 * version 3.23: Sun Mar  4 23:45:09 CET 2018
 
        Fixes:
        - add 'Host' to the header.
 
        Improvements:
        - rpc style header with type part [Lars Thegler]
        - typo in doc rt.cpan.org#124462 [Andy Scheller]
        - ::Server::compileFilter() could not handle RPCs with empty bodies,
          but was broken much more serious anyway [Abeltje]
        - convert to GIT, publish via GitHub
 
 * version 3.22: Fri 30 Jun 10:03:10 CEST 2017
 
        Fixes:
        - ::XOP::Include read from file always died
          rt.cpan.org#119955 [Pavel Trushkin]
        - ::XOP::Include read should enforce raw mode
          rt.cpan.org#119955 [Pavel Trushkin]
 
 * version 3.21: Wed 11 Jan 10:02:19 CET 2017

OBS-URL: https://build.opensuse.org/request/show/667183
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-Compile-SOAP?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2019-01-27 10:58:11 +00:00
committed by Git OBS Bridge
parent 22601b3d82
commit 702e02adb7
4 changed files with 156 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47f0c42bbb888228b57195fdda6ed1aff2a015e0f4de9030d9998139f386d983
size 100501

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a1b90e3cee51c06bb1f8eabae697c6c2006f362a75534ef3915150610abc6c5e
size 103114

View File

@@ -1,3 +1,149 @@
-------------------------------------------------------------------
Sat Jan 19 18:50:24 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- update to 3.24
* version 3.24: Tue 6 Mar 08:12:19 CET 2018
Fixes:
- Experimental keys on scalar
rt.cpan.org#124688 [Slaven Rezic]
Improvements:
- add missing example wsdl
* version 3.23: Sun Mar 4 23:45:09 CET 2018
Fixes:
- add 'Host' to the header.
Improvements:
- rpc style header with type part [Lars Thegler]
- typo in doc rt.cpan.org#124462 [Andy Scheller]
- ::Server::compileFilter() could not handle RPCs with empty bodies,
but was broken much more serious anyway [Abeltje]
- convert to GIT, publish via GitHub
* version 3.22: Fri 30 Jun 10:03:10 CEST 2017
Fixes:
- ::XOP::Include read from file always died
rt.cpan.org#119955 [Pavel Trushkin]
- ::XOP::Include read should enforce raw mode
rt.cpan.org#119955 [Pavel Trushkin]
* version 3.21: Wed 11 Jan 10:02:19 CET 2017
Fixes:
- XOP hooks were instated, even though XML::Compile::XOP was not.
Schema/WSDL compilation will be a little faster now.
https://github.com/mjgardner/xml-compilex-schema-loader/issues/1
[Slaven Rezić]
- constant name: XS_DAEMON_NS -> XC_DAEMON_NS
rt.cpan.org#119800 [Pavel Trushkin]
Improvements:
- spell fix Debian rt.cpan.org#118577 [Gregor Herrmann, Debian]
* version 3.20: Wed 19 Oct 15:43:19 CEST 2016
Fixes:
- XOP writing, where object type not equal but extending base64Binary
[Kit Peters]
* version 3.19: Mon Sep 19 23:02:10 CEST 2016
Fixes:
- typo rt.cpan.org#113270 [Debian]
- include examples in the manual page.
Improvements:
- XOP charset [Kit Peters]
* version 3.18: Tue 22 Mar 09:04:22 CET 2016
Fixes:
- 3.17 had an unclean release [Nick Morrott]
* version 3.17: Mon 21 Mar 15:00:39 CET 2016
Changes:
- moved BEA and Sharepoint schemas to a new XML::Compile::Licensed
distribution, to avoid license related complications on Debian.
Discovered by [Nick Morrott]
- remove examples/temperature/convert.xsd from the distribution:
license not clear.
* version 3.16: Tue 15 Mar 08:31:43 CET 2016
Fixes:
- document style can have fault parts with "type" [Heiko Jansen]
- apache's Coyote requires encodingStyle in rpc messange [Heiko Jansen]
- typos rt.cpan.org#112910 [Nick Morrott]
Improvements:
- refer to the new ::SOAPHTTP_MojoUA module.
* version 3.15: Wed 6 Jan 17:13:07 CET 2016
Fixes:
- regression test charset
rt.cpan.org#110950 [Mark Gardner]
- * version in README
rt.cpan.org#110951 [Mark Gardner]
* version 3.14: Wed 6 Jan 14:56:04 CET 2016
Fixes:
- remove enforcement of ::Daemon upgrade, added in the
previous release: cyclic redundancy.
rt.cpan.org#110233 [Alan Mizrahi]
- Apache XCF does not understand quotes around charset in XOP
rt.cpan.org #107586 [Derek Hausauer]
Improvements:
- compile{Client|Calls|All} option transporter can now also
be a XML::SOAP::Transport-object (so, you do not need to
call compileClient() on it explicitly.
* version 3.13: Fri 6 Nov 09:39:09 CET 2015
Fixes:
- mime-type of XOP part got broken.
rt.cpan.org #107586 [Derek Hausauer]
Improvements:
- detect need for upgrade of XML::Compile::SOAP::Daemon
- fix some encoding related regression tests
* version 3.12: Tue 22 Sep 12:09:36 CEST 2015
Fixes:
- oops, remove debug statements
* version 3.11: Tue 22 Sep 12:03:34 CEST 2015
Fixes:
- rpc: performance issue reading xsi:type's
* version 3.10: Tue 11 Aug 11:37:49 CEST 2015
Changes:
- when the response is a Fault, we do not return Bad Request,
but OK. WCF (Microsoft .NET) apparently interprets headers
of SOAP1.1 messages as SOAP1.2 (only with some settings?)
Fixes:
- XOP: escape double-quote in start-info [Grégory Bougourd]
* version 3.09: Tue Jul 21 14:11:55 CEST 2015
Fixes:
- SOAP11::Encoding should use compileType()
rt.cpan.org#105170 [Nick Wellnhofer]
Improvements:
- FAQ on use of SSL.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat May 9 07:55:05 UTC 2015 - coolo@suse.com Sat May 9 07:55:05 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-XML-Compile-SOAP # spec file for package perl-XML-Compile-SOAP
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: perl-XML-Compile-SOAP Name: perl-XML-Compile-SOAP
Version: 3.08 Version: 3.24
Release: 0 Release: 0
%define cpan_name XML-Compile-SOAP %define cpan_name XML-Compile-SOAP
Summary: Base-Class for Soap Implementations Summary: Base-Class for Soap Implementations
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/XML-Compile-SOAP/ Url: https://metacpan.org/release/XML-Compile-SOAP
Source0: http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -32,16 +32,14 @@ BuildRequires: perl-macros
BuildRequires: perl(File::Slurp::Tiny) BuildRequires: perl(File::Slurp::Tiny)
BuildRequires: perl(LWP) >= 6.08 BuildRequires: perl(LWP) >= 6.08
BuildRequires: perl(Log::Report) >= 1.05 BuildRequires: perl(Log::Report) >= 1.05
BuildRequires: perl(XML::Compile) >= 1.48 BuildRequires: perl(XML::Compile) >= 1.58
BuildRequires: perl(XML::Compile::Cache) >= 1.03 BuildRequires: perl(XML::Compile::Cache) >= 1.03
BuildRequires: perl(XML::Compile::SOAP::Daemon) >= 3.00
BuildRequires: perl(XML::Compile::Tester) >= 0.90 BuildRequires: perl(XML::Compile::Tester) >= 0.90
Requires: perl(File::Slurp::Tiny) Requires: perl(File::Slurp::Tiny)
Requires: perl(LWP) >= 6.08 Requires: perl(LWP) >= 6.08
Requires: perl(Log::Report) >= 1.05 Requires: perl(Log::Report) >= 1.05
Requires: perl(XML::Compile) >= 1.48 Requires: perl(XML::Compile) >= 1.58
Requires: perl(XML::Compile::Cache) >= 1.03 Requires: perl(XML::Compile::Cache) >= 1.03
Requires: perl(XML::Compile::SOAP::Daemon) >= 3.00
Requires: perl(XML::Compile::Tester) >= 0.90 Requires: perl(XML::Compile::Tester) >= 0.90
%{perl_requires} %{perl_requires}