From 0316dd02687facf5f4aa0b693f9ec6218f89ebc8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Oct 2023 08:08:08 +0200 Subject: [PATCH] update to 1.0.19 soname is 26 --- libsodium.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/libsodium.spec b/libsodium.spec index 25f7fcd..0304003 100644 --- a/libsodium.spec +++ b/libsodium.spec @@ -6,7 +6,7 @@ # Please preserve changelog entries # %global libname libsodium -%global soname 23 +%global soname 26 %if 0%{?fedora} %bcond_without mingw @@ -15,8 +15,8 @@ %endif Name: libsodium -Version: 1.0.18 -Release: 14%{?dist} +Version: 1.0.19 +Release: 1%{?dist} Summary: The Sodium crypto library License: ISC URL: https://libsodium.org/ @@ -97,7 +97,7 @@ for Win64 target. %prep %{?gpgverify:%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'} -%setup -q +%setup -q -n %{name}-stable %build @@ -182,6 +182,10 @@ make -C build_native check %changelog +* Wed Sep 13 2023 Remi Collet - 1.0.19-1 +- update to 1.0.19 +- soname is 26 + * Mon Aug 21 2023 Marian Koncek - 1.0.18-14 - Add mingw subpackages