Compare commits

...

No commits in common. 'c9' and 'i9c-beta' have entirely different histories.
c9 ... i9c-beta

2
.gitignore vendored

@ -1,6 +1,6 @@
SOURCES/Archive_Tar-1.4.14.tgz SOURCES/Archive_Tar-1.4.14.tgz
SOURCES/Console_Getopt-1.4.3.tgz SOURCES/Console_Getopt-1.4.3.tgz
SOURCES/PEAR-1.10.13.tgz SOURCES/PEAR-1.10.14.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.5.tgz

@ -1,6 +1,6 @@
ef023e94c632e80ef78ddfee19e4af6abc54eed4 SOURCES/Archive_Tar-1.4.14.tgz ef023e94c632e80ef78ddfee19e4af6abc54eed4 SOURCES/Archive_Tar-1.4.14.tgz
88b7bfce2f71cd99b922fa5eff5247bd754a3bc1 SOURCES/Console_Getopt-1.4.3.tgz 88b7bfce2f71cd99b922fa5eff5247bd754a3bc1 SOURCES/Console_Getopt-1.4.3.tgz
f1ea5eae354f7a302c62edaa06d8b057de1b8be5 SOURCES/PEAR-1.10.13.tgz 28755f35a193c9c27e8260a8a382bbe790ff350a SOURCES/PEAR-1.10.14.tgz
50e7d88cafe27d02389b351ec4633a1219bf3603 SOURCES/PEAR_Manpages-1.10.0.tgz 50e7d88cafe27d02389b351ec4633a1219bf3603 SOURCES/PEAR_Manpages-1.10.0.tgz
2a9e5999e035aa3a6789011238b0a9a54806124a SOURCES/Structures_Graph-1.1.1.tgz 2a9e5999e035aa3a6789011238b0a9a54806124a SOURCES/Structures_Graph-1.1.1.tgz
c9fe1448ae7af4522f2cdfd741e14b1ef3998309 SOURCES/XML_Util-1.4.5.tgz c9fe1448ae7af4522f2cdfd741e14b1ef3998309 SOURCES/XML_Util-1.4.5.tgz

@ -26,12 +26,13 @@
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.14
Release: 1%{?dist} Release: 1%{?dist}
Epoch: 1 Epoch: 1
# PEAR, PEAR_Manpages, Archive_Tar, XML_Util, Console_Getopt are BSD # BSD-2-Clause: PEAR, PEAR_Manpages, Archive_Tar, Console_Getopt
# Structures_Graph is LGPLv3+ # BSD-3-Clause: XML_Util
License: BSD and LGPLv3+ # LGPL-3.0-or-later: Structures_Graph
License: BSD-2-Clause AND BSD-3-Clause AND LGPL-3.0-or-later
URL: http://pear.php.net/package/PEAR URL: http://pear.php.net/package/PEAR
Source0: http://download.pear.php.net/package/PEAR-%{version}%{?pearprever}.tgz Source0: http://download.pear.php.net/package/PEAR-%{version}%{?pearprever}.tgz
# wget https://raw.githubusercontent.com/pear/pear-core/stable/install-pear.php # wget https://raw.githubusercontent.com/pear/pear-core/stable/install-pear.php
@ -332,6 +333,12 @@ fi
%changelog %changelog
* Thu Mar 28 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1:1.10.14-1
- Rebuilt for MSVSphere 9.4 beta
* Mon Nov 27 2023 Remi Collet <rcollet@redhat.com> - 1:1.10.14-1
- update PEAR to 1.10.14 RHEL-17392
* Tue Dec 14 2021 Remi Collet <rcollet@redhat.com> - 1:1.10.13-1 * Tue Dec 14 2021 Remi Collet <rcollet@redhat.com> - 1:1.10.13-1
- update PEAR to 1.10.13 #2032448 - update PEAR to 1.10.13 #2032448
- update Archive_Tar to 1.4.14 - update Archive_Tar to 1.4.14

Loading…
Cancel
Save