From 64ce6ee19e73e2ee2157b34aa22f4d82fbdb68f900e265c9ee1693e995664657 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 7 Aug 2025 12:13:21 +0000 Subject: [PATCH] Fix changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CppHeaderParser?expand=0&rev=2 --- python-CppHeaderParser.changes | 2 +- python-CppHeaderParser.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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