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

- updated to 8.1.2: This is a bug fix release. See
  https://www.php.net/ChangeLog-8.php#8.1.2
- updated to 8.1.1: This is a bug fix release. See
  https://www.php.net/ChangeLog-8.php#8.1.1
- update to 8.1.0: This release marks the latest major release of
  the PHP language. See https://www.php.net/ChangeLog-8.php#8.1.0
- cleanup php8.rpmlintrc
- build ffi extension (experimental)
- enable avif support for gd extension
- rebased patches
  % php-ar-flags.patch
  % php-crypt-tests.patch
  % php-ini.patch
  % php-build-reproducible-phar.patch
- deleted patches
  - php-systzdata-v20.patch
  - php8-gd-removed-unused-constants.patch
- added patch
  + php-systzdata-v21.patch

OBS-URL: https://build.opensuse.org/request/show/947866
OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php8?expand=0&rev=39
This commit is contained in:
2022-01-21 08:15:14 +00:00
committed by Git OBS Bridge
parent 32d3de6a90
commit d667b621db
13 changed files with 126 additions and 123 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Jan 20 18:40:58 UTC 2022 - Arjen de Korte <suse+build@de-korte.org>
- updated to 8.1.2: This is a bug fix release. See
https://www.php.net/ChangeLog-8.php#8.1.2
- updated to 8.1.1: This is a bug fix release. See
https://www.php.net/ChangeLog-8.php#8.1.1
- update to 8.1.0: This release marks the latest major release of
the PHP language. See https://www.php.net/ChangeLog-8.php#8.1.0
- cleanup php8.rpmlintrc
- build ffi extension (experimental)
- enable avif support for gd extension
- rebased patches
% php-ar-flags.patch
% php-crypt-tests.patch
% php-ini.patch
% php-build-reproducible-phar.patch
- deleted patches
- php-systzdata-v20.patch
- php8-gd-removed-unused-constants.patch
- added patch
+ php-systzdata-v21.patch
-------------------------------------------------------------------
Thu Jan 20 18:15:22 UTC 2022 - Arjen de Korte <suse+build@de-korte.org>