diff options
| -rw-r--r-- | php-pear.spec | 8 | 
1 files changed, 6 insertions, 2 deletions
diff --git a/php-pear.spec b/php-pear.spec index 07b42ef..4a11f9e 100644 --- a/php-pear.spec +++ b/php-pear.spec @@ -39,8 +39,8 @@  Summary: PHP Extension and Application Repository framework  Name: %{?scl_prefix}php-pear -Version: 1.10.6 -Release: 2%{?dist} +Version: 1.10.7 +Release: 1%{?dist}  Epoch: 1  # PEAR, PEAR_Manpages, Archive_Tar, XML_Util, Console_Getopt are BSD  # Structures_Graph is LGPLv3+ @@ -114,6 +114,7 @@ Obsoletes: php70w-pear <= %{epoch}:%{version}  Obsoletes: php71u-pear <= %{epoch}:%{version}  Obsoletes: pear1u      <= %{epoch}:%{version}  Obsoletes: php71w-pear <= %{epoch}:%{version} +Obsoletes: php72w-pear <= %{epoch}:%{version}  %endif  %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}} @@ -462,6 +463,9 @@ fi  %changelog +* Thu Dec  6 2018 Remi Collet <remi@remirepo.net> - 1:1.10.7-1 +- update PEAR to 1.10.7 +  * Fri Nov 30 2018 Remi Collet <remi@remirepo.net> - 1:1.10.6-2  - EL-8 build  | 
