From 1a6e2a7a18dcb157018a57d071b62c2999289cfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=91=9E=E6=96=B9?= Date: Thu, 27 Oct 2022 02:07:41 +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-pygments.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pygments.spec b/python-pygments.spec index e8ccb56..dda610d 100644 --- a/python-pygments.spec +++ b/python-pygments.spec @@ -17,7 +17,7 @@ need to prettify source code. Highlights are: \ Name: python-pygments Summary: Syntax highlighting engine written in Python Version: 2.10.0 -Release: 1 +Release: 2 License: BSD URL: http://pygments.org/ Source0: https://pypi.org/packages/source/P/Pygments/Pygments-%{version}.tar.gz @@ -78,6 +78,9 @@ make test %endif %changelog +* Thu Oct 27 2022 zhangruifang - 2.10.0-2 +- Rebuild for next release + * Mon Dec 20 2021 renhongxun - 2.10.0-1 - Upgrade version to 2.10.0 -- Gitee