From a443c9eb2597374aca7f59d166f26c4fe6bafdc0755a1a587c3ebba8470703a2 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 8 Oct 2019 06:53:22 +0000 Subject: [PATCH] Accepting request 735519 from home:bruno_friedmann:branches:Application:Geo - Fix build error on TW due to boo#1153146 poppler missing boost devel OBS-URL: https://build.opensuse.org/request/show/735519 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/gdal?expand=0&rev=101 --- gdal.changes | 6 ++++++ gdal.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/gdal.changes b/gdal.changes index 74de3bf..e89f514 100644 --- a/gdal.changes +++ b/gdal.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Oct 6 12:00:05 UTC 2019 - Bruno Friedmann + +- Fix build error on TW due to boo#1153146 poppler missing boost + devel + ------------------------------------------------------------------- Thu Sep 5 18:50:20 UTC 2019 - Stefan BrĂ¼ns diff --git a/gdal.spec b/gdal.spec index 3c9e935..79073b3 100644 --- a/gdal.spec +++ b/gdal.spec @@ -66,10 +66,10 @@ BuildRequires: python3-setuptools BuildRequires: swig BuildRequires: unixODBC-devel BuildRequires: pkgconfig(OpenCL) +BuildRequires: pkgconfig(expat) >= 1.95.0 BuildRequires: pkgconfig(freexl) BuildRequires: pkgconfig(json) BuildRequires: pkgconfig(json-c) -BuildRequires: pkgconfig(expat) >= 1.95.0 BuildRequires: pkgconfig(libgeotiff) >= 1.2.1 BuildRequires: pkgconfig(libjpeg) BuildRequires: pkgconfig(liblzma) @@ -100,6 +100,9 @@ BuildRequires: ERDAS-ECW_JPEG_2000_SDK-devel BuildRequires: libecwj2-devel %endif %endif +# Fix libpoppler 0.81 +# boo#1153146 (once fixed remove this) +BuildRequires: libboost_headers-devel %description GDAL is a translator library for raster geospatial data formats that