From 66819a70dc46fbf1597fe104376c40dee0695686b07395b5f0ed47928cf51acc Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Sun, 18 Sep 2022 18:32:42 +0000 Subject: [PATCH] Accepting request 1004463 from home:AndreasStieger:branches:Base:System libksba 1.6.1 OBS-URL: https://build.opensuse.org/request/show/1004463 OBS-URL: https://build.opensuse.org/package/show/Base:System/libksba?expand=0&rev=48 --- libksba-1.6.0.tar.bz2 | 3 --- libksba-1.6.0.tar.bz2.sig | Bin 119 -> 0 bytes libksba-1.6.1.tar.bz2 | 3 +++ libksba-1.6.1.tar.bz2.sig | Bin 0 -> 119 bytes libksba.changes | 7 +++++++ libksba.spec | 9 ++++----- 6 files changed, 14 insertions(+), 8 deletions(-) delete mode 100644 libksba-1.6.0.tar.bz2 delete mode 100644 libksba-1.6.0.tar.bz2.sig create mode 100644 libksba-1.6.1.tar.bz2 create mode 100644 libksba-1.6.1.tar.bz2.sig 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 ed7e5eb7fb2c1c8a01c366bad404cb8a615a1656d69dc1346b42b8c8ef59b6e7..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 119 zcmeAuWnmEGV2~A4WXWBXm$E!p!y#PSlPRcU`VKV*t6Qv035QtY7`QkEU?Q5)4F8OC zPQ;v-o0{_55|47#UvluX2z$qW?YO0MQ{Xm;e9( 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 0000000000000000000000000000000000000000000000000000000000000000..433187be324755cd9c1eb35ac91ab0fe40336ea56353318bf87cd1e51d633968 GIT binary patch literal 119 zcmeAuWnmEGV2~A4WXWBXm$E!p!y#PSlPRcU`VKV*t6Qv0$twP*8MrtFU?MAX82%^q zKR)rZ`c&xQ3w9Zf8ao?U7+Az9)hqu@pA{m=@J~@lw)4P=CN*i7OwFP&G5^V) T^BRNIi*BoZys~Fwe+?f1w9_qf literal 0 HcmV?d00001 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})