SHA256
1
0
forked from pool/libisds

Accepting request 628856 from network

- Version bump to 0.10.8:
  * Various memory leaks fixed
  * Recognise EV8

OBS-URL: https://build.opensuse.org/request/show/628856
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libisds?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2018-08-27 11:47:59 +00:00 committed by Git OBS Bridge
commit f24af8b8c9
6 changed files with 25 additions and 20 deletions

View File

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

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABEIAB0WIQRLUoOT5qOw37LvOmQSycXHZ8b6ogUCWWIXUwAKCRASycXHZ8b6
ojODAP4hMYHh1P4fIXXGi69GP8UlzBoO9041dAqSzVjLDLwQJQD/ZbZhHrZa6yi4
u8EV0XGacogiJfq7n9vmc73/qPH5+YA=
=6GQ4
-----END PGP SIGNATURE-----

3
libisds-0.10.8.tar.xz Normal file
View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABEIAB0WIQRLUoOT5qOw37LvOmQSycXHZ8b6ogUCWyk/fAAKCRASycXHZ8b6
optNAP4/ntADdBaOYDu4K4gDbY7N3Ouv6Aq9U7uoX+E54WagAwD+O+/65kmHKANH
IZIwZAx7R70mDxHn23bJIomZJA6Hj9A=
=j474
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Aug 13 07:09:37 UTC 2018 - tchvatal@suse.com
- Version bump to 0.10.8:
* Various memory leaks fixed
* Recognise EV8
-------------------------------------------------------------------
Wed Jul 19 11:45:05 UTC 2017 - jslaby@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libisds
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,26 +18,25 @@
%define libname %{name}5
Name: libisds
Version: 0.10.7
Version: 0.10.8
Release: 0
Summary: Library for accessing the Czech Data Boxes
License: LGPL-3.0+
License: LGPL-3.0-or-later
Group: System/Libraries
Url: http://xpisar.wz.cz/libisds/
URL: http://xpisar.wz.cz/libisds/
Source0: http://xpisar.wz.cz/%{name}/dist/%{name}-%{version}.tar.xz
Source1: http://xpisar.wz.cz/%{name}/dist/%{name}-%{version}.tar.xz.asc
Source2: %{name}.keyring
BuildRequires: gpg2
BuildRequires: libgcrypt-devel
BuildRequires: libgpgme-devel
BuildRequires: pkg-config
BuildRequires: pkgconfig
BuildRequires: pkgconfig(expat) >= 2.0.0
BuildRequires: pkgconfig(gnutls) >= 2.12.0
BuildRequires: pkgconfig(libcrypto)
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(libxml-2.0)
Requires: gpg2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This is a library for accessing ISDS (Informační systém datových schránek /
@ -78,7 +77,7 @@ make %{?_smp_mflags}
make check %{?_smp_mflags}
%install
make %{?_smp_mflags} DESTDIR=%{buildroot} install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
%find_lang %{name}
mv doc specification
@ -88,12 +87,11 @@ rm -rf client/.deps
%postun -n %{libname} -p /sbin/ldconfig
%files -n %{libname} -f %{name}.lang
%defattr(-,root,root)
%doc README AUTHORS NEWS TODO COPYING
%license COPYING
%doc README AUTHORS NEWS TODO
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root)
%{_includedir}/isds.h
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc