public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/grass] epel10.2: Update to GRASS 8.5.0 (BZ#2416357)
@ 2026-06-15 10:04 Markus Neteler
0 siblings, 0 replies; only message in thread
From: Markus Neteler @ 2026-06-15 10:04 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-15 10:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 10:04 [rpms/grass] epel10.2: Update to GRASS 8.5.0 (BZ#2416357) Markus Neteler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox