Accepting request 1004510 from Base:System

OBS-URL: https://build.opensuse.org/request/show/1004510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libksba?expand=0&rev=42
This commit is contained in:
Dominique Leuenberger 2022-09-19 14:02:47 +00:00 committed by Git OBS Bridge
commit 23759e268a
6 changed files with 14 additions and 8 deletions

View File

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

Binary file not shown.

3
libksba-1.6.1.tar.bz2 Normal file
View File

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

BIN
libksba-1.6.1.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Sep 18 09:55:37 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
- libksba 1.6.1:
* Allow an OCSP server not to return the sent nonce
- fix rpmlint warnings
-------------------------------------------------------------------
Fri Jun 11 13:28:18 UTC 2021 - Pedro Monreal <pmonreal@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libksba
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define soname 8
Name: libksba
Version: 1.6.0
Version: 1.6.1
Release: 0
Summary: A X.509 Library
License: (GPL-2.0-or-later OR LGPL-3.0-or-later) AND GPL-3.0-or-later AND MIT
@ -49,8 +49,7 @@ certificates, CMS data, and related data.
%package devel
Summary: A X.509 Library
Group: Development/Libraries/C and C++
Requires: libgpg-error-devel
Requires: libksba = %{version}
Requires: libksba%{soname} = %{version}
Provides: libksba:%{_includedir}/ksba.h
%description devel
@ -61,7 +60,7 @@ This package contains the needed files to compile and link against the
libksba.
%prep
%setup -q -n libksba-%{version}
%autosetup -p1
%build
build_timestamp=$(date -u +%{Y}-%{m}-%{dT}%{H}:%{M}+0000 -r %{SOURCE4})