From fc1375c5b06a67963ca62405befc0b560a031670 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Feb 2020 08:46:14 +0100 Subject: update to 1.15.0 --- unit-php.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/unit-php.spec b/unit-php.spec index 284e44c..85411b7 100644 --- a/unit-php.spec +++ b/unit-php.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for unit-php # -# Copyright (c) 2019 Remi Collet +# Copyright (c) 2019-2020 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 be8589d92580ff0bfc740f3d6b496fad411a050f +%global gh_commit e6bb4c54932a329ff8bc76bf97b36bebeceb428f %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.14.0 +Version: 1.15.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 @@ -117,6 +117,9 @@ make %{modname}-install DESTDIR=%{buildroot} %changelog +* Fri Feb 7 2020 Remi Collet - 1.15.0-1 +- update to 1.15.0 + * Fri Dec 27 2019 Remi Collet - 1.14.0-1 - update to 1.14.0 -- cgit