4 Commits

Author SHA256 Message Date
c71fc75a20 Accepting request 1329615 from devel:languages:php
- Update to 1.10.26
  - PEAR 1.10.28
    * don't use report_memleaks with 8.5+ (forwarded request 1329100 from adkorte)

OBS-URL: https://build.opensuse.org/request/show/1329615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8-pear?expand=0&rev=7
2026-01-29 16:43:57 +00:00
6f85c288eb - Update to 1.10.26
- PEAR 1.10.28
    * don't use report_memleaks with 8.5+

OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8-pear?expand=0&rev=13
2026-01-28 07:30:05 +00:00
ab07230eef Accepting request 1322916 from devel:languages:php
- Update to 1.10.25
  - PEAR 1.10.17
    * Fix HTTP chunked encoding handling
    * fix composer.json: typo in replace for pear_exception package
    * switch to https by default
    * Throw new Error instead of E_USER_ERROR on PHP 7.0+
    * update tests for https-first behavior
  - Archive_Tar 1.6.0
    * big file support
    * Fix return value of _writeBlock
    * Remove gzopen/gztell/gzseek shim (forwarded request 1322866 from adkorte)

OBS-URL: https://build.opensuse.org/request/show/1322916
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8-pear?expand=0&rev=6
2025-12-16 14:49:48 +00:00
eb689d3f93 - Update to 1.10.25
- PEAR 1.10.17
    * Fix HTTP chunked encoding handling
    * fix composer.json: typo in replace for pear_exception package
    * switch to https by default
    * Throw new Error instead of E_USER_ERROR on PHP 7.0+
    * update tests for https-first behavior
  - Archive_Tar 1.6.0
    * big file support
    * Fix return value of _writeBlock
    * Remove gzopen/gztell/gzseek shim

OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8-pear?expand=0&rev=11
2025-12-15 08:11:09 +00:00
4 changed files with 693 additions and 561 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Jan 25 20:08:38 UTC 2026 - Arjen de Korte <suse+build@de-korte.org>
- Update to 1.10.26
- PEAR 1.10.28
* don't use report_memleaks with 8.5+
-------------------------------------------------------------------
Sun Dec 14 20:56:13 UTC 2025 - Arjen de Korte <suse+build@de-korte.org>
- Update to 1.10.25
- PEAR 1.10.17
* Fix HTTP chunked encoding handling
* fix composer.json: typo in replace for pear_exception package
* switch to https by default
* Throw new Error instead of E_USER_ERROR on PHP 7.0+
* update tests for https-first behavior
- Archive_Tar 1.6.0
* big file support
* Fix return value of _writeBlock
* Remove gzopen/gztell/gzseek shim
-------------------------------------------------------------------
Sun Dec 1 19:14:16 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package php8-pear
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# 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.24
Version: 1.10.26
Release: 0
Summary: PHP Extension and Application Repository
License: BSD-2-Clause