rebase to 8.1.32
Resolves: RHEL-87153 Resolves: RHEL-68864 Resolves: RHEL-68717 Resolves: RHEL-68644
This commit is contained in:
parent
3d147fbbbd
commit
55978e3073
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,7 +1,6 @@
|
||||
/php-7.4.*.tar.xz*
|
||||
/php-8.0.*.tar.xz*
|
||||
/php-8.2.*.tar.xz*
|
||||
/php-8.3.*.tar.xz*
|
||||
/php-8.1.27.tar.xz
|
||||
/php-8.1.27.tar.xz.asc
|
||||
/php-8.1.30.tar.xz
|
||||
/php-8.1.30.tar.xz.asc
|
||||
/php-8.1.32.tar.xz
|
||||
/php-8.1.32.tar.xz.asc
|
||||
|
7
php.spec
7
php.spec
@ -1,4 +1,4 @@
|
||||
# Fedora spec file for php
|
||||
# RHEL / Fedora spec file for php
|
||||
#
|
||||
# License: MIT
|
||||
# http://opensource.org/licenses/MIT
|
||||
@ -64,7 +64,7 @@
|
||||
%bcond_with imap
|
||||
%bcond_without lmdb
|
||||
|
||||
%global upver 8.1.30
|
||||
%global upver 8.1.32
|
||||
#global rcver RC1
|
||||
|
||||
Summary: PHP scripting language for creating dynamic web sites
|
||||
@ -1539,6 +1539,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Apr 23 2025 Remi Collet <rcollet@redhat.com> - 8.1.32-1
|
||||
- rebase to 8.1.32
|
||||
|
||||
* Tue Nov 12 2024 Remi Collet <rcollet@redhat.com> - 8.1.30-1
|
||||
- rebase to 8.1.30 RHEL-64144
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (php-8.1.30.tar.xz) = cdca1c1671362272bf6c2abf45d097b42ca06c0abf962ee814bf478f8b346f274f42a1b1aa6603cdd59a1978a8b9d1971b589706f2909b6ea34594de0edaee1e
|
||||
SHA512 (php-8.1.30.tar.xz.asc) = bb4ef0449c389747473a10acc0cf3777eb043658dbc1ef2bdc6a4aff93be2e5e9a0934a2e426d741e198e0546dd11c55258d8d46927acc35572cbe9321804fb2
|
||||
SHA512 (php-8.1.32.tar.xz) = d8084415ead65d685c68c4264e793abb1322b01e120c2ac09c2e33889a13513fb42401621fcb702e36bc1a3239b317a4c10e20c676bb19eb05749a6d6e646318
|
||||
SHA512 (php-8.1.32.tar.xz.asc) = 38665d6ecff5fe938341167f0640acf93f8fa9f541c6755c750c3cc18f2268fafb213e2644a6e56b7bac7fc5a415c58fbaac51a24e1e2500bdd6561777c4e61d
|
||||
|
Loading…
Reference in New Issue
Block a user