[packages/R] Up to 4.5.3

arekm arekm at pld-linux.org
Sun Apr 5 13:40:05 CEST 2026


commit 71786e42291e22541a443ce527f547e147b82883
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sun Apr 5 13:39:57 2026 +0200

    Up to 4.5.3

 R-timezone.patch | 14 +++++++-------
 R.spec           |  8 ++++----
 2 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/R.spec b/R.spec
index 9a5fe8e..d612f31 100644
--- a/R.spec
+++ b/R.spec
@@ -15,12 +15,12 @@
 Summary:	A language for data analysis and graphics
 Summary(pl.UTF-8):	Język do analizy danych oraz grafiki
 Name:		R
-Version:	4.4.3
-Release:	4
+Version:	4.5.3
+Release:	1
 License:	mixed (distributable), mostly GPL v2+
 Group:		Development/Languages
 Source0:	https://cran.r-project.org/src/base/R-4/%{name}-%{version}.tar.xz
-# Source0-md5:	4d87af81f83f992456a7d68d07bbbbf4
+# Source0-md5:	956bd2386728f62e4bda67e5b24c2c04
 Source1:	%{name}.desktop
 Source2:	%{name}.xpm
 Patch0:		%{name}-timezone.patch
@@ -257,7 +257,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f R.files
 %defattr(644,root,root,755)
-%doc README doc/{AUTHORS,COPYRIGHTS,FAQ,NEWS,NEWS.[012],RESOURCES,THANKS}
+%doc README doc/{AUTHORS,COPYRIGHTS,FAQ,NEWS,NEWS.[0-3],RESOURCES,THANKS}
 %attr(755,root,root) %{_bindir}/R
 %attr(755,root,root) %{_bindir}/Rscript
 %dir %{_libdir}/R
diff --git a/R-timezone.patch b/R-timezone.patch
index 9156d8d..902cde4 100644
--- a/R-timezone.patch
+++ b/R-timezone.patch
@@ -1,12 +1,13 @@
---- R-4.3.3/src/library/base/R/datetime.R.orig	2024-08-18 22:04:40.459721089 +0200
-+++ R-4.3.3/src/library/base/R/datetime.R	2024-08-19 06:21:30.138228198 +0200
-@@ -91,63 +91,6 @@ Sys.timezone <- function(location = TRUE
+--- R-4.5.3/src/library/base/R/datetime.R.orig	2026-04-05 13:16:38.596545410 +0200
++++ R-4.5.3/src/library/base/R/datetime.R	2026-04-05 13:16:51.107083933 +0200
+@@ -91,63 +91,6 @@
          } else tzdir <- ""
      }
  
--    ## First try timedatectl: should work on any modern Linux
--    ## as part of systemd (and probably nowhere else)
+-    ## First try timedatectl: should work on any modern (post 2015)
+-    ## glibc-based Linux as part of systemd (and probably nowhere else)
 -    ## https://www.freedesktop.org/software/systemd/man/sd_booted.html
+-    ## systemd is (in 2025) an optional part of musl
 -    if (dir.exists("/run/systemd/system") && nzchar(Sys.which("timedatectl"))) {
 -        inf <- system("timedatectl", intern = TRUE)
 -        ## typical format:
@@ -60,7 +61,6 @@
 -            }
 -        }
 -    }
--
+ 
      ## non-Debian Linux (if not covered above), macOS, *BSD, ...
      ## According to the glibc's (at least 2.26)
-     ##   manual/time.texi, it can be configured to use
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/R.git/commitdiff/71786e42291e22541a443ce527f547e147b82883



More information about the pld-cvs-commit mailing list