Accepting request 1069080 from network

- update to 0.3.0
 * Added idLevel member into struct isds_envelope.
 * Added function isds_GetMessageAuthor2() which implements the
   GetMessageAuthor2 ISDS operation and corresponding data structures.
 * Modified the interface of function isds_set_opt() because of an ambiguity or
   undefined behaviour in variable argument handling in C.
 * Function isds_check_func_timegm() also checks time conversion using
   struct tm containing negative hour values.
 * Added support for the new PFO_REQ data-box type
   introduced in the version 2.36 of the XSD and WSDL definitions.
 * Disabled fatal warnings by default.

OBS-URL: https://build.opensuse.org/request/show/1069080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatovka?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2023-03-03 21:28:30 +00:00 committed by Git OBS Bridge
commit e29e08e716
6 changed files with 22 additions and 7 deletions

View File

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

View File

@ -1 +0,0 @@
12735207c2ab7c2ce0ce342884dab3ce32b9cded84e529ba7ce072f68ac05fda

3
libdatovka-0.3.0.tar.xz Normal file
View File

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

View File

@ -0,0 +1 @@
c69905a1be69774a6956a8145c1631d453de162caaef1769c692501c2340261b

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Mar 3 06:07:15 UTC 2023 - Jiri Slaby <jslaby@suse.cz>
- update to 0.3.0
* Added idLevel member into struct isds_envelope.
* Added function isds_GetMessageAuthor2() which implements the
GetMessageAuthor2 ISDS operation and corresponding data structures.
* Modified the interface of function isds_set_opt() because of an ambiguity or
undefined behaviour in variable argument handling in C.
* Function isds_check_func_timegm() also checks time conversion using
struct tm containing negative hour values.
* Added support for the new PFO_REQ data-box type
introduced in the version 2.36 of the XSD and WSDL definitions.
* Disabled fatal warnings by default.
-------------------------------------------------------------------
Mon Nov 15 07:56:22 UTC 2021 - Jiri Slaby <jslaby@suse.cz>

View File

@ -1,7 +1,7 @@
#
# spec file for package libdatovka
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,9 +16,9 @@
#
%define libname %{name}2
%define libname %{name}4
Name: libdatovka
Version: 0.2.1
Version: 0.3.0
Release: 0
Summary: Library for accessing the Czech Data Boxes
License: GPL-3.0-or-later