From 1449f7d6d52eaeb26e0f3053180e54149417398f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Sep 2022 14:18:01 +0200 Subject: update to 1.28.0 --- unit-php.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/unit-php.spec b/unit-php.spec index 11604d3..7c37f8c 100644 --- a/unit-php.spec +++ b/unit-php.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for unit-php # -# Copyright (c) 2019-2021 Remi Collet +# Copyright (c) 2019-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -9,7 +9,7 @@ %global gh_owner nginx %global project unit -%global gh_commit 3d1fa29f1d03e392df534b6589d3e1d2ed883671 +%global gh_commit 38bd7e76a134084ab95a4ee3125af1ccd7b35864 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %undefine _debugsource_packages @@ -34,8 +34,8 @@ Requires: %{scl_prefix}php-embedded %endif Name: %{?scl_prefix}%{project}-php -Version: 1.27.0 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 1.28.0 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: PHP module for NGINX Unit License: ASL 2.0 URL: https://unit.nginx.org/ @@ -126,6 +126,9 @@ make %{modname}-install DESTDIR=%{buildroot} %changelog +* Tue Sep 13 2022 Remi Collet - 1.28.0-1 +- update to 1.28.0 + * Thu Jun 2 2022 Remi Collet - 1.27.0-2 - fix build with PHP 8.2 using patch from https://github.com/nginx/unit/pull/713 -- cgit