public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Sandro Mani <manisandro@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gdal] rawhide: Update to gdal-3.13.2
Date: Sun, 26 Jul 2026 06:13:27 GMT	[thread overview]
Message-ID: <178504640772.1.8727632669698281237.rpms-gdal-5ac0ea319d35@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gdal
Branch : rawhide
Commit : 5ac0ea319d35446a957228ed0cd4cd1325caefd9
Author : Sandro Mani <manisandro@gmail.com>
Date   : 2026-07-26T08:13:14+02:00
Stats  : +18/-13 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/gdal/c/5ac0ea319d35446a957228ed0cd4cd1325caefd9?branch=rawhide

Log:
Update to gdal-3.13.2

---
diff --git a/.gitignore b/.gitignore
index f301353..6489f5a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -149,3 +149,5 @@ gdalautotest-1.7.0.tar.gz
 /gdal-3.12.4-fedora.tar.xz
 /gdalautotest-3.13.1.zip
 /gdal-3.13.1-fedora.tar.xz
+/gdal-3.13.2-fedora.tar.xz
+/gdalautotest-3.13.2.zip

diff --git a/gdal.spec b/gdal.spec
index 90e171d..8dcc765 100644
--- a/gdal.spec
+++ b/gdal.spec
@@ -51,8 +51,8 @@
 
 
 Name:          gdal
-Version:       3.13.1
-Release:       3%{?dist}
+Version:       3.13.2
+Release:       1%{?dist}
 Summary:       GIS file format library
 License:       MIT
 URL:           http://www.gdal.org
@@ -912,6 +912,9 @@ done
 
 
 %changelog
+* Sat Jul 25 2026 Sandro Mani <manisandro@gmail.com> - 3.13.2-1
+- Update to 3.13.2
+
 * Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 3.13.1-3
 - Rebuilt for Python 3.15.0b4 ABI change
 

diff --git a/gdal_CMP0190.patch b/gdal_CMP0190.patch
index 1e43fcb..1e18500 100644
--- a/gdal_CMP0190.patch
+++ b/gdal_CMP0190.patch
@@ -1,6 +1,6 @@
-diff -rupN gdal-3.13.1-fedora/CMakeLists.txt gdal-3.13.1-fedora-new/CMakeLists.txt
---- gdal-3.13.1-fedora/CMakeLists.txt	2026-06-12 19:19:39.112866746 +0200
-+++ gdal-3.13.1-fedora-new/CMakeLists.txt	2026-06-12 19:20:00.744841987 +0200
+diff -rupN --no-dereference gdal-3.13.2-fedora/CMakeLists.txt gdal-3.13.2-fedora-new/CMakeLists.txt
+--- gdal-3.13.2-fedora/CMakeLists.txt	2026-07-22 14:24:14.000000000 +0200
++++ gdal-3.13.2-fedora-new/CMakeLists.txt	2026-07-25 08:21:59.359705508 +0200
 @@ -1,6 +1,7 @@
  # CMake4GDAL project is distributed under MIT license. See accompanying file LICENSE.txt.
  include(cmake/helpers/GdalCMakeMinimumRequired.cmake)

diff --git a/gdal_utils.patch b/gdal_utils.patch
index cd48277..2fc2455 100644
--- a/gdal_utils.patch
+++ b/gdal_utils.patch
@@ -1,6 +1,6 @@
-diff -rupN gdal-3.13.0-fedora/frmts/iso8211/CMakeLists.txt gdal-3.13.0-fedora-new/frmts/iso8211/CMakeLists.txt
---- gdal-3.13.0-fedora/frmts/iso8211/CMakeLists.txt	2026-05-08 12:14:57.000000000 +0200
-+++ gdal-3.13.0-fedora-new/frmts/iso8211/CMakeLists.txt	2026-05-08 21:25:34.877655109 +0200
+diff -rupN --no-dereference gdal-3.13.2-fedora/frmts/iso8211/CMakeLists.txt gdal-3.13.2-fedora-new/frmts/iso8211/CMakeLists.txt
+--- gdal-3.13.2-fedora/frmts/iso8211/CMakeLists.txt	2026-07-22 14:24:14.000000000 +0200
++++ gdal-3.13.2-fedora-new/frmts/iso8211/CMakeLists.txt	2026-07-25 08:21:59.075564439 +0200
 @@ -18,12 +18,15 @@ if (BUILD_APPS)
      add_executable(8211dump 8211dump.cpp)
      target_include_directories(8211dump PRIVATE $<TARGET_PROPERTY:gdal_iso8211,SOURCE_DIR>)
@@ -17,9 +17,9 @@ diff -rupN gdal-3.13.0-fedora/frmts/iso8211/CMakeLists.txt gdal-3.13.0-fedora-ne
      target_link_libraries(8211createfromxml PRIVATE $<TARGET_NAME:${GDAL_LIB_TARGET_NAME}> gdal_iso8211)
 +    install(TARGETS 8211createfromxml RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
  endif()
-diff -rupN gdal-3.13.0-fedora/ogr/ogrsf_frmts/s57/CMakeLists.txt gdal-3.13.0-fedora-new/ogr/ogrsf_frmts/s57/CMakeLists.txt
---- gdal-3.13.0-fedora/ogr/ogrsf_frmts/s57/CMakeLists.txt	2026-05-08 12:14:57.000000000 +0200
-+++ gdal-3.13.0-fedora-new/ogr/ogrsf_frmts/s57/CMakeLists.txt	2026-05-08 21:23:23.666799494 +0200
+diff -rupN --no-dereference gdal-3.13.2-fedora/ogr/ogrsf_frmts/s57/CMakeLists.txt gdal-3.13.2-fedora-new/ogr/ogrsf_frmts/s57/CMakeLists.txt
+--- gdal-3.13.2-fedora/ogr/ogrsf_frmts/s57/CMakeLists.txt	2026-07-22 14:24:14.000000000 +0200
++++ gdal-3.13.2-fedora-new/ogr/ogrsf_frmts/s57/CMakeLists.txt	2026-07-25 08:21:59.075883319 +0200
 @@ -38,7 +38,8 @@ if (USE_ONLY_EMBEDDED_RESOURCE_FILES)
      target_compile_definitions(ogr_S57 PRIVATE USE_ONLY_EMBEDDED_RESOURCE_FILES)
  endif()

diff --git a/sources b/sources
index e97605c..490c561 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (gdal-3.13.1-fedora.tar.xz) = ffd10ac5f4e424847c232d2d594609e4e95494ea87a02811051ae606cb7cc5394cafbe1ca9244501d3080c2802efdbbb2124f00f8fa24c5481314007042f4b79
-SHA512 (gdalautotest-3.13.1.zip) = 52b7e0769d6dae1cb2c25dd1095a17c7189fe4c917ba5a3da4df28ff6aef52fa31be98fff5e1cefd29952d1dae070b56ed54ce5165a014111ef77ba225eb69d4
+SHA512 (gdal-3.13.2-fedora.tar.xz) = 322d96b5a29a4463fd588e865ed9ddcb4afc6369b2a817427ac91d8f81dd392365d4dba94993fb579ce28fa230ac1dfc6a330612f97a0689de5e9e8c5462ee1e
+SHA512 (gdalautotest-3.13.2.zip) = c940abc2ea0953c9a6065cce139346aad97e525ee7355826d919d81048f3aacda3f0ea06e563e35a444dd22c1566bfe33430c13deab276794374a2c59859fa20

                 reply	other threads:[~2026-07-26  6:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178504640772.1.8727632669698281237.rpms-gdal-5ac0ea319d35@fedoraproject.org \
    --to=manisandro@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox