diff options
| -rw-r--r-- | php-pear.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pear.spec b/php-pear.spec index aff6c84..0cf82b6 100644 --- a/php-pear.spec +++ b/php-pear.spec @@ -20,7 +20,7 @@  %global metadir %{_localstatedir}/lib/pear  %global getoptver 1.4.1 -%global arctarver 1.4.4 +%global arctarver 1.4.5  # https://pear.php.net/bugs/bug.php?id=19367  # Structures_Graph 1.0.4 - incorrect FSF address  %global structver 1.1.1 @@ -40,7 +40,7 @@  Summary: PHP Extension and Application Repository framework  Name: %{?scl_prefix}php-pear  Version: 1.10.7 -Release: 3%{?dist} +Release: 4%{?dist}  Epoch: 1  # PEAR, PEAR_Manpages, Archive_Tar, XML_Util, Console_Getopt are BSD  # Structures_Graph is LGPLv3+ @@ -465,6 +465,9 @@ fi  %changelog +* Thu Jan  3 2019 Remi Collet <remi@remirepo.net> - 1:1.10.7-4 +- update Archive_Tar to 1.4.5 +  * Fri Dec 21 2018 Remi Collet <remi@remirepo.net> - 1:1.10.7-3  - update Archive_Tar to 1.4.4  - drop PHP 7.2 deprecated option, patch from  | 
