From 28a88fae16daecadcf6d29a08c8b7134fb851c64 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Sep 2020 08:58:08 +0200 Subject: v3.1.1 from Fedora --- php-robrichards-xmlseclibs3.spec | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/php-robrichards-xmlseclibs3.spec b/php-robrichards-xmlseclibs3.spec index 01251ab..a149a05 100644 --- a/php-robrichards-xmlseclibs3.spec +++ b/php-robrichards-xmlseclibs3.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-robrichards-xmlseclibs3 # -# Copyright (c) 2017-2019 Shawn Iwinski +# Copyright (c) 2017-2020 Shawn Iwinski # # License: MIT # http://opensource.org/licenses/MIT @@ -12,8 +12,8 @@ %global github_owner robrichards %global github_name xmlseclibs -%global github_version 3.0.4 -%global github_commit 0a53d3c3aa87564910cae4ed01416441d3ae0db5 +%global github_version 3.1.1 +%global github_commit f8f19e58f26cdb42c54b214ff8a820760292f8df %global composer_vendor robrichards %global composer_project xmlseclibs @@ -34,8 +34,8 @@ Summary: A PHP library for XML Security (version 3) License: BSD URL: https://github.com/%{github_owner}/%{github_name} -# GitHub export does not include tests. -# Run php-robrichards-xmlseclibs3-get-source.sh to create full source. +# GitHub export does not include tests +# Run php-robrichards-xmlseclibs3-get-source.sh to create full source Source0: %{name}-%{version}-%{github_commit}.tar.gz Source1: %{name}-get-source.sh @@ -46,12 +46,10 @@ BuildRequires: php-composer(phpunit/phpunit) ## composer.json BuildRequires: php(language) >= %{php_min_ver} BuildRequires: php-openssl -## phpcompatinfo (computed from version 3.0.4) +## phpcompatinfo (computed from version 3.1.1) BuildRequires: php-dom -BuildRequires: php-filter BuildRequires: php-hash BuildRequires: php-pcre -BuildRequires: php-spl ## Autoloader BuildRequires: php-composer(fedora/autoloader) %endif @@ -59,7 +57,7 @@ BuildRequires: php-composer(fedora/autoloader) # composer.json Requires: php(language) >= %{php_min_ver} Requires: php-openssl -# phpcompatinfo (computed from version 3.0.4) +# phpcompatinfo (computed from version 3.1.1) Requires: php-dom Requires: php-hash Requires: php-pcre @@ -134,6 +132,9 @@ exit $RETURN_CODE %changelog +* Sat Sep 05 2020 Shawn Iwinski - 3.1.1-1 +- Update to 3.1.1 (RHBZ #1826916) + * Wed Nov 06 2019 Shawn Iwinski - 3.0.4-1 - Update to 3.0.4 (RHBZ #1769353 / CVE-2019-3465) - https://simplesamlphp.org/security/201911-01 -- cgit