Accepting request 1128974 from home:adkorte:branches:devel:languages:php

- Update to 1.10.22
  - PEAR 1.10.14
    * Put glue and pieces parameters to implode in correct order for
      PHP 7.4+
    * Fix PHP bug 81653: Typo in install-pear-nozlib.phar
    * Add %S EXPECTF capability
    * Fix: Creation of dynamic property PEAR_Error::$callback is
      deprecated
    * Fixed extension loaded check for pecl binaries
    * Remove -n option from pecl.bat for shared extensions
    * Fix Using ${var} in strings is deprecated
    * Fix lingering license references to PHP license
    * Exclude tests from composer classmap
    * Fix private lastError name

OBS-URL: https://build.opensuse.org/request/show/1128974
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8-pear?expand=0&rev=5
This commit is contained in:
2023-12-01 08:16:54 +00:00
committed by Git OBS Bridge
parent 4783e74736
commit ff4b0af6d4
4 changed files with 416 additions and 363 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Nov 26 17:26:02 UTC 2023 - Arjen de Korte <suse+build@de-korte.org>
- Update to 1.10.22
- PEAR 1.10.14
* Put glue and pieces parameters to implode in correct order for
PHP 7.4+
* Fix PHP bug 81653: Typo in install-pear-nozlib.phar
* Add %S EXPECTF capability
* Fix: Creation of dynamic property PEAR_Error::$callback is
deprecated
* Fixed extension loaded check for pecl binaries
* Remove -n option from pecl.bat for shared extensions
* Fix Using ${var} in strings is deprecated
* Fix lingering license references to PHP license
* Exclude tests from composer classmap
* Fix private lastError name
-------------------------------------------------------------------
Wed Aug 11 05:50:51 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package php8-pear
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
%define pear_module_version(m) %(sed -n 's/.*=>.*%{1}-\\(.*\\)\\.tar.*/\\1/p' %{SOURCE0})
Name: php8-pear
Version: 1.10.21
Version: 1.10.22
Release: 0
Summary: PHP Extension and Application Repository
License: BSD-2-Clause