public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Markus Neteler <neteler@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/grass] epel10.2: Update to GRASS 8.5.0 (BZ#2416357)
Date: Mon, 15 Jun 2026 10:04:28 GMT [thread overview]
Message-ID: <178151786808.1.9080274009694781790.rpms-grass-d5d4ce942585@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/grass
Branch : epel10.2
Commit : d5d4ce9425858ca836c5896e23f8f68b14d239d7
Author : Markus Neteler <neteler@gmail.com>
Date : 2026-05-09T17:10:02+02:00
Stats : +16/-6 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/grass/c/d5d4ce9425858ca836c5896e23f8f68b14d239d7?branch=epel10.2
Log:
Update to GRASS 8.5.0 (BZ#2416357)
- Update to GRASS 8.5.0 (BZ#2416357)
- Update to CMAKE_CXX_STANDARD 17 as PDAL requirement
- Fix flexiblas config
---
diff --git a/.gitignore b/.gitignore
index 7b9c2ac..aa302b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@
/grass-8.4.0.tar.gz
/grass-8.4.1.tar.gz
/grass-8.4.2.tar.gz
+/grass-8.5.0.tar.gz
diff --git a/grass.spec b/grass.spec
index ee83ace..582ad3c 100644
--- a/grass.spec
+++ b/grass.spec
@@ -1,8 +1,8 @@
-%global shortver 84
+%global shortver 85
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
Name: grass
-Version: 8.4.2
+Version: 8.5.0
Release: 6%{?dist}
Summary: GRASS GIS - Geographic Resources Analysis Support System
@@ -16,6 +16,9 @@ Summary: GRASS GIS - Geographic Resources Analysis Support System
%global main_python3 1
%endif
+# PDAL requires CMAKE_CXX_STANDARD 17, GRASS supports it as well
+%global _pkg_extra_cxxflags "-std=gnu++17"
+
# Note that the bcond macros are named for the CLI option they create.
# "%%bcond_without" means "ENABLE by default and create a --without option"
%bcond_without python3
@@ -165,7 +168,7 @@ find -name \*.pl | xargs sed -i -e 's,#!/usr/bin/env perl,#!%{__perl},'
--prefix=%{_libdir} \
--with-blas \
%if %{with flexiblas}
- --with-blas-includes=%{_includedir}/flexiblas \
+ --with-blas=flexiblas \
%endif
--with-bzlib \
--with-cairo \
@@ -176,9 +179,10 @@ find -name \*.pl | xargs sed -i -e 's,#!/usr/bin/env perl,#!%{__perl},'
--with-freetype-includes=%{_includedir}/freetype2 \
--with-gdal=%{_bindir}/gdal-config \
--with-geos=%{_bindir}/geos-config \
- --with-lapack \
%if %{with flexiblas}
- --with-lapack-includes=%{_includedir}/flexiblas \
+ --with-lapack=flexiblas \
+%else
+ --with-lapack \
%endif
%if 0%{?rhel} > 7
--with-mysql=no \
@@ -332,6 +336,11 @@ fi
%{_libdir}/%{name}%{shortver}/include
%changelog
+* Sat May 09 2026 Markus Neteler <neteler@mundialis.de> - 8.5.0-1
+- Update to GRASS 8.5.0 (BZ#2416357)
+- Update to CMAKE_CXX_STANDARD 17 as PDAL requirement
+- Fix flexiblas config
+
* Mon Feb 16 2026 Markus Neteler <neteler@mundialis.de> - 8.4.2-6
- Drop non-existing configure flags
diff --git a/sources b/sources
index 9ae3f53..bf0688d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (grass-8.4.2.tar.gz) = bbbe219b0d4a7075374c7f8b11de838f014ea0bce84a22dc9089d65fe49fd4f41d8e39867f08fa12ab46e8ff883389c22ccb9976ef89c2fed24834d1ba5cf6fb
+SHA512 (grass-8.5.0.tar.gz) = 7f492dd1bf81c6cefab2d1e3efbfcaa7a435aa7e1257dddb773ddd9066cac1f48540d46a285fd6adb152b78dfcd891549e56186a17b23b2655ea303d498a8cbc
reply other threads:[~2026-06-15 10:04 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=178151786808.1.9080274009694781790.rpms-grass-d5d4ce942585@fedoraproject.org \
--to=neteler@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