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
This commit is contained in:
Pedro Monreal Gonzalez 2023-08-02 10:04:36 +00:00 committed by Git OBS Bridge
parent 933d4f991f
commit f37b81a3b9
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 1 15:24:46 UTC 2023 - Pedro Monreal <pmonreal@suse.com>
- Update to 3.1.2
-------------------------------------------------------------------
Tue Jun 20 15:18:56 UTC 2023 - Otto Hollmann <otto.hollmann@suse.com>

View File

@ -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