diff options
| -rw-r--r-- | unit-php.spec | 11 | 
1 files changed, 6 insertions, 5 deletions
diff --git a/unit-php.spec b/unit-php.spec index b9576d1..759daed 100644 --- a/unit-php.spec +++ b/unit-php.spec @@ -1,6 +1,6 @@  # remirepo/fedora spec file for unit-php  # -# Copyright (c) 2019-2023 Remi Collet +# Copyright (c) 2019-2024 Remi Collet  # License: CC-BY-SA-4.0  # http://creativecommons.org/licenses/by-sa/4.0/  # @@ -9,7 +9,7 @@  %global gh_owner     nginx  %global project      unit -%global gh_commit    09ab626b13a027a4d3f8b5dcdcdba3e8eee76977 +%global gh_commit    088117008c9e8f397a58cc8d8070ce047beff12f  %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.31.1 +Version:       1.32.0  Release:       1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Summary:       PHP module for NGINX Unit  License:       Apache-2.0 @@ -117,13 +117,14 @@ make %{modname}-install DESTDIR=%{buildroot}  %{!?_licensedir:%global license %%doc}  %license LICENSE  %doc NOTICE CHANGES *.md -%doc pkg/rpm/rpmbuild/SOURCES/unit.example-php-app -%doc pkg/rpm/rpmbuild/SOURCES/unit.example-php-config  %{_root_libdir}/unit/debug-modules/%{modname}.unit.so  %{_root_libdir}/unit/modules/%{modname}.unit.so  %changelog +* Tue Feb 27 2024 Remi Collet <remi@remirepo.net> - 1.32.0-1 +- update to 1.32.0 +  * Thu Oct 19 2023 Remi Collet <remi@remirepo.net> - 1.31.1-1  - update to 1.31.1  | 
