From 790de5a9adf903a5fb6914bd046d4147e139d31447c5624f1a60adf96b4ce5e9 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 7 Aug 2025 12:37:55 +0000 Subject: [PATCH] Fix changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-CppHeaderParser?expand=0&rev=5 --- python-CppHeaderParser.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-CppHeaderParser.spec b/python-CppHeaderParser.spec index 52040a5..c9e947d 100644 --- a/python-CppHeaderParser.spec +++ b/python-CppHeaderParser.spec @@ -43,7 +43,8 @@ the class %prep %autosetup -p1 -n CppHeaderParser-%{version} -sed -E -i "1{/^#!\/usr\/bin.*python/d}" CppHeaderParser/CppHeaderParser.py +sed -E -i "1{/^#!\/usr\/bin.*python/d}" CppHeaderParser/CppHeaderParser.py \ + CppHeaderParser/examples/readSampleClass.py %build %pyproject_wheel