Accepting request 1185349 from Publishing
OBS-URL: https://build.opensuse.org/request/show/1185349 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pdf2djvu?expand=0&rev=52
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 4 08:44:35 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Enforce c++20 on factory to fix build failures with
|
||||
poppler >= 24.05
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 9 14:14:57 UTC 2023 - pgajdos@suse.com
|
||||
|
||||
|
@@ -47,8 +47,10 @@ metadata (including XMP metadata).
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} < 1550
|
||||
%if 0%{?suse_version} == 1500
|
||||
export CXXFLAGS="%{optflags} -std=c++17"
|
||||
%else
|
||||
export CXXFLAGS="%{optflags} -std=c++20"
|
||||
%endif
|
||||
%configure
|
||||
%make_build
|
||||
|
Reference in New Issue
Block a user