From 83819330b4353871a89f945a01c79d9de7ea6ee3 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Thu, 15 Dec 2022 16:57:33 +0100
Subject: update to 1.29.0

drop patch merged upstream
---
 unit-php.spec | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

(limited to 'unit-php.spec')

diff --git a/unit-php.spec b/unit-php.spec
index 7c37f8c..65ceefe 100644
--- a/unit-php.spec
+++ b/unit-php.spec
@@ -9,7 +9,7 @@
 
 %global gh_owner     nginx
 %global project      unit
-%global gh_commit    38bd7e76a134084ab95a4ee3125af1ccd7b35864
+%global gh_commit    87a1a9c0d275c6869e50bc9f3dfca1227ec54868
 %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.28.0
+Version:       1.29.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
@@ -42,9 +42,6 @@ URL:           https://unit.nginx.org/
 
 Source0:       https://github.com/%{gh_owner}/%{project}/archive/%{gh_commit}/%{project}-%{version}-%{gh_short}.tar.gz
 
-# https://github.com/nginx/unit/pull/713
-Patch0:        %{project}-php82.patch
-
 BuildRequires: make
 BuildRequires: %{?dtsprefix}gcc
 BuildRequires: %{?scl_prefix}php-devel
@@ -65,7 +62,6 @@ and NGINX unit %{version}.
 
 %prep
 %setup -qn %{project}-%{gh_commit}
-%patch0 -p1
 
 
 %build
@@ -126,6 +122,10 @@ make %{modname}-install DESTDIR=%{buildroot}
 
 
 %changelog
+* Thu Dec 15 2022 Remi Collet <remi@remirepo.net> - 1.29.0-1
+- update to 1.29.0
+- drop patch merged upstream
+
 * Tue Sep 13 2022 Remi Collet <remi@remirepo.net> - 1.28.0-1
 - update to 1.28.0
 
-- 
cgit