Update to 1.2.25

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2017-11-08 10:46:30 +01:00
parent b917c35ca1
commit 9ac2889314
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ xmlsec1-1.2.16.tar.gz
/xmlsec1-1.2.19.tar.gz /xmlsec1-1.2.19.tar.gz
/xmlsec1-1.2.20.tar.gz /xmlsec1-1.2.20.tar.gz
/xmlsec1-1.2.23.tar.gz /xmlsec1-1.2.23.tar.gz
/xmlsec1-1.2.25.tar.gz

View File

@ -1 +1 @@
86b1daaa438f5a7bea9a52d7b9799ac0 xmlsec1-1.2.23.tar.gz SHA512 (xmlsec1-1.2.25.tar.gz) = ac61547a1cbf9016d7f75be3dc5249d6bc8a526bc51715e53ede13f056c1c72c57433a6be200c886000a25826c3e473954ded3ae988f25d37ac4ef4d777c66a6

View File

@ -1,14 +1,14 @@
Summary: Library providing support for "XML Signature" and "XML Encryption" standards Summary: Library providing support for "XML Signature" and "XML Encryption" standards
Name: xmlsec1 Name: xmlsec1
Version: 1.2.23 Version: 1.2.25
Release: 4%{?dist}%{?extra_release} Release: 1%{?dist}%{?extra_release}
License: MIT License: MIT
Source0: http://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz Source0: http://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
URL: http://www.aleksey.com/xmlsec/ URL: http://www.aleksey.com/xmlsec/
BuildRequires: pkgconfig(libxml-2.0) >= 2.7.4 BuildRequires: pkgconfig(libxml-2.0) >= 2.8.0
BuildRequires: pkgconfig(libxslt) >= 1.0.20 BuildRequires: pkgconfig(libxslt) >= 1.0.20
BuildRequires: pkgconfig(openssl) >= 0.9.8 BuildRequires: pkgconfig(openssl) >= 1.0.0
BuildRequires: pkgconfig(nss) >= 3.9 BuildRequires: pkgconfig(nss) >= 3.11.1
BuildRequires: pkgconfig(nspr) >= 4.4.1 BuildRequires: pkgconfig(nspr) >= 4.4.1
BuildRequires: libgcrypt-devel >= 1.4.0 BuildRequires: libgcrypt-devel >= 1.4.0
BuildRequires: pkgconfig(gnutls) >= 2.8.0 BuildRequires: pkgconfig(gnutls) >= 2.8.0
@ -27,7 +27,7 @@ standards "XML Digital Signature" and "XML Encryption".
%package devel %package devel
Summary: Libraries, includes, etc. to develop applications with XML Digital Signatures and XML Encryption support. Summary: Libraries, includes, etc. to develop applications with XML Digital Signatures and XML Encryption support.
Requires: xmlsec1%{?_isa} = %{version}-%{release} Requires: xmlsec1%{?_isa} = %{version}-%{release}
Requires: openssl-devel%{?_isa} >= 0.9.6 Requires: openssl-devel%{?_isa} >= 1.0.0
%description devel %description devel
Libraries, includes, etc. you can use to develop applications with XML Digital Libraries, includes, etc. you can use to develop applications with XML Digital
@ -187,6 +187,9 @@ mv %{buildroot}%{_docdir}/xmlsec1/* __tmp_doc
%{_libdir}/pkgconfig/xmlsec1-nss.pc %{_libdir}/pkgconfig/xmlsec1-nss.pc
%changelog %changelog
* Wed Nov 08 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.2.25-1
- Update to 1.2.25
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.23-4 * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.23-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild