Resolves: rhbz#2137430 latest upstream release

This commit is contained in:
Caolán McNamara 2022-10-27 09:07:43 +01:00
parent d1f20c37d2
commit 4a64888176
3 changed files with 11 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/xmlsec1-1.2.34.tar.gz
/xmlsec1-1.2.35.tar.gz

View File

@ -1 +1 @@
SHA512 (xmlsec1-1.2.34.tar.gz) = 4e3c17ab71c5ce3c76a80f2077393a5808a537d7eba861bae104c186be57f4be53499b52571913187e0a302962376bc033d7fe8ea769c6a181bf72d3f9eea1f2
SHA512 (xmlsec1-1.2.35.tar.gz) = 6e5f5c631eeff39d5f9df09415dab87b1160262784d3cf722d6dbbaa7b2437092989c6bd1377970f00667d6e7bf49f879c4cf28332b772bc86ff2ccf663081f6

View File

@ -1,7 +1,7 @@
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
Name: xmlsec1
Version: 1.2.34
Release: 3%{?dist}%{?extra_release}
Version: 1.2.35
Release: 1%{?dist}%{?extra_release}
License: MIT
Source0: https://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
URL: http://www.aleksey.com/xmlsec/
@ -20,6 +20,8 @@ BuildRequires: automake
BuildRequires: gettext-devel
BuildRequires: libtool
Patch1: fix-size_max-412.patch.1
%description
XML Security Library is a C library based on LibXML2 and OpenSSL.
The library was created with a goal to support major XML security
@ -101,6 +103,7 @@ Libraries, includes, etc. for developing XML Security applications with NSS.
%prep
%setup -q
%patch1 -p1
%build
autoreconf -vfi
@ -125,7 +128,7 @@ mv %{buildroot}%{_docdir}/xmlsec1/* __tmp_doc
%ldconfig_scriptlets openssl
%files
%doc AUTHORS ChangeLog NEWS README Copyright
%doc AUTHORS ChangeLog NEWS Copyright
%{_mandir}/man1/xmlsec1.1*
%{_libdir}/libxmlsec1.so.*
%{_bindir}/xmlsec1
@ -175,6 +178,9 @@ mv %{buildroot}%{_docdir}/xmlsec1/* __tmp_doc
%{_libdir}/pkgconfig/xmlsec1-nss.pc
%changelog
* Thu Oct 27 2022 Caolán McNamara <caolanm@redhat.com> - 1.2.35-1
- Resolves: rhbz#2137430 latest upstream release
* Mon Oct 24 2022 David King <amigadave@amigadave.com> - 1.2.34-3
- Rebuild against libxml2 (#2136800)