From 55d216922eae26dd08dc9f6c04dfd2f4acb1c0f89f8fe0245cd5c38c52a3737a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 24 Jan 2021 22:26:07 +0000 Subject: [PATCH] Accepting request 866349 from home:jengelh:branches:devel:languages:python - Update descriptions. OBS-URL: https://build.opensuse.org/request/show/866349 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pcodedmp?expand=0&rev=2 --- python-pcodedmp.changes | 5 +++++ python-pcodedmp.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) 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}