Compare commits
No commits in common. "c8-stream-7.4" and "c8-stream-7.3" have entirely different histories.
c8-stream-
...
c8-stream-
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,6 +1,6 @@
|
|||||||
SOURCES/Archive_Tar-1.4.14.tgz
|
SOURCES/Archive_Tar-1.4.7.tgz
|
||||||
SOURCES/Console_Getopt-1.4.3.tgz
|
SOURCES/Console_Getopt-1.4.2.tgz
|
||||||
SOURCES/PEAR-1.10.13.tgz
|
SOURCES/PEAR-1.10.9.tgz
|
||||||
SOURCES/PEAR_Manpages-1.10.0.tgz
|
SOURCES/PEAR_Manpages-1.10.0.tgz
|
||||||
SOURCES/Structures_Graph-1.1.1.tgz
|
SOURCES/Structures_Graph-1.1.1.tgz
|
||||||
SOURCES/XML_Util-1.4.5.tgz
|
SOURCES/XML_Util-1.4.3.tgz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
ef023e94c632e80ef78ddfee19e4af6abc54eed4 SOURCES/Archive_Tar-1.4.14.tgz
|
ac7a3acbcffcd6fb3c8ebc7b0760c4f5ed8c2861 SOURCES/Archive_Tar-1.4.7.tgz
|
||||||
88b7bfce2f71cd99b922fa5eff5247bd754a3bc1 SOURCES/Console_Getopt-1.4.3.tgz
|
76ba2a141347ec89b1989ce009e9fed6bf830ea4 SOURCES/Console_Getopt-1.4.2.tgz
|
||||||
f1ea5eae354f7a302c62edaa06d8b057de1b8be5 SOURCES/PEAR-1.10.13.tgz
|
121f4543291da473c03121503649737eaa4dd844 SOURCES/PEAR-1.10.9.tgz
|
||||||
50e7d88cafe27d02389b351ec4633a1219bf3603 SOURCES/PEAR_Manpages-1.10.0.tgz
|
327f6f97de909ffa40204f49614df72b05d26d00 SOURCES/PEAR_Manpages-1.10.0.tgz
|
||||||
2a9e5999e035aa3a6789011238b0a9a54806124a SOURCES/Structures_Graph-1.1.1.tgz
|
a27a6b3c9910675cff86be3a0d016f56f2c1750f SOURCES/Structures_Graph-1.1.1.tgz
|
||||||
c9fe1448ae7af4522f2cdfd741e14b1ef3998309 SOURCES/XML_Util-1.4.5.tgz
|
95e07febe0b6c843c51bfd0157e61fd1ba1e5626 SOURCES/XML_Util-1.4.3.tgz
|
||||||
|
@ -8,12 +8,12 @@
|
|||||||
%global peardir %{_datadir}/pear
|
%global peardir %{_datadir}/pear
|
||||||
%global metadir %{_localstatedir}/lib/pear
|
%global metadir %{_localstatedir}/lib/pear
|
||||||
|
|
||||||
%global getoptver 1.4.3
|
%global getoptver 1.4.2
|
||||||
%global arctarver 1.4.14
|
%global arctarver 1.4.7
|
||||||
# https://pear.php.net/bugs/bug.php?id=19367
|
# https://pear.php.net/bugs/bug.php?id=19367
|
||||||
# Structures_Graph 1.0.4 - incorrect FSF address
|
# Structures_Graph 1.0.4 - incorrect FSF address
|
||||||
%global structver 1.1.1
|
%global structver 1.1.1
|
||||||
%global xmlutil 1.4.5
|
%global xmlutil 1.4.3
|
||||||
%global manpages 1.10.0
|
%global manpages 1.10.0
|
||||||
|
|
||||||
# Tests are only run with rpmbuild --with tests
|
# Tests are only run with rpmbuild --with tests
|
||||||
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
Summary: PHP Extension and Application Repository framework
|
Summary: PHP Extension and Application Repository framework
|
||||||
Name: php-pear
|
Name: php-pear
|
||||||
Version: 1.10.13
|
Version: 1.10.9
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
# PEAR, PEAR_Manpages, Archive_Tar, XML_Util, Console_Getopt are BSD
|
# PEAR, PEAR_Manpages, Archive_Tar, XML_Util, Console_Getopt are BSD
|
||||||
@ -104,7 +104,7 @@ Requires: php-bz2
|
|||||||
# for /var/www/html ownership
|
# for /var/www/html ownership
|
||||||
Requires: httpd-filesystem
|
Requires: httpd-filesystem
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
Recommends: php-composer(fedora/autoloader)
|
Requires: php-composer(fedora/autoloader)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
@ -258,9 +258,10 @@ phpunit \
|
|||||||
AllTests || ret=1
|
AllTests || ret=1
|
||||||
|
|
||||||
cd %{buildroot}%{_datadir}/tests/pear/XML_Util/tests
|
cd %{buildroot}%{_datadir}/tests/pear/XML_Util/tests
|
||||||
phpunit \
|
%{_bindir}/php \
|
||||||
--bootstrap=/usr/share/pear/XML/Util/autoload.php \
|
%{buildroot}/usr/share/pear/pearcmd.php \
|
||||||
--test-suffix .php . || ret=1
|
run-tests \
|
||||||
|
| tee $LOG
|
||||||
|
|
||||||
cd %{buildroot}%{_datadir}/tests/pear/Console_Getopt/tests
|
cd %{buildroot}%{_datadir}/tests/pear/Console_Getopt/tests
|
||||||
%{_bindir}/php \
|
%{_bindir}/php \
|
||||||
@ -332,16 +333,6 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue May 7 2019 Remi Collet <rcollet@redhat.com> - 1:1.10.9-1
|
||||||
- update PEAR to 1.10.9
|
- update PEAR to 1.10.9
|
||||||
- update Archive_Tar to 1.4.7
|
- update Archive_Tar to 1.4.7
|
||||||
|
Loading…
Reference in New Issue
Block a user