#15 update to 5.0.0 (#2250905)
Merged 3 months ago by jorton. Opened 3 months ago by jorton.
rpms/ jorton/mod_wsgi rebase-500  into  rawhide

file modified
+1
@@ -25,3 +25,4 @@ 

  /mod_wsgi-4.9.1.tar.gz

  /mod_wsgi-4.9.3.tar.gz

  /mod_wsgi-4.9.4.tar.gz

+ /mod_wsgi-5.0.0.tar.gz

file modified
+6 -8
@@ -1,10 +1,4 @@ 

- %{!?_httpd_apxs: %{expand: %%global _httpd_apxs %%{_sbindir}/apxs}}

- 

  %{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)}}

- %{!?_httpd_confdir:    %{expand: %%global _httpd_confdir    %%{_sysconfdir}/httpd/conf.d}}

- # /etc/httpd/conf.d with httpd < 2.4 and defined as /etc/httpd/conf.modules.d with httpd >= 2.4

- %{!?_httpd_modconfdir: %{expand: %%global _httpd_modconfdir %%{_sysconfdir}/httpd/conf.d}}

- %{!?_httpd_moddir:    %{expand: %%global _httpd_moddir    %%{_libdir}/httpd/modules}}

  

  %if 0%{?fedora} || 0%{?rhel} > 7

  %bcond_without python3
@@ -15,8 +9,8 @@ 

  %endif

  

  Name:           mod_wsgi

- Version:        4.9.4

- Release:        8%{?dist}

+ Version:        5.0.0

+ Release:        1%{?dist}

  Summary:        A WSGI interface for Python web applications in Apache

  License:        Apache-2.0 AND CC-BY-3.0

  URL:            https://modwsgi.readthedocs.io/
@@ -159,6 +153,10 @@ 

  %endif

  

  %changelog

+ * Thu Jan 25 2024 Joe Orton <jorton@redhat.com> - 5.0.0-1

+ - update to 5.0.0 (#2250905)

+ - remove redundant _httpd_ macro definitions

+ 

  * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.9.4-8

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (mod_wsgi-4.9.4.tar.gz) = 0898221d95f0ce374cbd34a1849a6e6b5bd7850644d5fe36f558dcc58095cd535c854cb06798482d312485b8d89b8641d91fa26af3d208e10a6073b885af3199

+ SHA512 (mod_wsgi-5.0.0.tar.gz) = 3ecc3ad2fd05164929915541be61201db8d35d1e27183ce26c67583b836bb404bd10c88a2ada94714a14140a7f885eb67256cf02bf47aa0dbd81aecd0894a984

remove redundant httpd macro definitions

Pull-Request has been merged by jorton

3 months ago