diff options
| -rw-r--r-- | unit-php.spec | 13 | 
1 files changed, 8 insertions, 5 deletions
diff --git a/unit-php.spec b/unit-php.spec index 65ceefe..a9cdeff 100644 --- a/unit-php.spec +++ b/unit-php.spec @@ -1,7 +1,7 @@  # remirepo/fedora spec file for unit-php  # -# Copyright (c) 2019-2022 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2019-2023 Remi Collet +# License: CC-BY-SA-4.0  # http://creativecommons.org/licenses/by-sa/4.0/  #  # Please, preserve the changelog entries @@ -9,7 +9,7 @@  %global gh_owner     nginx  %global project      unit -%global gh_commit    87a1a9c0d275c6869e50bc9f3dfca1227ec54868 +%global gh_commit    32f9c3d6f9a97875b901357e2fc7a39010450d2c  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %undefine _debugsource_packages @@ -34,10 +34,10 @@ Requires: %{scl_prefix}php-embedded  %endif  Name:          %{?scl_prefix}%{project}-php -Version:       1.29.0 +Version:       1.29.1  Release:       1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Summary:       PHP module for NGINX Unit -License:       ASL 2.0 +License:       Apache-2.0  URL:           https://unit.nginx.org/  Source0:       https://github.com/%{gh_owner}/%{project}/archive/%{gh_commit}/%{project}-%{version}-%{gh_short}.tar.gz @@ -122,6 +122,9 @@ make %{modname}-install DESTDIR=%{buildroot}  %changelog +* Wed Mar  1 2023 Remi Collet <remi@remirepo.net> - 1.29.1-1 +- update to 1.29.1 +  * Thu Dec 15 2022 Remi Collet <remi@remirepo.net> - 1.29.0-1  - update to 1.29.0  - drop patch merged upstream  | 
