diff --git a/libksba-1.6.0.tar.bz2 b/libksba-1.6.0.tar.bz2 deleted file mode 100644 index 65d5706..0000000 --- a/libksba-1.6.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dad683e6f2d915d880aa4bed5cea9a115690b8935b78a1bbe01669189307a48b -size 662120 diff --git a/libksba-1.6.0.tar.bz2.sig b/libksba-1.6.0.tar.bz2.sig deleted file mode 100644 index ed7e5eb..0000000 Binary files a/libksba-1.6.0.tar.bz2.sig and /dev/null differ diff --git a/libksba-1.6.1.tar.bz2 b/libksba-1.6.1.tar.bz2 new file mode 100644 index 0000000..5363340 --- /dev/null +++ b/libksba-1.6.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40750864c3ca11fa0833227938db6603661f6c1a3cc267485e81fa140cc6ea04 +size 667546 diff --git a/libksba-1.6.1.tar.bz2.sig b/libksba-1.6.1.tar.bz2.sig new file mode 100644 index 0000000..433187b Binary files /dev/null and b/libksba-1.6.1.tar.bz2.sig differ diff --git a/libksba.changes b/libksba.changes index 7e2434c..0df0b1e 100644 --- a/libksba.changes +++ b/libksba.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Sep 18 09:55:37 UTC 2022 - Andreas Stieger + +- 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 diff --git a/libksba.spec b/libksba.spec index 386a421..cb76218 100644 --- a/libksba.spec +++ b/libksba.spec @@ -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})