From f37b81a3b962c50f615927c9a646d26e56a3c6ee7526181b1f64d74786fa9e54 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Wed, 2 Aug 2023 10:04:36 +0000 Subject: [PATCH] Accepting request 1101931 from home:pmonrealgonzalez:branches:security:tls - Update to 3.1.2 OBS-URL: https://build.opensuse.org/request/show/1101931 OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl?expand=0&rev=52 --- openssl.changes | 5 +++++ openssl.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/openssl.changes b/openssl.changes index bb810ef..4004fcd 100644 --- a/openssl.changes +++ b/openssl.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 1 15:24:46 UTC 2023 - Pedro Monreal + +- Update to 3.1.2 + ------------------------------------------------------------------- Tue Jun 20 15:18:56 UTC 2023 - Otto Hollmann diff --git a/openssl.spec b/openssl.spec index c5409b4..ced2ed5 100644 --- a/openssl.spec +++ b/openssl.spec @@ -1,7 +1,7 @@ # # spec file for package openssl # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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 _sonum 3 Name: openssl -Version: 3.1.1 +Version: 3.1.2 Release: 0 Summary: Secure Sockets and Transport Layer Security # Yes there is no license but to not confuse people keep it aligned to the pkg @@ -53,9 +53,9 @@ Requires: libopenssl-%{_sonum}-devel = %{version} Requires: pkgconfig Obsoletes: openssl-devel < %{version} Provides: openssl-devel = %{version} -Provides: pkgconfig(libssl) = %{version} -Provides: pkgconfig(libopenssl) = %{version} Provides: pkgconfig(libcrypto) = %{version} +Provides: pkgconfig(libopenssl) = %{version} +Provides: pkgconfig(libssl) = %{version} Provides: pkgconfig(openssl) = %{version} %description -n libopenssl-devel