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 2748406..4600848 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.2 +%global arctarver 1.4.3  # 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.4 -Release: 1%{?dist} +Release: 2%{?dist}  Epoch: 1  # PEAR, PEAR_Manpages, Archive_Tar, XML_Util, Console_Getopt are BSD  # Structures_Graph is LGPLv3+ @@ -418,6 +418,9 @@ fi  %changelog +* Mon Jun 12 2017 Remi Collet <remi@remirepo.net> 1:1.10.4-2 +- update Archive_Tar to 1.4.3 +  * Thu Apr 27 2017 Remi Collet <remi@fedoraproject.org> 1:1.10.4-1  - update PEAR to 1.10.4  | 
