diff options
| -rw-r--r-- | php-pear.spec | 8 | 
1 files changed, 5 insertions, 3 deletions
diff --git a/php-pear.spec b/php-pear.spec index 0cf82b6..5837154 100644 --- a/php-pear.spec +++ b/php-pear.spec @@ -19,7 +19,7 @@  %global peardir %{_datadir}/pear  %global metadir %{_localstatedir}/lib/pear -%global getoptver 1.4.1 +%global getoptver 1.4.2  %global arctarver 1.4.5  # https://pear.php.net/bugs/bug.php?id=19367  # Structures_Graph 1.0.4 - incorrect FSF address @@ -40,12 +40,11 @@  Summary: PHP Extension and Application Repository framework  Name: %{?scl_prefix}php-pear  Version: 1.10.7 -Release: 4%{?dist} +Release: 5%{?dist}  Epoch: 1  # PEAR, PEAR_Manpages, Archive_Tar, XML_Util, Console_Getopt are BSD  # Structures_Graph is LGPLv3+  License: BSD and LGPLv3+ -Group: Development/Languages  URL: http://pear.php.net/package/PEAR  Source0: http://download.pear.php.net/package/PEAR-%{version}%{?pearprever}.tgz  # wget https://raw.githubusercontent.com/pear/pear-core/stable/install-pear.php @@ -465,6 +464,9 @@ fi  %changelog +* Thu Feb  7 2019 Remi Collet <remi@remirepo.net> - 1:1.10.7-5 +- update Console_Getopt to 1.4.2 +  * Thu Jan  3 2019 Remi Collet <remi@remirepo.net> - 1:1.10.7-4  - update Archive_Tar to 1.4.5  | 
