From 7e2264be56f02c498cade26c806f3405b268a7c1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Mar 2023 08:40:20 +0100 Subject: update to 1.29.1 --- unit.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/unit.spec b/unit.spec index e017813..ed21c43 100644 --- a/unit.spec +++ b/unit.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 @@ -11,14 +11,14 @@ %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}) Name: unit Summary: NGINX Unit application server -Version: 1.29.0 +Version: 1.29.1 Release: 1%{?dist} -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 @@ -182,6 +182,9 @@ BANNER %changelog +* Wed Mar 1 2023 Remi Collet - 1.29.1-1 +- update to 1.29.1 + * Thu Dec 15 2022 Remi Collet - 1.29.0-1 - update to 1.29.0 - drop patches merged upstream -- cgit