diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-04-14 16:45:57 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-04-14 16:45:57 +0200 | 
| commit | 401c6034de3053f5f2cc38146dadaad85ea514d2 (patch) | |
| tree | 871dfdd8dcbbdf468c55492ae79db7177935ff9c | |
| parent | a05deb3ee7492c559d570bca20aede70c4a1c7ad (diff) | |
php-pear: Archive_Tar 1.3.16 (no change)
| -rw-r--r-- | php-pear.spec | 12 | 
1 files 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 <remi@fedoraproject.org> 1:1.9.5-10 +- update Archive_Tar to 1.3.16 (no change) +  * Thu Mar  5 2015 Remi Collet <remi@fedoraproject.org> 1:1.9.5-9  - update Archive_Tar to 1.3.15 (no change)  - add composer provides  | 
