Date: Friday, November 25, 2022 @ 02:57:01
  Author: kgizdov
Revision: 1353735

upgpkg: gdal 3.6.0-2: revert FS#75749 change

Modified:
  gdal/trunk/PKGBUILD
  gdal/trunk/gdal.changelog

----------------+
 PKGBUILD       |   33 ++++++++++++++-------------------
 gdal.changelog |    3 +++
 2 files changed, 17 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-25 02:55:31 UTC (rev 1353734)
+++ PKGBUILD    2022-11-25 02:57:01 UTC (rev 1353735)
@@ -6,7 +6,7 @@
 pkgbase=gdal
 pkgname=(gdal python-gdal)
 pkgver=3.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A translator library for raster and vector geospatial data formats"
 arch=(x86_64)
 url="https://gdal.org/";
@@ -74,24 +74,19 @@
 package_gdal () {
   depends=(proj blosc crypto++ curl libdeflate expat libfreexl geos libgeotiff
            giflib libjpeg-turbo json-c xz libxml2 lz4 unixodbc ocl-icd openssl
-           pcre2 libpng qhull libspatialite sqlite libtiff xerces-c zlib zstd
-           # https://github.com/OSGeo/gdal/issues/6281
-           # optdepends should be either hard deps or split package
-           # due to upstream design choice - hard dep for the moment
-           arrow cfitsio hdf5 libheif mariadb-libs netcdf openexr openjpeg2
-           podofo poppler postgresql-libs libwebp)
-#  optdepends=('arrow: Arrow/Parquet support'
-#              'cfitsio: FITS support'
-#              'hdf5: HDF5 support'
-#              'libheif: HEIF support'
-#              'mariadb-libs: MySQL support'
-#              'netcdf: netCDF support'
-#              'openexr: EXR support'
-#              'openjpeg2: JP2 support'
-#              'podofo: PDF support'
-#              'poppler: PDF support'
-#              'postgresql-libs: PostgreSQL support'
-#              'libwebp: WebP support')
+           pcre2 libpng qhull libspatialite sqlite libtiff xerces-c zlib zstd)
+  optdepends=('arrow: Arrow/Parquet support'
+              'cfitsio: FITS support'
+              'hdf5: HDF5 support'
+              'libheif: HEIF support'
+              'mariadb-libs: MySQL support'
+              'netcdf: netCDF support'
+              'openexr: EXR support'
+              'openjpeg2: JP2 support'
+              'podofo: PDF support'
+              'poppler: PDF support'
+              'postgresql-libs: PostgreSQL support'
+              'libwebp: WebP support')
 
   make -C build DESTDIR="${pkgdir}" install
   install -Dm644 ${pkgname}-${pkgver}/LICENSE.TXT -t 
"${pkgdir}"/usr/share/licenses/$pkgbase/

Modified: gdal.changelog
===================================================================
--- gdal.changelog      2022-11-25 02:55:31 UTC (rev 1353734)
+++ gdal.changelog      2022-11-25 02:57:01 UTC (rev 1353735)
@@ -1,3 +1,6 @@
+2022-11-25 Konstantin Gizdov <[email protected]>
+       * gdal 3.6.0-2
+       * revert FS#75749 fix - not an issue
 2022-11-24 Konstantin Gizdov <[email protected]>
        * gdal 3.6.0-1
        * FS#75749 - upstream plugin architecture requires hard dependencies 
(implemented) or splitting plugins into a separate package

Reply via email to