SHA256
1
0
forked from pool/php8-pear

2 Commits

Author SHA256 Message Date
16421a150b Accepting request 1227674 from devel:languages:php
- Update to 1.10.24
  - PEAR 1.10.16
    * Fix bug #27796: "Array to string" conversion warnings on
      installs/other actions
    * Never reference E_STRICT on PHP 8.4+
    * Fix tests 8.1+
  - Archive_Tar 1.5.0
    * Fix @return true... to @return bool true... on some functions
    * Use 775 default for mkdirs, to avoid world-write
  - Structures_Graph 1.2.0
    * Update composer info (adds PHP/PEAR deps)
    * Update phpunit tests
    * Composer shows wrong license (forwarded request 1227628 from adkorte)

OBS-URL: https://build.opensuse.org/request/show/1227674
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/php8-pear?expand=0&rev=5
2024-12-03 19:45:33 +00:00
53ceccf0cd - Update to 1.10.24
- PEAR 1.10.16
    * Fix bug #27796: "Array to string" conversion warnings on
      installs/other actions
    * Never reference E_STRICT on PHP 8.4+
    * Fix tests 8.1+
  - Archive_Tar 1.5.0
    * Fix @return true... to @return bool true... on some functions
    * Use 775 default for mkdirs, to avoid world-write
  - Structures_Graph 1.2.0
    * Update composer info (adds PHP/PEAR deps)
    * Update phpunit tests
    * Composer shows wrong license

OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8-pear?expand=0&rev=9
2024-12-02 07:39:21 +00:00
4 changed files with 529 additions and 424 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Dec 1 19:14:16 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>
- Update to 1.10.24
- PEAR 1.10.16
* Fix bug #27796: "Array to string" conversion warnings on
installs/other actions
* Never reference E_STRICT on PHP 8.4+
* Fix tests 8.1+
- Archive_Tar 1.5.0
* Fix @return true... to @return bool true... on some functions
* Use 775 default for mkdirs, to avoid world-write
- Structures_Graph 1.2.0
* Update composer info (adds PHP/PEAR deps)
* Update phpunit tests
* Composer shows wrong license
-------------------------------------------------------------------
Sat Mar 9 19:59:45 UTC 2024 - Arjen de Korte <suse+build@de-korte.org>

View File

@@ -23,7 +23,7 @@
%define pear_module_version(m) %(sed -n 's/.*=>.*%{1}-\\(.*\\)\\.tar.*/\\1/p' %{SOURCE0})
Name: php8-pear
Version: 1.10.23
Version: 1.10.24
Release: 0
Summary: PHP Extension and Application Repository
License: BSD-2-Clause