Accepting request 1204626 from network
- update to 0.7.0 * Assigned explicit values to enum isds_credit_event_type values. * Added new value ISDS_CREDIT_DELETED_MESSAGE_RECOVERED and added struct isds_credit_event_deleted_message_recovered. * Changed URL to new source code download place. OBS-URL: https://build.opensuse.org/request/show/1204626 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdatovka?expand=0&rev=10
This commit is contained in:
commit
24f21c0d74
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bbf0b0f3b95b8dc7f2fdb99a1f4a1dcf6ea2180e1300449acb67beb9e7700f8c
|
|
||||||
size 720944
|
|
@ -1 +0,0 @@
|
|||||||
bbf0b0f3b95b8dc7f2fdb99a1f4a1dcf6ea2180e1300449acb67beb9e7700f8c
|
|
3
libdatovka-0.7.0.tar.xz
Normal file
3
libdatovka-0.7.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5286c8787eb5eff270371a37cc6cedbda0b6978931671c2bc28026dde5b6950b
|
||||||
|
size 722344
|
1
libdatovka-0.7.0.tar.xz.sha256
Normal file
1
libdatovka-0.7.0.tar.xz.sha256
Normal file
@ -0,0 +1 @@
|
|||||||
|
5286c8787eb5eff270371a37cc6cedbda0b6978931671c2bc28026dde5b6950b
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 30 05:26:10 UTC 2024 - Jiri Slaby <jslaby@suse.cz>
|
||||||
|
|
||||||
|
- update to 0.7.0
|
||||||
|
* Assigned explicit values to enum isds_credit_event_type values.
|
||||||
|
* Added new value ISDS_CREDIT_DELETED_MESSAGE_RECOVERED and added
|
||||||
|
struct isds_credit_event_deleted_message_recovered.
|
||||||
|
* Changed URL to new source code download place.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 17 09:20:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sun Mar 17 09:20:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -16,16 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define libname %{name}6
|
%define libname %{name}8
|
||||||
Name: libdatovka
|
Name: libdatovka
|
||||||
Version: 0.6.2
|
Version: 0.7.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
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
URL: https://www.datovka.cz/cs/pages/libdatovka.html
|
URL: https://www.datovka.cz/cs/pages/libdatovka.html
|
||||||
Source0: https://secure.nic.cz/files/datove_schranky/%{name}/%{name}-%{version}.tar.xz
|
Source0: https://datovka.nic.cz/%{name}/%{name}-%{version}.tar.xz
|
||||||
Source1: https://secure.nic.cz/files/datove_schranky/%{name}/%{name}-%{version}.tar.xz.sha256
|
Source1: https://datovka.nic.cz/%{name}/%{name}-%{version}.tar.xz.sha256
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
@ -64,7 +64,7 @@ developing applications that use %{name}.
|
|||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-docbook-xsl-stylesheets=/usr/share/xml/docbook/stylesheet/nwalsh/current
|
--with-docbook-xsl-stylesheets=/usr/share/xml/docbook/stylesheet/nwalsh/current
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user