From f096c4b685b4f0d875d4cf307bd0d76ecab6518e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Feb 2024 15:13:05 +0100 Subject: update to 1.32.0 --- unit-php.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'unit-php.spec') 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 - 1.32.0-1 +- update to 1.32.0 + * Thu Oct 19 2023 Remi Collet - 1.31.1-1 - update to 1.31.1 -- cgit