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