public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/R] rawhide: Update to 4.6.1
@ 2026-06-24  9:08 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-06-24  9:08 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/R
Branch : rawhide
Commit : 7b02681b10e1def70e9f1dc96ac2b395ee29f34a
Author : Iñaki Úcar <iucar@fedoraproject.org>
Date   : 2026-06-24T10:22:11+02:00
Stats  : +11/-19 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/R/c/7b02681b10e1def70e9f1dc96ac2b395ee29f34a?branch=rawhide

Log:
Update to 4.6.1

---
diff --git a/.gitignore b/.gitignore
index 473aee7..dfc178e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -63,3 +63,4 @@
 /R-4.5.2.tar.gz
 /R-4.5.3.tar.gz
 /R-4.6.0.tar.gz
+/R-4.6.1.tar.gz

diff --git a/R.spec b/R.spec
index e5ff238..2c595dd 100644
--- a/R.spec
+++ b/R.spec
@@ -15,30 +15,17 @@
 # We don't want the tex provides that generate here
 %global __provides_exclude tex\\\(.*\\\)
 
-# We need at least gcc 10
-%if 0%{?rhel} && 0%{?rhel} < 9
-%global _lto_cflags %nil
-%endif
-
-%if 0%{?fedora} >= 33 || 0%{?rhel} >= 9
-%global blaslib flexiblas
-%global blasvar %{nil}
-%else
-%global blaslib openblas
-%global blasvar o
-%endif
-
 # Should be the previous version, to make mass-rebuilds easier
 %bcond_with bootstrap
 %global bootstrap_abi 4.5
 
 %global major_version 4
 %global minor_version 6
-%global patch_version 0
+%global patch_version 1
 
 Name:           R
 Version:        %{major_version}.%{minor_version}.%{patch_version}
-Release:        3%{?dist}
+Release:        1%{?dist}
 Summary:        A language for data analysis and graphics
 
 License:        GPL-2.0-or-later
@@ -66,7 +53,7 @@ BuildRequires:  zlib-devel
 BuildRequires:  libdeflate-devel
 BuildRequires:  libzstd-devel
 BuildRequires:  tre-devel
-BuildRequires:  %{blaslib}-devel
+BuildRequires:  flexiblas-devel
 BuildRequires:  libSM-devel
 BuildRequires:  libX11-devel
 BuildRequires:  libICE-devel
@@ -209,7 +196,7 @@ Requires:       zlib-devel
 Requires:       libdeflate-devel
 Requires:       libzstd-devel
 Requires:       tre-devel
-Requires:       %{blaslib}-devel
+Requires:       flexiblas-devel
 Requires:       libX11-devel
 Requires:       libicu-devel
 Requires:       libtirpc-devel
@@ -342,7 +329,7 @@ export JAVA_HOME=%{_jvmdir}/jre
   rincludedir=%{_includedir}/R \
   rsharedir=%{_datadir}/R \
   --with-system-tre \
-  --with-blas=%{blaslib}%{blasvar} \
+  --with-blas=flexiblas \
   --with-lapack \
   --with-tcl-config=/usr/%{_lib}/tclConfig.sh \
   --with-tk-config=/usr/%{_lib}/tkConfig.sh \
@@ -972,6 +959,10 @@ TZ="Europe/Paris" make check
 %{_libdir}/libRmath.a
 
 %changelog
+* Wed Jun 24 2026 Iñaki Úcar <iucar@fedoraproject.org> - 4.6.1-1
+- Update to 4.6.1
+- Remove BLAS and LTO adjustments for EPEL 8, no longer supported
+
 * Wed May 27 2026 František Zatloukal <fzatlouk@redhat.com> - 4.6.0-3
 - Rebuilt for icu 78.3
 

diff --git a/sources b/sources
index 6dc9a67..dcc75f2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (R-4.6.0.tar.gz) = 109d0141389583cc27e3e810e3cc029709e695cc411932564d9e88898a750ff8c1fae00abb3ab9714d85e591960aca81cd3da9cdfa07a7d810cd0a7be03ddeb1
+SHA512 (R-4.6.1.tar.gz) = 2f40e7e0b5808052bb177c9cdac8045a365a42835bb98e183421282dfd3ba8cbdc13e4efccf7753c0ba0faed1f289a77697ae1fe1659bca1fb54008f8b9d98d2

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-24  9:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24  9:08 [rpms/R] rawhide: Update to 4.6.1 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox