diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-13 14:18:01 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-13 14:18:01 +0200 |
commit | 1449f7d6d52eaeb26e0f3053180e54149417398f (patch) | |
tree | 900f3e581b71447dc41051daf72fbfe04d838ba6 | |
parent | dfbef53ecaa26b7c689f41fa96cbd613147c8930 (diff) |
update to 1.28.0
-rw-r--r-- | unit-php.spec | 11 |
1 files 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 <remi@remirepo.net> - 1.28.0-1 +- update to 1.28.0 + * Thu Jun 2 2022 Remi Collet <remi@remirepo.net> - 1.27.0-2 - fix build with PHP 8.2 using patch from https://github.com/nginx/unit/pull/713 |