diff --git a/python-python-poppler.changes b/python-python-poppler.changes index 98aab4f..48d477f 100644 --- a/python-python-poppler.changes +++ b/python-python-poppler.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 23 04:20:18 UTC 2023 - Bernhard Wiedemann + +- Fix build with newer rpm + ------------------------------------------------------------------- Fri Aug 27 20:15:33 UTC 2021 - Ben Greiner diff --git a/python-python-poppler.spec b/python-python-poppler.spec index 3a1f786..ea005fa 100644 --- a/python-python-poppler.spec +++ b/python-python-poppler.spec @@ -58,7 +58,7 @@ to: %prep %autosetup -p1 -n python-poppler-%version -sed -i -e 's/-j2/%{?_smp_mflags}/' setup.py +sed -i -e "s/-j2/%{?_smp_mflags}/" setup.py %build export CXXFLAGS="%{optflags}"