diff options
author | Remi Collet <remi@remirepo.net> | 2021-05-28 08:10:32 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-05-28 08:10:32 +0200 |
commit | 29dc0713b2a5911e8869bf3545214783ab0e9b6d (patch) | |
tree | 5cc5bf993a58fc78f8ade80acdfdf7b2fc13b312 | |
parent | bb3b41a9f6c31ba41299971ed3adfdede5c469c9 (diff) |
update to 1.24.0
-rw-r--r-- | unit-php.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/unit-php.spec b/unit-php.spec index b4195f3..4f20763 100644 --- a/unit-php.spec +++ b/unit-php.spec @@ -9,7 +9,7 @@ %global gh_owner nginx %global project unit -%global gh_commit 71d3700951f04a8f69664b5671864c824874b18e +%global gh_commit 25d8e102b0b3ca6cfa15b752397566fdbe2f7eaa %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %undefine _debugsource_packages @@ -34,7 +34,7 @@ Requires: %{scl_prefix}php-embedded %endif Name: %{?scl_prefix}%{project}-php -Version: 1.23.0 +Version: 1.24.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 @@ -122,6 +122,9 @@ make %{modname}-install DESTDIR=%{buildroot} %changelog +* Fri May 28 2021 Remi Collet <remi@remirepo.net> - 1.24.0-1 +- update to 1.24.0 + * Fri Mar 26 2021 Remi Collet <remi@remirepo.net> - 1.23.0-1 - update to 1.23.0 |