From 624ef4cd4af936e521cc144fed6411e6e8917b4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=91=9E=E6=96=B9?= Date: Tue, 25 Oct 2022 06:15:58 +0000 Subject: [PATCH] Rebuild for next release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张瑞方 --- python-chardet.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-chardet.spec b/python-chardet.spec index 9e17210..0c90636 100644 --- a/python-chardet.spec +++ b/python-chardet.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-chardet Version: 4.0.0 -Release: 1 +Release: 2 Summary: Universal encoding detector for Python 2 and 3 License: LGPL-2.1-only URL: https://github.com/chardet/chardet @@ -75,5 +75,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 25 2022 zhangruifang - 4.0.0-2 +- Rebuild for next release + * Wed Jul 14 2021 OpenStack_SIG - 4.0.0-1 - Package Spec generate