From a8bc5a44a05145e692f7d6967c301ca2021fea8c Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Wed, 26 Oct 2022 07:27:47 +0000 Subject: [PATCH] Rebuild for next release Signed-off-by: zhouwenpei (cherry picked from commit 2e104cce3b19d088f5cf621ede0d687a149b89bc) --- python-olefile.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-olefile.spec b/python-olefile.spec index 4041db0..b6a0c88 100644 --- a/python-olefile.spec +++ b/python-olefile.spec @@ -1,6 +1,6 @@ Name: python-olefile Version: 0.46 -Release: 4 +Release: 5 Summary: This Python package is used to parse, read and write Microsoft OLE2 files License: BSD URL: https://pypi.python.org/pypi/olefile/ @@ -42,6 +42,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %changelog +* Wed Oct 26 2022 zhouwenpei - 0.46-5 +- Rebuild for next release + * Sat Dec 5 2020 yanglongkang - 0.46-4 - Add make check