diff --git a/python-CppHeaderParser.changes b/python-CppHeaderParser.changes index 1f4c64a..5e43da2 100644 --- a/python-CppHeaderParser.changes +++ b/python-CppHeaderParser.changes @@ -1,4 +1,4 @@ ------------------------------------------------------------------- Wed Aug 6 18:01:18 UTC 2025 - Matej Cepl -- Initial packaging effort for CppHeaderParser 2.7.4 +- Initial packaging effort for CppHeaderParser 2.7.4 (PED#13362, PED#13381). diff --git a/python-CppHeaderParser.spec b/python-CppHeaderParser.spec index 6b2a7d6..20a95ad 100644 --- a/python-CppHeaderParser.spec +++ b/python-CppHeaderParser.spec @@ -1,7 +1,7 @@ # # spec file for package python-CppHeaderParser # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,10 +23,10 @@ Summary: Parse C++ header files and generate a data structure representin License: BSD-3-Clause URL: https://github.com/senex/cppheaderparser Source: https://files.pythonhosted.org/packages/source/C/CppHeaderParser/CppHeaderParser-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module ply} # /SECTION