From 52671ffe6be5a967920688c3b57289fc58d73153 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Fri, 21 Aug 2020 10:25:08 +0800 Subject: [PATCH] add release version for rebuild --- python-lxml.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-lxml.spec b/python-lxml.spec index 0c9c928..adf5045 100644 --- a/python-lxml.spec +++ b/python-lxml.spec @@ -7,7 +7,7 @@ The latest release works with all CPython versions from 2.7 to 3.7. Name: python-%{modname} Version: 4.2.3 -Release: 4 +Release: 5 Summary: XML processing library combining libxml2/libxslt with the ElementTree API License: BSD URL: http://lxml.de @@ -63,6 +63,9 @@ export WITH_CYTHON=true %doc README.rst src/lxml/isoschematron/resources/xsl/iso-schematron-xslt1/readme.txt %changelog +* Fri Aug 21 2020 shixuantong - 4.2.3-5 +- add release version for rebuild + * Mon May 18 2020 wangchen - 4.2.3-4 - rebuild for python-lxml -- Gitee