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