From 401c6034de3053f5f2cc38146dadaad85ea514d2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Apr 2015 16:45:57 +0200 Subject: php-pear: Archive_Tar 1.3.16 (no change) --- php-pear.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/php-pear.spec b/php-pear.spec index cf8c325..73766b7 100644 --- a/php-pear.spec +++ b/php-pear.spec @@ -6,7 +6,7 @@ %global metadir %{_localstatedir}/lib/pear %global getoptver 1.4.0 -%global arctarver 1.3.15 +%global arctarver 1.3.16 # https://pear.php.net/bugs/bug.php?id=19367 # Structures_Graph 1.0.4 - incorrect FSF address %global structver 1.1.0 @@ -23,7 +23,7 @@ Summary: PHP Extension and Application Repository framework Name: %{?scl_prefix}php-pear Version: 1.9.5 -Release: 9%{?dist} +Release: 10%{?dist} Epoch: 1 # PEAR, Archive_Tar, XML_Util, Console_Getopt are BSD # Structures_Graph is LGPLv3+ @@ -70,6 +70,7 @@ Provides: %{?scl_prefix}php-pear(Archive_Tar) = %{arctarver} Provides: %{?scl_prefix}php-pear(PEAR) = %{version} Provides: %{?scl_prefix}php-pear(Structures_Graph) = %{structver} Provides: %{?scl_prefix}php-pear(XML_Util) = %{xmlutil} + Provides: %{?scl_prefix}php-composer(pear/console_getopt) = %{getoptver} Provides: %{?scl_prefix}php-composer(pear/archive_tar) = %{arctarver} Provides: %{?scl_prefix}php-composer(pear/pear-core-minimal) = %{version} @@ -90,6 +91,10 @@ Obsoletes: php55w-pear <= %{version} Obsoletes: php56u-pear <= %{version} Obsoletes: php56w-pear <= %{version} %endif +%if "%{php_version}" > "7.0" +Obsoletes: php70u-pear <= %{version} +Obsoletes: php70w-pear <= %{version} +%endif %endif %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}} @@ -372,6 +377,9 @@ fi %changelog +* Tue Apr 14 2015 Remi Collet 1:1.9.5-10 +- update Archive_Tar to 1.3.16 (no change) + * Thu Mar 5 2015 Remi Collet 1:1.9.5-9 - update Archive_Tar to 1.3.15 (no change) - add composer provides -- cgit