up to 0.5.1
OBS-URL: https://build.opensuse.org/package/show/network/libdatovka?expand=0&rev=14
This commit is contained in:
parent
a550cf92b0
commit
b9bbdfd028
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13ef1ccdb7b14a4482354003d6d30b5589c1f8586a9bfde045ee605d1d754b81
|
||||
size 807160
|
@ -1 +0,0 @@
|
||||
13ef1ccdb7b14a4482354003d6d30b5589c1f8586a9bfde045ee605d1d754b81
|
3
libdatovka-0.5.1.tar.xz
Normal file
3
libdatovka-0.5.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53f96ad870c594367638bd95e55a82c94a176c0d7f94f50a5402d35e69eadaf8
|
||||
size 721748
|
1
libdatovka-0.5.1.tar.xz.sha256
Normal file
1
libdatovka-0.5.1.tar.xz.sha256
Normal file
@ -0,0 +1 @@
|
||||
53f96ad870c594367638bd95e55a82c94a176c0d7f94f50a5402d35e69eadaf8
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 4 10:59:57 UTC 2023 - Jiri Slaby <jslaby@suse.cz>
|
||||
|
||||
- update to 0.5.1
|
||||
* Added missing test input files into source package.
|
||||
* Optimisations inside isds_GetMessageAuthor2(), avoided copying of attribute
|
||||
names.
|
||||
* Added functions isds_GetListOfErasedMessages_interval(),
|
||||
isds_GetListOfErasedMessages_month() and isds_GetListOfErasedMessages_year()
|
||||
which implement the GetListOfErasedMessages ISDS operation.
|
||||
* Added function isds_PickUpAsyncResponse() which implements the
|
||||
PickUpAsyncResponse ISDS operation.
|
||||
* Added function isds_load_erased_messages() which can be used to read data
|
||||
from a XML-formatted decompressed asynchronous GetListOfErasedMessages
|
||||
response. Actual decompression of obtained ZIP-compressed data isn't handled
|
||||
by this library.
|
||||
* Added support for the new PFO_ARCH, PFO_AIAT and PFO_AZI data-box types
|
||||
introduced in the version 3.04 of the XSD and WSDL definitions.
|
||||
* Added new elements dmFileGuid and dmUpFileGuid into struct isds_dmFile and
|
||||
struct isds_dmExtFile.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 20 08:12:08 UTC 2023 - Jiri Slaby <jslaby@suse.cz>
|
||||
|
||||
|
@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define libname %{name}5
|
||||
%define libname %{name}6
|
||||
Name: libdatovka
|
||||
Version: 0.4.0
|
||||
Version: 0.5.1
|
||||
Release: 0
|
||||
Summary: Library for accessing the Czech Data Boxes
|
||||
License: GPL-3.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user