summaryrefslogtreecommitdiffstats
path: root/unit-php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-10-09 08:54:32 +0200
committerRemi Collet <remi@remirepo.net>2020-10-09 08:54:32 +0200
commitd7b46b82b2f1fce5680f4e966b73a0980acdce9e (patch)
tree2de387db3ce1953bd76fbdc8736c28c1bbb052e8 /unit-php.spec
parent39adae2c42690d91285d912d15acc8d7cccd377a (diff)
v1.20.0
Diffstat (limited to 'unit-php.spec')
-rw-r--r--unit-php.spec12
1 files changed, 6 insertions, 6 deletions
diff --git a/unit-php.spec b/unit-php.spec
index c0b90a5..ea146d4 100644
--- a/unit-php.spec
+++ b/unit-php.spec
@@ -9,7 +9,7 @@
%global gh_owner nginx
%global project unit
-%global gh_commit ba445d31f17194be335fb8bf6295bceac991299d
+%global gh_commit 7d77d50568b347ec71a9db1f53b77d1976535294
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%undefine _debugsource_packages
@@ -34,16 +34,14 @@ Requires: %{scl_prefix}php-embedded
%endif
Name: %{?scl_prefix}%{project}-php
-Version: 1.19.0
-Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 1.20.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
URL: https://unit.nginx.org/
Source0: https://github.com/%{gh_owner}/%{project}/archive/%{gh_commit}/%{project}-%{version}-%{gh_short}.tar.gz
-Patch0: https://patch-diff.githubusercontent.com/raw/nginx/unit/pull/474.patch
-
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel
BuildRequires: %{?scl_prefix}php-embedded
@@ -62,7 +60,6 @@ and NGINX unit %{version}.
%prep
%setup -qn %{project}-%{gh_commit}
-%patch0 -p1 -b .pr
%build
@@ -121,6 +118,9 @@ make %{modname}-install DESTDIR=%{buildroot}
%changelog
+* Fri Oct 9 2020 Remi Collet <remi@remirepo.net> - 1.20.0-1
+- update to 1.20.0
+
* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 1.19.0-3
- rebuild for PHP 8.0.0RC1