From cb9a40ae1f1bf86d8294e739ab4c5fd8fe6d0e66 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Jun 2017 07:08:54 +0200 Subject: v1.1.10 --- php-pecl-ds.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'php-pecl-ds.spec') diff --git a/php-pecl-ds.spec b/php-pecl-ds.spec index 2b81e67..ae17959 100644 --- a/php-pecl-ds.spec +++ b/php-pecl-ds.spec @@ -21,7 +21,7 @@ %global ini_name 40-%{pecl_name}.ini # For test suite, see https://github.com/php-ds/tests/commits/master -%global gh_commit 59193bb8e75daf06779fcd881528f7c437cd1a2d +%global gh_commit 419dcb9984a5158969233dfe6bc1525bcf2f83b1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner php-ds %global gh_project tests @@ -29,7 +29,7 @@ Summary: Data Structures for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.1.8 +Version: 1.1.10 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT Group: Development/Languages @@ -68,6 +68,10 @@ Obsoletes: php70w-pecl-%{pecl_name} <= %{version} Obsoletes: php71u-pecl-%{pecl_name} <= %{version} Obsoletes: php71w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.2" +Obsoletes: php72u-pecl-%{pecl_name} <= %{version} +Obsoletes: php72w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -229,6 +233,9 @@ cd .. %changelog +* Thu Jun 22 2017 Remi Collet - 1.1.10-1 +- Update to 1.1.10 + * Fri Mar 24 2017 Remi Collet - 1.1.8-1 - Update to 1.1.8 -- cgit