From 8199365501d0a1db8cce270e8ee127fdf98ef3cb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 14:50:27 +0200 Subject: update patch for backported features --- php-bartlett-php-compatinfo-db.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-bartlett-php-compatinfo-db.spec') diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index c51ca81..3ac0e9f 100644 --- a/php-bartlett-php-compatinfo-db.spec +++ b/php-bartlett-php-compatinfo-db.spec @@ -45,8 +45,11 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit # Fix version and avoir composer/package-versions-deprecated (relying on composer.lock) # Set proxy files as static Patch0: %{name}-3.10-rpm.patch -# CURL_SSLVERSION constants have been backported -Patch1: %{name}-curltls.patch +# Backported features affecting test suite +# - CURL_SSLVERSION constants +# - Phar::OPENSSL_SHA* constants +Patch1: %{name}-backports.patch + BuildArch: noarch BuildRequires: php(language) >= 7.2 -- cgit