Compare commits

...

No commits in common. "c8-stream-7.3" and "c8-stream-7.4" have entirely different histories.

3 changed files with 28 additions and 19 deletions

8
.gitignore vendored
View File

@ -1,6 +1,6 @@
SOURCES/Archive_Tar-1.4.7.tgz
SOURCES/Console_Getopt-1.4.2.tgz
SOURCES/PEAR-1.10.9.tgz
SOURCES/Archive_Tar-1.4.14.tgz
SOURCES/Console_Getopt-1.4.3.tgz
SOURCES/PEAR-1.10.13.tgz
SOURCES/PEAR_Manpages-1.10.0.tgz
SOURCES/Structures_Graph-1.1.1.tgz
SOURCES/XML_Util-1.4.3.tgz
SOURCES/XML_Util-1.4.5.tgz

View File

@ -1,6 +1,6 @@
ac7a3acbcffcd6fb3c8ebc7b0760c4f5ed8c2861 SOURCES/Archive_Tar-1.4.7.tgz
76ba2a141347ec89b1989ce009e9fed6bf830ea4 SOURCES/Console_Getopt-1.4.2.tgz
121f4543291da473c03121503649737eaa4dd844 SOURCES/PEAR-1.10.9.tgz
327f6f97de909ffa40204f49614df72b05d26d00 SOURCES/PEAR_Manpages-1.10.0.tgz
a27a6b3c9910675cff86be3a0d016f56f2c1750f SOURCES/Structures_Graph-1.1.1.tgz
95e07febe0b6c843c51bfd0157e61fd1ba1e5626 SOURCES/XML_Util-1.4.3.tgz
ef023e94c632e80ef78ddfee19e4af6abc54eed4 SOURCES/Archive_Tar-1.4.14.tgz
88b7bfce2f71cd99b922fa5eff5247bd754a3bc1 SOURCES/Console_Getopt-1.4.3.tgz
f1ea5eae354f7a302c62edaa06d8b057de1b8be5 SOURCES/PEAR-1.10.13.tgz
50e7d88cafe27d02389b351ec4633a1219bf3603 SOURCES/PEAR_Manpages-1.10.0.tgz
2a9e5999e035aa3a6789011238b0a9a54806124a SOURCES/Structures_Graph-1.1.1.tgz
c9fe1448ae7af4522f2cdfd741e14b1ef3998309 SOURCES/XML_Util-1.4.5.tgz

View File

@ -8,12 +8,12 @@
%global peardir %{_datadir}/pear
%global metadir %{_localstatedir}/lib/pear
%global getoptver 1.4.2
%global arctarver 1.4.7
%global getoptver 1.4.3
%global arctarver 1.4.14
# https://pear.php.net/bugs/bug.php?id=19367
# Structures_Graph 1.0.4 - incorrect FSF address
%global structver 1.1.1
%global xmlutil 1.4.3
%global xmlutil 1.4.5
%global manpages 1.10.0
# Tests are only run with rpmbuild --with tests
@ -26,7 +26,7 @@
Summary: PHP Extension and Application Repository framework
Name: php-pear
Version: 1.10.9
Version: 1.10.13
Release: 1%{?dist}
Epoch: 1
# PEAR, PEAR_Manpages, Archive_Tar, XML_Util, Console_Getopt are BSD
@ -104,7 +104,7 @@ Requires: php-bz2
# for /var/www/html ownership
Requires: httpd-filesystem
%if 0%{?fedora}
Requires: php-composer(fedora/autoloader)
Recommends: php-composer(fedora/autoloader)
%endif
@ -258,10 +258,9 @@ phpunit \
AllTests || ret=1
cd %{buildroot}%{_datadir}/tests/pear/XML_Util/tests
%{_bindir}/php \
%{buildroot}/usr/share/pear/pearcmd.php \
run-tests \
| tee $LOG
phpunit \
--bootstrap=/usr/share/pear/XML/Util/autoload.php \
--test-suffix .php . || ret=1
cd %{buildroot}%{_datadir}/tests/pear/Console_Getopt/tests
%{_bindir}/php \
@ -333,6 +332,16 @@ fi
%changelog
* Tue Dec 14 2021 Remi Collet <rcollet@redhat.com> - 1:1.10.13-1
- update PEAR to 1.10.13
- update Archive_Tar to 1.4.14
* Thu May 14 2020 Remi Collet <rcollet@redhat.com> - 1:1.10.12-1
- update PEAR to 1.10.12
- update Archive_Tar to 1.4.9
- update Console_Getopt to 1.4.3
- update XML_Util to 1.4.5
* Tue May 7 2019 Remi Collet <rcollet@redhat.com> - 1:1.10.9-1
- update PEAR to 1.10.9
- update Archive_Tar to 1.4.7