From 8760174f36eac11c135dcac1f97c90afe08798b0 Mon Sep 17 00:00:00 2001 From: cherry530 Date: Thu, 10 Nov 2022 09:55:48 +0800 Subject: [PATCH] fix source0 err Signed-off-by: cherry530 --- python-asgiref.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-asgiref.spec b/python-asgiref.spec index 7b1720f..6723f25 100644 --- a/python-asgiref.spec +++ b/python-asgiref.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-asgiref Version: 3.5.2 -Release: 1 +Release: 2 Summary: ASGI specs, helper code, and adapters License: BSD-3-Clause URL: https://github.com/django/asgiref/ -Source0: https://github.com/django/asgired/archive/refs/tags/3.5.2.tar.gz +Source0: https://github.com/django/asgiref/archive/refs/tags/3.5.2.tar.gz BuildArch: noarch %description ASGI is a standard for Python asynchronous web apps and servers to communicate @@ -84,6 +84,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 10 2022 xu_ping - 3.5.2-2 +- fix source0 err + * Fri Oct 14 2022 Ge Wang - 3.5.2-1 - Upgrade to version 3.5.2