From 187f5ab9c95aea2b962021a4a0e21da2f21e3d29 Mon Sep 17 00:00:00 2001 From: Tomas Halman Date: Fri, 14 Apr 2023 10:39:13 +0200 Subject: [PATCH] New upsream release 1.3.0 Resolves: rhbz#2186304 - rebase to version 1.3.0 --- .gitignore | 1 + sources | 2 +- xmlsec1.spec | 15 +++++++++------ 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 046db1b..7f24ad1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /xmlsec1-1.2.36.tar.gz /xmlsec1-1.2.37.tar.gz +/xmlsec1-1.3.0.tar.gz diff --git a/sources b/sources index 9b63869..cc86799 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xmlsec1-1.2.37.tar.gz) = 99220cb28a346ffac0023f9f177d6a7be3ddcea04bea434b7dc926c1f0aaa5564d75f74f92896ac100179c04d77e001f688ddf46fed4e0a0b4f20b7b87c24900 +SHA512 (xmlsec1-1.3.0.tar.gz) = ac1b1b88336959f54ef7fcfd6b9ff0feb2ba00a966a8e5b4efb97e802a1f9bb7adf5f4524c7f169344a1b7258377b5a7e879a0ab5ce25cfae3b05eac9b54729d diff --git a/xmlsec1.spec b/xmlsec1.spec index 21ad871..1f8b8d4 100644 --- a/xmlsec1.spec +++ b/xmlsec1.spec @@ -1,18 +1,18 @@ Summary: Library providing support for "XML Signature" and "XML Encryption" standards Name: xmlsec1 -Version: 1.2.37 -Release: 3%{?dist}%{?extra_release} +Version: 1.3.0 +Release: 1%{?dist}%{?extra_release} License: MIT Source0: https://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz URL: http://www.aleksey.com/xmlsec/ BuildRequires: make BuildRequires: pkgconfig(libxml-2.0) >= 2.8.0 BuildRequires: pkgconfig(libxslt) >= 1.0.20 -BuildRequires: pkgconfig(openssl) >= 1.0.0 -BuildRequires: pkgconfig(nss) >= 3.11.1 -BuildRequires: pkgconfig(nspr) >= 4.4.1 +BuildRequires: pkgconfig(openssl) >= 3.0.0 +BuildRequires: pkgconfig(nss) >= 3.49.0 +BuildRequires: pkgconfig(nspr) >= 4.25.0 BuildRequires: libgcrypt-devel >= 1.4.0 -BuildRequires: pkgconfig(gnutls) >= 2.8.0 +BuildRequires: pkgconfig(gnutls) >= 3.6.13 BuildRequires: libtool-ltdl-devel # autoreconf stuff BuildRequires: autoconf @@ -175,6 +175,9 @@ mv %{buildroot}%{_docdir}/xmlsec1/* __tmp_doc %{_libdir}/pkgconfig/xmlsec1-nss.pc %changelog +* Fri Apr 14 2023 Tomas Halman - 1.3.0-1 +- Resolves: rhbz#2186304 - rebase to version 1.3.0 + * Tue Mar 7 2023 Tomas Halman - 1.2.37-3 - migrated to SPDX license