14
0

Accepting request 1105465 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1105465
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-poppler?expand=0&rev=4
This commit is contained in:
2023-08-23 12:58:45 +00:00
committed by Git OBS Bridge
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 23 04:20:18 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
- Fix build with newer rpm
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Aug 27 20:15:33 UTC 2021 - Ben Greiner <code@bnavigator.de> Fri Aug 27 20:15:33 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@@ -58,7 +58,7 @@ to:
%prep %prep
%autosetup -p1 -n python-poppler-%version %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 %build
export CXXFLAGS="%{optflags}" export CXXFLAGS="%{optflags}"