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 5fa5448..ff5e385 100644 --- a/php-pear.spec +++ b/php-pear.spec @@ -20,7 +20,7 @@ %global metadir %{_localstatedir}/lib/pear %global getoptver 1.4.3 -%global arctarver 1.5.0 +%global arctarver 1.6.0 # https://pear.php.net/bugs/bug.php?id=19367 # Structures_Graph 1.0.4 - incorrect FSF address %global structver 1.2.0 @@ -40,7 +40,7 @@ Summary: PHP Extension and Application Repository framework Name: %{?scl_prefix}php-pear Version: 1.10.16 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 # BSD-2-Clause: PEAR, PEAR_Manpages, Archive_Tar, Console_Getopt # BSD-3-Clause: XML_Util @@ -383,6 +383,9 @@ fi %changelog +* Mon Jul 21 2025 Remi Collet <remi@remirepo.net> - 1.10.16-2 +- update Archive_Tar to 1.6.0 + * Mon Nov 25 2024 Remi Collet <remi@remirepo.net> - 1.10.16-1 - update to 1.10.16 |