diff --git a/oletools-0.60.zip b/oletools-0.60.1.zip similarity index 84% rename from oletools-0.60.zip rename to oletools-0.60.1.zip index 8ce08494bcbf6fa3fd4dcccac93c96c99054c96a..55719b15e7491fcd1ad4862ab7842be0e6524a83 100644 Binary files a/oletools-0.60.zip and b/oletools-0.60.1.zip differ diff --git a/python-oletools.spec b/python-oletools.spec index ffe5c23652f998e6facae99dadb115919e10a30a..e566cb06d4cf4e3f1a9426d852f585fd4a3baa80 100644 --- a/python-oletools.spec +++ b/python-oletools.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-oletools -Version: 0.60 +Version: 0.60.1 Release: 1 Summary: Python tools to analyze security characteristics of MS Office and OLE filesfor Malware Analysis and Incident Response License: MIT URL: https://github.com/decalage2/oletools -Source0: https://files.pythonhosted.org/packages/e2/48/0103c6e2b89958245d6f16c7da9a7d4b0acc0efe11608b82d66d4a073b80/oletools-0.60.zip +Source0: https://files.pythonhosted.org/packages/27/f7/95dc81030aac7704c00cc36cfb7c1746c4af6f96de5536494dce1dfd2d06/oletools-0.60.1.zip BuildArch: noarch Requires: python3-pyparsing @@ -40,7 +40,7 @@ Microsoft Office documents or Outlook messages, mainly for malware analysis, forensics and debugging. It is based on the olefile parser. %prep -%autosetup -n oletools-0.60 +%autosetup -n oletools-0.60.1 %build %py3_build @@ -80,5 +80,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Dec 14 2022 wenzhiwei - 0.60.1-1 +- update to 0.60.1 + * Fri Dec 17 2021 Python_Bot - 0.60-1 - Package Init