17 Commits

Author SHA256 Message Date
85b429aa53 Accepting request 1164492 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1164492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdsoap?expand=0&rev=6
2024-04-04 20:24:43 +00:00
Luca Beltrame
04daf14e7f Accepting request 1164343 from home:dirkmueller:Factory
- update to 2.2.0:
  * buildsystem - Add co-installability of Qt5 and Qt6 headers
    back.
    Installs Qt6 headers into their own subdirectory so client
    code still works, but can be co-installed with Qt5 again.
  * Add KDSoapClientInterface::setMessageAddressingProperties()
    so that WS-Addressing support can be used with WSDL-generated
    services (issue #254)
  * Don't require a SOAP action in order to write addressing
    properties (also issue #254)
  * WSDL parser / code generator changes, applying to both client
    and server side
  * Improve -import-path

- Fix build to handle changes in (open)SUSE specific cmake macros,

OBS-URL: https://build.opensuse.org/request/show/1164343
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/kdsoap?expand=0&rev=15
2024-04-04 06:32:24 +00:00
ce6ba7dc33 Accepting request 1144989 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1144989
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdsoap?expand=0&rev=5
2024-02-08 18:01:49 +00:00
Luca Beltrame
521e036f83 Accepting request 1144981 from home:krop:branches:devel:libraries:c_c++
- Fix package docs

OBS-URL: https://build.opensuse.org/request/show/1144981
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/kdsoap?expand=0&rev=13
2024-02-07 18:00:20 +00:00
Luca Beltrame
bb38374008 Accepting request 1141552 from home:anag+factory:Staging
- Fix build to handle changes in (open)SUSE specific cmake macros, 
  no user visible changes

OBS-URL: https://build.opensuse.org/request/show/1141552
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/kdsoap?expand=0&rev=12
2024-01-26 07:53:13 +00:00
9e1b73c1e6 Accepting request 1046662 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1046662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdsoap?expand=0&rev=4
2023-01-05 13:59:48 +00:00
Luca Beltrame
93c1f8eb0e Accepting request 1046319 from home:Vogtinator:branches:devel:libraries:c_c++
- Update to 2.1.1:
  * buildsystem - undo co-installability of Qt5 and Qt6 headers.
- Update to 2.1.0:
  * Re-license project to MIT and remove the commercial offering
  * buildsystem - Increase minimum CMake version to 3.12.0
  * buildsystem - Build in Release mode by default (in non-developer situations)
  * Client-side:
    + Generate "explicit" in front of service and job constructors
  * Server-side:
    + Disable HTTP/2 support (which Qt 6 enables by default), it causes trouble with some SOAP servers.
    + Improve parsing of GET argument to avoid misinterpreting queries (possible security issue #247).

OBS-URL: https://build.opensuse.org/request/show/1046319
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/kdsoap?expand=0&rev=10
2023-01-04 03:20:52 +00:00
03a49c0eea Accepting request 979140 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/979140
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdsoap?expand=0&rev=3
2022-05-26 16:43:51 +00:00
Luca Beltrame
30f65a387d Accepting request 979139 from home:cgiboudeaux:branches:devel:libraries:c_c++
- Add a Qt6 flavor for kdsoap.

OBS-URL: https://build.opensuse.org/request/show/979139
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/kdsoap?expand=0&rev=8
2022-05-25 07:45:01 +00:00
dcc3b89a91 Accepting request 905068 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/905068
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdsoap?expand=0&rev=2
2021-07-11 23:24:45 +00:00
Luca Beltrame
ba8e650c31 Accepting request 904052 from home:cgiboudeaux:branches:devel:libraries:c_c++
Update to 2.0.0

OBS-URL: https://build.opensuse.org/request/show/904052
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/kdsoap?expand=0&rev=7
2021-07-08 13:06:51 +00:00
0194f5849a Accepting request 788069 from devel:libraries:c_c++
New package: kdsoap, a C++ Qt library to build client and server SOAP based
components

Compared to the previous requests, this one removes unused and not installed
unit test files with non free licenses from the tarball (see
https://github.com/KDAB/KDSoap/issues/207). As a side effect, GPG verification
of the tarball is temporarily disabled  until upstream fixes the problem.

README.txt has been added to %license to show that the EULA present in the
source is only applicable to the commercial version and not the FOSS
release of this library.

OBS-URL: https://build.opensuse.org/request/show/788069
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdsoap?expand=0&rev=1
2020-03-25 22:44:11 +00:00
Luca Beltrame
ccf91c8b32 Put README.txt as license to show that the EULA only applies for
the commercial version

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/kdsoap?expand=0&rev=5
2020-03-25 07:51:24 +00:00
Luca Beltrame
3e764e86a4 - Use a service to generate a tarball with no non-free unit
test data (neither used nor installed; gh#KDSoap#207)

This means that the gpg key and the keyring can't be used at this time

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/kdsoap?expand=0&rev=4
2020-03-04 22:33:07 +00:00
Luca Beltrame
37fcd37769 - Add a note to mention that "no modification" files are not used
nor installed (gh#KDSoap#207)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/kdsoap?expand=0&rev=3
2020-02-27 19:57:26 +00:00
Luca Beltrame
7a782aad0b - Remove unused unittest files with "no modification" license
(gh#KDSoap#207)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/kdsoap?expand=0&rev=2
2020-02-27 13:40:35 +00:00
2220564f09 Accepting request 779290 from home:luca_b
New package: kdsoap, a C++ Qt library to build client and server SOAP based
components

OBS-URL: https://build.opensuse.org/request/show/779290
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/kdsoap?expand=0&rev=1
2020-02-26 09:46:02 +00:00