summaryrefslogtreecommitdiffstats
path: root/php-pear.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pear.spec')
-rw-r--r--php-pear.spec42
1 files changed, 34 insertions, 8 deletions
diff --git a/php-pear.spec b/php-pear.spec
index 9c1143f..96304e6 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.4.13
+%global arctarver 1.5.0
# https://pear.php.net/bugs/bug.php?id=19367
# Structures_Graph 1.0.4 - incorrect FSF address
%global structver 1.1.1
@@ -39,12 +39,13 @@
Summary: PHP Extension and Application Repository framework
Name: %{?scl_prefix}php-pear
-Version: 1.10.12
-Release: 8%{?dist}
+Version: 1.10.15
+Release: 2%{?dist}
Epoch: 1
-# PEAR, PEAR_Manpages, Archive_Tar, XML_Util, Console_Getopt are BSD
-# Structures_Graph is LGPLv3+
-License: BSD and LGPLv3+
+# BSD-2-Clause: PEAR, PEAR_Manpages, Archive_Tar, Console_Getopt
+# BSD-3-Clause: XML_Util
+# 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
Source0: http://download.pear.php.net/package/PEAR-%{version}%{?pearprever}.tgz
# wget https://raw.githubusercontent.com/pear/pear-core/stable/install-pear.php
@@ -279,11 +280,11 @@ install -m 644 -D macros.pear \
# apply patches on installed PEAR tree
pushd %{buildroot}%{peardir}
-: no patch
+ : none
popd
# Why this file here ?
-rm -rf %{buildroot}/.depdb* %{buildroot}/.lock %{buildroot}/.channels $RPM_BUILD_ROOT/.filemap
+rm -rf %{buildroot}/.depdb* %{buildroot}/.lock %{buildroot}/.channels %{buildroot}/.filemap
# Need for re-registrying XML_Util
install -pm 644 *.xml %{buildroot}%{_localstatedir}/lib/pear/pkgxml
@@ -464,6 +465,31 @@ fi
%changelog
+* Tue Mar 19 2024 Remi Collet <remi@remirepo.net> - 1.10.15-2
+- update Archive_Tar to 1.5.0
+
+* Mon Mar 11 2024 Remi Collet <remi@remirepo.net> - 1.10.15-1
+- update to 1.10.15
+
+* Mon Nov 27 2023 Remi Collet <remi@remirepo.net> - 1.10.14-1
+- update to 1.10.14
+- drop patches merged upstream
+
+* Thu Nov 23 2023 Remi Collet <remi@remirepo.net> - 1.10.13-7
+- fix more deprecations from
+ https://github.com/pear/pear-core/pull/127
+
+* Mon Feb 20 2023 Remi Collet <remi@remirepo.net> - 1.10.13-5
+- fix PHP 8.2 deprecations using patch from
+ https://github.com/pear/pear-core/pull/124
+- use SPDX license IDs
+
+* Wed Aug 11 2021 Remi Collet <remi@remirepo.net> - 1.10.13-1
+- update to 1.10.13
+
+* Wed Jul 21 2021 Remi Collet <remi@remirepo.net> - 1:1.10.12-9
+- update Archive_Tar to 1.4.14
+
* Fri Jun 18 2021 Remi Collet <remi@remirepo.net> - 1:1.10.12-8
- fedora/autoloader is optional