Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / gdal
Commits: a4c48457 by Robin Candau at 2026-02-22T00:12:32+01:00 upgpkg: 3.12.2-1: New upstream release + Poppler 26.02.0 Rebuild https://archlinux.org/todo/poppler-26020-rebuild/ - - - - - 3 changed files: - .SRCINFO - PKGBUILD - REUSE.toml Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = gdal pkgdesc = A translator library for raster and vector geospatial data formats - pkgver = 3.12.1 - pkgrel = 2 + pkgver = 3.12.2 + pkgrel = 1 url = https://gdal.org/ changelog = gdal.changelog arch = x86_64 @@ -53,10 +53,10 @@ pkgbase = gdal makedepends = zstd makedepends = libaec makedepends = muparser - source = https://download.osgeo.org/gdal/3.12.1/gdal-3.12.1.tar.xz - source = gdal_fix_build_with_poppler_26.01.0.patch::https://github.com/OSGeo/gdal/commit/979604d97720287416742ef264977f0e53a84aa8.patch - b2sums = 5ab23a8d52411561d47cef8b987d0f06916047823380acb4c2993f69d0fccd3b0360809ff47b8a99132e912fc7ab312498e7ad4ac6be5db5ad3c0dcc540fc2a8 - b2sums = 13aad67439bae8da5406299293e8d63886515fd382ba8c70c763f851fb384445580494e40f904c13d93120b5bcdf29435a35452567a98d23ad205ab6900d75d7 + source = https://download.osgeo.org/gdal/3.12.2/gdal-3.12.2.tar.xz + source = gdal_fix_build_with_poppler_26.02.0.patch::https://github.com/OSGeo/gdal/commit/831295894d225b7d6098a5b8ccb51d33da52ef0c.patch?full_index=1 + b2sums = 89d0bb90436777cd2a50a9604f34eeee2c02775a85f7dcc7fb276a87db49b5caa0e6f3893663be11ec7ba78eb5da5d29c560e9edf7caa911e04c7121fabb9bd2 + b2sums = aef050127514eae638f11549c2c5e735e64dd4aadb6a9dba73d4d423df92b0cc9cfed44b2fd52d1f7cb11437ccb55b21b465b619013bdb9ac391f3e4c134e5d2 pkgname = gdal depends = proj @@ -105,5 +105,5 @@ pkgname = gdal pkgname = python-gdal pkgdesc = Python bindings for GDAL - depends = gdal=3.12.1 + depends = gdal=3.12.2 depends = python-numpy ===================================== PKGBUILD ===================================== @@ -5,8 +5,8 @@ pkgbase=gdal pkgname=(gdal python-gdal) -pkgver=3.12.1 -pkgrel=2 +pkgver=3.12.2 +pkgrel=1 pkgdesc="A translator library for raster and vector geospatial data formats" arch=(x86_64) url="https://gdal.org/" @@ -21,15 +21,15 @@ makedepends=(cmake opencl-headers python-setuptools python-numpy # ogdi changelog=$pkgbase.changelog source=(https://download.osgeo.org/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.xz - gdal_fix_build_with_poppler_26.01.0.patch::https://github.com/OSGeo/gdal/commit/979604d97720287416742ef264977f0e53a84aa8.patch) -b2sums=('5ab23a8d52411561d47cef8b987d0f06916047823380acb4c2993f69d0fccd3b0360809ff47b8a99132e912fc7ab312498e7ad4ac6be5db5ad3c0dcc540fc2a8' - '13aad67439bae8da5406299293e8d63886515fd382ba8c70c763f851fb384445580494e40f904c13d93120b5bcdf29435a35452567a98d23ad205ab6900d75d7') + gdal_fix_build_with_poppler_26.02.0.patch::https://github.com/OSGeo/gdal/commit/831295894d225b7d6098a5b8ccb51d33da52ef0c.patch?full_index=1) +b2sums=('89d0bb90436777cd2a50a9604f34eeee2c02775a85f7dcc7fb276a87db49b5caa0e6f3893663be11ec7ba78eb5da5d29c560e9edf7caa911e04c7121fabb9bd2' + 'aef050127514eae638f11549c2c5e735e64dd4aadb6a9dba73d4d423df92b0cc9cfed44b2fd52d1f7cb11437ccb55b21b465b619013bdb9ac391f3e4c134e5d2') prepare() { cd $pkgbase-$pkgver - # https://github.com/OSGeo/gdal/commit/979604d97720287416742ef264977f0e53a84aa8 - patch -Np1 -i "$srcdir/gdal_fix_build_with_poppler_26.01.0.patch" + # https://github.com/OSGeo/gdal/commit/831295894d225b7d6098a5b8ccb51d33da52ef0c + patch -Np1 -i "$srcdir/gdal_fix_build_with_poppler_26.02.0.patch" } build() { ===================================== REUSE.toml ===================================== @@ -21,10 +21,3 @@ path = [ ] SPDX-FileCopyrightText = "Arch Linux contributors" SPDX-License-Identifier = "0BSD" - -[[annotations]] -path = [ - "fix-build-with-poppler-25.10.0.patch", -] -SPDX-FileCopyrightText = "gdal contributors" -SPDX-License-Identifier = "MIT" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gdal/-/commit/a4c4845713707d51e290c8ee99ccca8a7c03747d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gdal/-/commit/a4c4845713707d51e290c8ee99ccca8a7c03747d You're receiving this email because of your account on gitlab.archlinux.org.
