From 4a0b8f6a39fa0976545e8d453cf0eff6457ba7c2 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Mon, 1 Jan 2024 18:34:17 +0100 Subject: [PATCH 1/7] Rebuild (armadillo) --- gdal.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gdal.spec b/gdal.spec index d5f557d..35a20b6 100644 --- a/gdal.spec +++ b/gdal.spec @@ -51,7 +51,7 @@ Name: gdal Version: 3.7.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GIS file format library License: MIT URL: http://www.gdal.org @@ -570,6 +570,9 @@ cp -a %{SOURCE3} %{buildroot}%{_bindir}/%{name}-config %changelog +* Mon Jan 01 2024 Sandro Mani - 3.7.3-2 +- Rebuild (armadillo) + * Fri Nov 03 2023 Sandro Mani - 3.7.3-1 - Update to 3.7.3 From 123142f265c1529b9debc38bc5a75e59fd6621ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Sat, 27 Jan 2024 20:10:51 +0200 Subject: [PATCH 2/7] Enable arrow and libdeflate --- gdal.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gdal.spec b/gdal.spec index 35a20b6..4ce05a4 100644 --- a/gdal.spec +++ b/gdal.spec @@ -88,7 +88,9 @@ BuildRequires: gtest-devel BuildRequires: hdf-devel BuildRequires: hdf5-devel BuildRequires: json-c-devel +BuildRequires: libarrow-devel BuildRequires: libdap-devel +BuildRequires: libdeflate-devel BuildRequires: libgeotiff-devel BuildRequires: libgta-devel BuildRequires: libjpeg-devel From 85f7229b889bf20d0888e588a9a9a548e1f567f7 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Sat, 27 Jan 2024 19:50:49 +0100 Subject: [PATCH 3/7] Restrict libarrow-devel BR to 64bit arches --- gdal.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gdal.spec b/gdal.spec index 4ce05a4..0d412dd 100644 --- a/gdal.spec +++ b/gdal.spec @@ -88,7 +88,9 @@ BuildRequires: gtest-devel BuildRequires: hdf-devel BuildRequires: hdf5-devel BuildRequires: json-c-devel +%ifnarch %{ix86} %{arm} BuildRequires: libarrow-devel +%endif BuildRequires: libdap-devel BuildRequires: libdeflate-devel BuildRequires: libgeotiff-devel From 92240b269b7317e8f2120a3189b0e842abd6c360 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Sat, 27 Jan 2024 20:35:26 +0100 Subject: [PATCH 4/7] Enable libarrow, libdeflate --- gdal.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gdal.spec b/gdal.spec index 0d412dd..bc0f11c 100644 --- a/gdal.spec +++ b/gdal.spec @@ -51,7 +51,7 @@ Name: gdal Version: 3.7.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GIS file format library License: MIT URL: http://www.gdal.org @@ -574,6 +574,9 @@ cp -a %{SOURCE3} %{buildroot}%{_bindir}/%{name}-config %changelog +* Sat Jan 27 2024 Sandro Mani - 3.7.3-3 +- Enable libarrow, libdeflate + * Mon Jan 01 2024 Sandro Mani - 3.7.3-2 - Rebuild (armadillo) From f1766de840d71d4d2956d196de3a09ceea14c92f Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Mon, 26 Feb 2024 10:08:47 +0100 Subject: [PATCH 5/7] BR: libarchive --- gdal.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gdal.spec b/gdal.spec index bc0f11c..6cf3ea2 100644 --- a/gdal.spec +++ b/gdal.spec @@ -51,7 +51,7 @@ Name: gdal Version: 3.7.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: GIS file format library License: MIT URL: http://www.gdal.org @@ -88,6 +88,7 @@ BuildRequires: gtest-devel BuildRequires: hdf-devel BuildRequires: hdf5-devel BuildRequires: json-c-devel +BuildRequires: libarchive-devel %ifnarch %{ix86} %{arm} BuildRequires: libarrow-devel %endif @@ -137,6 +138,7 @@ BuildRequires: mingw32-expat BuildRequires: mingw32-freexl BuildRequires: mingw32-geos BuildRequires: mingw32-giflib +BuildRequires: mingw32-libarchive BuildRequires: mingw32-libgeotiff BuildRequires: mingw32-libgta BuildRequires: mingw32-libjpeg-turbo @@ -167,6 +169,7 @@ BuildRequires: mingw64-expat BuildRequires: mingw64-freexl BuildRequires: mingw64-geos BuildRequires: mingw64-giflib +BuildRequires: mingw64-libarchive BuildRequires: mingw64-libgeotiff BuildRequires: mingw64-libgta BuildRequires: mingw64-libjpeg-turbo @@ -574,6 +577,9 @@ cp -a %{SOURCE3} %{buildroot}%{_bindir}/%{name}-config %changelog +* Mon Feb 26 2024 Sandro Mani - 3.7.3-4 +- BR: libarchive + * Sat Jan 27 2024 Sandro Mani - 3.7.3-3 - Enable libarrow, libdeflate From c63a83a33d589eaf86b21f087ded60dda2c029bf Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Sun, 14 Apr 2024 16:22:34 +0200 Subject: [PATCH 6/7] BR: parquet-libs-devel --- gdal.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gdal.spec b/gdal.spec index 6cf3ea2..f57cca8 100644 --- a/gdal.spec +++ b/gdal.spec @@ -51,7 +51,7 @@ Name: gdal Version: 3.7.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: GIS file format library License: MIT URL: http://www.gdal.org @@ -115,6 +115,9 @@ BuildRequires: netcdf-devel BuildRequires: ogdi-devel BuildRequires: openexr-devel BuildRequires: openjpeg2-devel +%ifnarch %{ix86} %{arm} +BuildRequires: parquet-libs-devel +%endif BuildRequires: pcre2-devel %if 0%{?with_poppler} BuildRequires: poppler-devel @@ -577,6 +580,9 @@ cp -a %{SOURCE3} %{buildroot}%{_bindir}/%{name}-config %changelog +* Sun Apr 14 2024 Sandro Mani - 3.7.3-5 +- BR: parquet-libs-devel + * Mon Feb 26 2024 Sandro Mani - 3.7.3-4 - BR: libarchive From 4a40c655ae21e6d8f73a5c03130d4311ad1e03ea Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Tue, 25 Jun 2024 19:03:15 +0200 Subject: [PATCH 7/7] BR: libarrow-dataset-devel --- gdal.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gdal.spec b/gdal.spec index f57cca8..14b60d0 100644 --- a/gdal.spec +++ b/gdal.spec @@ -51,7 +51,7 @@ Name: gdal Version: 3.7.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: GIS file format library License: MIT URL: http://www.gdal.org @@ -91,6 +91,7 @@ BuildRequires: json-c-devel BuildRequires: libarchive-devel %ifnarch %{ix86} %{arm} BuildRequires: libarrow-devel +BuildRequires: libarrow-dataset-devel %endif BuildRequires: libdap-devel BuildRequires: libdeflate-devel @@ -580,6 +581,9 @@ cp -a %{SOURCE3} %{buildroot}%{_bindir}/%{name}-config %changelog +* Tue Jun 25 2024 Sandro Mani - 3.7.3-6 +- BR: libarrow-dataset-devel + * Sun Apr 14 2024 Sandro Mani - 3.7.3-5 - BR: parquet-libs-devel