diff --git a/python-pcodedmp.changes b/python-pcodedmp.changes index 375c486..86a00e0 100644 --- a/python-pcodedmp.changes +++ b/python-pcodedmp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 24 10:38:46 UTC 2021 - Jan Engelhardt + +- Update descriptions. + ------------------------------------------------------------------- Sat Jan 23 18:38:33 UTC 2021 - Sebastian Wagner diff --git a/python-pcodedmp.spec b/python-pcodedmp.spec index 18810b1..1829f32 100644 --- a/python-pcodedmp.spec +++ b/python-pcodedmp.spec @@ -24,8 +24,8 @@ Summary: A VBA p-code disassembler License: GPL-3.0-only URL: https://github.com/bontchev/pcodedmp Source: https://files.pythonhosted.org/packages/source/p/pcodedmp/pcodedmp-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module oletools >= 0.54} # /SECTION @@ -36,9 +36,10 @@ BuildArch: noarch %python_subpackages %description -Disassemble p-code of VBA code in OLE2 documents. +Disassembler for p-code of VBA code in OLE2 documents. -Supports VBA5 (Office 97, MacOffice 98), VBA6 (Office 2000 to Office 2009) and VBA7 (Office 2010 and higher). +It supports VBA5 (Office 97, MacOffice 98), VBA6 (Office 2000 to +Office 2009) and VBA7 (Office 2010 and higher). %prep %setup -q -n pcodedmp-%{version}