SHA256
1
0
forked from pool/libdatovka
Jiri Slaby 2023-03-03 06:08:31 +00:00 committed by Git OBS Bridge
parent 0c0aac1f91
commit c8eef4fd70
6 changed files with 21 additions and 6 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> Mon Nov 15 07:56:22 UTC 2021 - Jiri Slaby <jslaby@suse.cz>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libdatovka # 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 # 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
@ -18,7 +18,7 @@
%define libname %{name}2 %define libname %{name}2
Name: libdatovka Name: libdatovka
Version: 0.2.1 Version: 0.3.0
Release: 0 Release: 0
Summary: Library for accessing the Czech Data Boxes Summary: Library for accessing the Czech Data Boxes
License: GPL-3.0-or-later License: GPL-3.0-or-later