From 57e7aba6076669c538e12519c4eb63f998f1274f Mon Sep 17 00:00:00 2001 From: liubo Date: Tue, 17 Oct 2023 15:25:23 +0800 Subject: [PATCH] Fixed the non-standard format of changelog Signed-off-by: liubo --- python-wheel.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-wheel.spec b/python-wheel.spec index 2ce8364..35712fc 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -1,7 +1,7 @@ %bcond_with bootstrap Name: python-wheel Version: 0.37.0 -Release: 2 +Release: 3 Epoch: 1 Summary: Built-package format for Python License: MIT @@ -81,7 +81,10 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -v --ignore build %endif %changelog -* Fri Oct 13 2023 liubo - 0.37.0-2 +* Tue Oct 17 2023 liubo - 1:0.37.0-3 +- Fixed Fixed the non-standard format of changelog + +* Fri Oct 13 2023 liubo - 1:0.37.0-2 - Fixed wheel pack duplicating WHEEL contents on build number * Tue Dec 21 2021 shixuantong - 0.37.0-1 -- Gitee