public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Sun Haiyong <sunhaiyong@zdbr.net>
To: git-commits@fedoraproject.org
Subject: [rpms/gdal] rawhide: Add loongarch64 to gdal-config.
Date: Tue, 16 Jun 2026 11:09:54 GMT [thread overview]
Message-ID: <178160819409.1.4058453631337080918.rpms-gdal-492645d3c990@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/gdal
Branch : rawhide
Commit : 492645d3c990e4f96ad2f6900ae056dd79bf9482
Author : Sun Haiyong <sunhaiyong@zdbr.net>
Date : 2026-06-16T19:06:59+08:00
Stats : +5/-2 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/gdal/c/492645d3c990e4f96ad2f6900ae056dd79bf9482?branch=rawhide
Log:
Add loongarch64 to gdal-config.
---
diff --git a/gdal-config b/gdal-config
index 0a258a7..2e2e2ba 100755
--- a/gdal-config
+++ b/gdal-config
@@ -2,7 +2,7 @@
ARCH=$(uname -m)
case $ARCH in
-x86_64 | ppc64 | ppc64le | ia64 | s390x | sparc64 | alpha | alphaev6 | aarch64 | riscv64 )
+x86_64 | ppc64 | ppc64le | ia64 | s390x | sparc64 | alpha | alphaev6 | aarch64 | riscv64 | loongarch64 )
gdal-config-64 ${*}
;;
*)
diff --git a/gdal.spec b/gdal.spec
index bef3d57..a95e638 100644
--- a/gdal.spec
+++ b/gdal.spec
@@ -52,7 +52,7 @@
Name: gdal
Version: 3.12.4
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: GIS file format library
License: MIT
URL: http://www.gdal.org
@@ -884,6 +884,9 @@ done
%changelog
+* Tue Jun 16 2026 Sun Haiyong <sunhaiyong@zdbr.net> - 3.12.4-6
+- Add loongarch64 to gdal-config.
+
* Fri Jun 12 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 3.12.4-6
- Rebuilt for openssl 4.0
reply other threads:[~2026-06-16 11:09 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=178160819409.1.4058453631337080918.rpms-gdal-492645d3c990@fedoraproject.org \
--to=sunhaiyong@zdbr.net \
--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