diff --git a/oletools-0.60.zip b/oletools-0.60.2.zip similarity index 79% rename from oletools-0.60.zip rename to oletools-0.60.2.zip index 8ce08494bcbf6fa3fd4dcccac93c96c99054c96a..66d3a0a80951d78fc43c46e2cf2a76dcb86bf91e 100644 Binary files a/oletools-0.60.zip and b/oletools-0.60.2.zip differ diff --git a/python-oletools.spec b/python-oletools.spec index ffe5c23652f998e6facae99dadb115919e10a30a..13af9a17a927a675d4e83be3dae9cbe9225d04a6 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.2 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/e2/48/0103c6e2b89958245d6f16c7da9a7d4b0acc0efe11608b82d66d4a073b80/oletools-%{version}.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-%{version} %build %py3_build @@ -80,5 +80,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 10 2025 anyunhao -0.60.2-1 +- Package update to 0.62.2-1 + * Fri Dec 17 2021 Python_Bot - 0.60-1 - Package Init