From 0324f59d620a5acbbafaa2221ebc0753364e051c30fb4e9bcca3709c236d066b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 23 Aug 2023 10:54:00 +0000 Subject: [PATCH] Accepting request 1105341 from home:bmwiedemann:branches:devel:languages:python Fix build with newer rpm because %_smp_mflags gets expanded to a shell variable there. OBS-URL: https://build.opensuse.org/request/show/1105341 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-poppler?expand=0&rev=7 --- python-python-poppler.changes | 5 +++++ python-python-poppler.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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}"