From 14e995ce2ac1a125f4f26ee2d8cac88b31226e1a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 07:38:43 +0100 Subject: [PATCH] rebuilt with nginx 1.23.3 [release 3.0.0-3mamba;Thu Jan 26 2023] --- nginx-mod-dav-ext.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/nginx-mod-dav-ext.spec b/nginx-mod-dav-ext.spec index 6272249..0d2b9c4 100644 --- a/nginx-mod-dav-ext.spec +++ b/nginx-mod-dav-ext.spec @@ -1,7 +1,7 @@ -%define nginx_version 1.22.0 +%define nginx_version 1.23.3 Name: nginx-mod-dav-ext Version: 3.0.0 -Release: 2mamba +Release: 3mamba Summary: nginx module for WebDAV PROPFIND,OPTIONS,LOCK,UNLOCK support Group: System/Servers Vendor: openmamba @@ -9,7 +9,7 @@ Distribution: openmamba Packager: Silvan Calarco URL: https://github.com/arut/nginx-dav-ext-module/ Source: https://github.com/arut/nginx-dav-ext-module.git/v%{version}/nginx-dav-ext-module-%{version}.tar.bz2 -Source1: https://github.com/nginx/nginx.git/release-%{nginx_version}/nginx-%{nginx_version}.tar.bz2 +Source1: https://github.com/nginx/nginx/archive/refs/tags/release-%{nginx_version}.tar.gz License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -28,7 +28,7 @@ nginx module for WebDAV PROPFIND,OPTIONS,LOCK,UNLOCK support. mv nginx-dav-ext-module-%{version} nginx-dav-ext-module %build -cd nginx-%{nginx_version} +cd nginx-release-%{nginx_version} auto/configure \ --modules-path=%{_libdir}/nginx/modules \ --with-compat \ @@ -40,7 +40,7 @@ auto/configure \ %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -cd nginx-%{nginx_version}/objs +cd nginx-release-%{nginx_version}/objs for mod in ngx_*.so; do install -D -m0755 $mod %{buildroot}%{_libdir}/nginx/modules/$mod done @@ -60,6 +60,9 @@ _EOF %doc nginx-dav-ext-module/LICENSE %changelog +* Thu Jan 26 2023 Silvan Calarco 3.0.0-3mamba +- rebuilt with nginx 1.23.3 + * Fri Jun 10 2022 Silvan Calarco 3.0.0-2mamba - add configuration file in /etc/nginx/modules-available; install module below %{_libdir}/nginx/modules