From d4e3031148d880ed883aa546544b17574fe1ac9e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 24 May 2022 15:46:01 +0200 Subject: update to 2.1.1 --- php-pecl-xdiff.spec | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) (limited to 'php-pecl-xdiff.spec') diff --git a/php-pecl-xdiff.spec b/php-pecl-xdiff.spec index 253a881..55d44c2 100644 --- a/php-pecl-xdiff.spec +++ b/php-pecl-xdiff.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-xdiff # -# Copyright (c) 2016-2021 Remi Collet +# Copyright (c) 2016-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -20,7 +20,7 @@ %global libxdiff_version 0.23 Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 2.1.0 +Version: 2.1.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: File differences/patches # libxdiff is LGPLv2+, xdiff extension is PHP @@ -46,20 +46,6 @@ Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} -%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} -# Other third party repo stuff -%if "%{php_version}" > "7.3" -Obsoletes: php73-pecl-%{pecl_name} <= %{version} -%endif -%if "%{php_version}" > "7.4" -Obsoletes: php74-pecl-%{pecl_name} <= %{version} -%endif -%if "%{php_version}" > "8.0" -Obsoletes: php80-pecl-%{pecl_name} <= %{version} -%endif -%endif - - %description This extension creates and applies patches to both text and binary files. @@ -211,6 +197,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue May 24 2022 Remi Collet - 2.1.1-1 +- update to 2.1.1 + * Tue May 18 2021 Remi Collet - 2.1.0-1 - update to 2.1.0 -- cgit