From 5017f0c5b9700da99f95bcc831dc8fae53aa3d80 Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Apr 16 2024 18:24:11 +0000 Subject: Update to 2.0.25.1, drop merged patches Use github.com as source for the main tarball Do not build for i686 any more --- diff --git a/.gitignore b/.gitignore index 8d25461..7951476 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,5 @@ /uwsgi-docs-3be14d3.tar.gz /uwsgi-2.0.24.tar.gz /uwsgi-docs-4e23afe.tar.gz +/2.0.25.1.tar.gz +/uwsgi-docs-8dcaacd.tar.gz diff --git a/sources b/sources index 41ee9d8..9afac1d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (uwsgi-2.0.24.tar.gz) = 55af38c1518409f8351c93a027f97958a8cdf36b1b5750dc316b9bc1cd35f9c3243c078e743c3b435c6c86d0991d5575c719326cc05ca9aad7d26dbdb78ab335 -SHA512 (uwsgi-docs-4e23afe.tar.gz) = 52ad1bdae491261aa3055241eeb6b9d12180b2a7b28b25b586453fe4fb6caf44755944e257ddddaf41c2b8dfb66b89cd0017a52036c8d54ecb7e4a8140edb76a +SHA512 (2.0.25.1.tar.gz) = 3b2a78917b129f5a2f38f3538e30b132e4cd6e270df55365ccc0dc6b94641a262af1484c62b252d0a24121eb68417cb061210e89e2b7885992ab4ffa07092119 +SHA512 (uwsgi-docs-8dcaacd.tar.gz) = 03f520652becb4409e9cf5fe30a2ce5595693786a08dac9ee59e05a7ba29283dced45f2416e8ccf758b1064f3002e34d6ae9fa166af5eea5cdbc99aaaf36ec4f diff --git a/uwsgi.spec b/uwsgi.spec index 374f0f7..08f0cf4 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -1,5 +1,5 @@ # Documentation sources: -%global commit 4e23afe3582b85103098b6047c349cffa552d692 +%global commit 8dcaacd4900accea52939f5495bfffd0f7408ad1 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global docrepo uwsgi-docs @@ -214,15 +214,17 @@ %endif Name: uwsgi -Version: 2.0.24 -Release: 2%{?dist} +Version: 2.0.25.1 +Release: 1%{?dist} Summary: Fast, self-healing, application container server # uwsgi is licensed under GPLv2 with a linking exception # docs are licensed under MIT License: GPLv2 with exceptions and MIT URL: https://github.com/unbit/uwsgi -Source0: http://projects.unbit.it/downloads/uwsgi-%{version}.tar.gz +ExcludeArch: %{ix86} + +Source0: https://github.com/unbit/uwsgi/archive/refs/tags/%{version}.tar.gz Source1: fedora.ini Source2: uwsgi.service Source3: emperor.ini @@ -242,8 +244,6 @@ Patch6: uwsgi_v8-314_compatibility.patch Patch7: uwsgi_fix_mono.patch Patch13: uwsgi_fix_chroot_chdir.patch Patch14: uwsgi_python312-2.patch -Patch15: uwsgi_fix_gcc_format_signedness.patch -Patch16: uwsgi_fix_glusterfs_io_cb.patch BuildRequires: curl, libxml2-devel, libuuid-devel, jansson-devel BuildRequires: libyaml-devel, ruby-devel @@ -1267,8 +1267,6 @@ cp -p %{SOURCE5} README.Fedora %endif %patch -P13 -p1 %patch -P14 -p1 -%patch -P15 -p1 -%patch -P16 -p1 %build CFLAGS="%{optflags} -Wno-error -Wno-unused-but-set-variable -fPIC" %{__python} uwsgiconfig.py --verbose --build fedora.ini @@ -1859,6 +1857,11 @@ exit 0 %changelog +* Tue Apr 16 2024 Ralf Ertzinger - 2.0.25.1-1 +- Update to 2.0.25.1, drop merged patches +- Use github.com as source for the main tarball +- Do not build for i686 any more + * Tue Mar 19 2024 Dominik Mierzejewski - 2.0.24-2 - Rebuilt for gloox-1.0.28