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