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] f45: Update to 3.13.3
Date: Fri, 21 Aug 2026 07:52:27 GMT	[thread overview]
Message-ID: <178729874722.1.18076884859743690119.rpms-gdal-1f1847db1412@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/gdal
Branch : f45
Commit : 1f1847db14124b48000dc3a0c231290c38a89984
Author : Sandro Mani <manisandro@gmail.com>
Date   : 2026-08-21T09:46:31+02:00
Stats  : +18/-13 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/gdal/c/1f1847db14124b48000dc3a0c231290c38a89984?branch=f45

Log:
Update to 3.13.3

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

diff --git a/gdal.spec b/gdal.spec
index 4644191..5fb0858 100644
--- a/gdal.spec
+++ b/gdal.spec
@@ -51,8 +51,8 @@
 
 
 Name:          gdal
-Version:       3.13.2
-Release:       2%{?dist}
+Version:       3.13.3
+Release:       1%{?dist}
 Summary:       GIS file format library
 License:       MIT
 URL:           http://www.gdal.org
@@ -912,6 +912,9 @@ done
 
 
 %changelog
+* Thu Aug 20 2026 Sandro Mani <manisandro@gmail.com> - 3.13.3-1
+- Update to 3.13.3
+
 * Tue Aug 04 2026 Maxwell G <maxwell@gtmx.me> - 3.13.2-2
 - Rebuild for libpoppler
 

diff --git a/gdal_CMP0190.patch b/gdal_CMP0190.patch
index 1e18500..8aee44e 100644
--- a/gdal_CMP0190.patch
+++ b/gdal_CMP0190.patch
@@ -1,6 +1,6 @@
-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
+diff -rupN --no-dereference gdal-3.13.3-fedora/CMakeLists.txt gdal-3.13.3-fedora-new/CMakeLists.txt
+--- gdal-3.13.3-fedora/CMakeLists.txt	2026-08-18 11:13:59.000000000 +0200
++++ gdal-3.13.3-fedora-new/CMakeLists.txt	2026-08-21 09:32:49.678909633 +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 2fc2455..b090e47 100644
--- a/gdal_utils.patch
+++ b/gdal_utils.patch
@@ -1,6 +1,6 @@
-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
+diff -rupN --no-dereference gdal-3.13.3-fedora/frmts/iso8211/CMakeLists.txt gdal-3.13.3-fedora-new/frmts/iso8211/CMakeLists.txt
+--- gdal-3.13.3-fedora/frmts/iso8211/CMakeLists.txt	2026-08-18 11:14:00.000000000 +0200
++++ gdal-3.13.3-fedora-new/frmts/iso8211/CMakeLists.txt	2026-08-21 09:32:49.439448516 +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 --no-dereference gdal-3.13.2-fedora/frmts/iso8211/CMakeLists.txt gdal
      target_link_libraries(8211createfromxml PRIVATE $<TARGET_NAME:${GDAL_LIB_TARGET_NAME}> gdal_iso8211)
 +    install(TARGETS 8211createfromxml RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
  endif()
-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
+diff -rupN --no-dereference gdal-3.13.3-fedora/ogr/ogrsf_frmts/s57/CMakeLists.txt gdal-3.13.3-fedora-new/ogr/ogrsf_frmts/s57/CMakeLists.txt
+--- gdal-3.13.3-fedora/ogr/ogrsf_frmts/s57/CMakeLists.txt	2026-08-18 11:14:00.000000000 +0200
++++ gdal-3.13.3-fedora-new/ogr/ogrsf_frmts/s57/CMakeLists.txt	2026-08-21 09:32:49.439876165 +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 490c561..0bbe60d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (gdal-3.13.2-fedora.tar.xz) = 322d96b5a29a4463fd588e865ed9ddcb4afc6369b2a817427ac91d8f81dd392365d4dba94993fb579ce28fa230ac1dfc6a330612f97a0689de5e9e8c5462ee1e
-SHA512 (gdalautotest-3.13.2.zip) = c940abc2ea0953c9a6065cce139346aad97e525ee7355826d919d81048f3aacda3f0ea06e563e35a444dd22c1566bfe33430c13deab276794374a2c59859fa20
+SHA512 (gdal-3.13.3-fedora.tar.xz) = 05671b913a308bb69778f5ad302c3f50e820e6b94faad2b09527f0ddea31262c0f6c57864f86608e77aa0751af412a1df2850398c76338ebd6f78342feee773f
+SHA512 (gdalautotest-3.13.3.zip) = 4f235718cdeac3a00a69f3b0b1d6942fd5380443164ac0d0bd2910a9a96735db97e6058222276f8b5be0474e2826c4fc13e9f1fce2d9717f46697341f76e624a

                 reply	other threads:[~2026-08-21  7:52 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=178729874722.1.18076884859743690119.rpms-gdal-1f1847db1412@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