unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70273] [PATCH 0/2] Update linux-libre-lts to 6.6.
@ 2024-04-08 10:18 Ahmad Draidi via Guix-patches via
  2024-04-08 10:22 ` [bug#70273] [PATCH 1/2] gnu: linux-libre-lts: Update " Ahmad Draidi via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ahmad Draidi via Guix-patches via @ 2024-04-08 10:18 UTC (permalink / raw)
  To: 70273; +Cc: Ahmad Draidi, Florian Pelz, Julien Lepiller

Hello Guix,

I don't speak German, but I think the news entry should be OK. It's copied from 6.1 entry.
The commit hash will have to be updated, I believe.

Thanks!

Ahmad Draidi (2):
  gnu: linux-libre-lts: Update to 6.6.
  news: Add entry for the linux-libre-lts 6.6 update.

 etc/news.scm           | 10 ++++++++++
 gnu/packages/linux.scm | 10 +++++-----
 2 files changed, 15 insertions(+), 5 deletions(-)


base-commit: cd45294d576975a3bff2f755764a3f46f09ea6f9
-- 
2.41.0





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#70273] [PATCH 1/2] gnu: linux-libre-lts: Update to 6.6.
  2024-04-08 10:18 [bug#70273] [PATCH 0/2] Update linux-libre-lts to 6.6 Ahmad Draidi via Guix-patches via
@ 2024-04-08 10:22 ` Ahmad Draidi via Guix-patches via
  2024-04-08 10:22 ` [bug#70273] [PATCH 2/2] news: Add entry for the linux-libre-lts 6.6 update Ahmad Draidi via Guix-patches via
  2024-04-08 22:31 ` bug#70273: [PATCH 0/2] Update linux-libre-lts to 6.6 Leo Famulari
  2 siblings, 0 replies; 4+ messages in thread
From: Ahmad Draidi via Guix-patches via @ 2024-04-08 10:22 UTC (permalink / raw)
  To: 70273; +Cc: Ahmad Draidi, Leo Famulari, Tobias Geerinckx-Rice, Wilko Meyer

6.6 is the newest long-term support version of the kernel.

* gnu/packages/linux.scm (linux-libre-lts-version, linux-libre-lts-gnu-revision,
linux-libre-lts-pristine-source, linux-libre-lts-source, linux-libre-lts): Use
linux-libre-6.6.

Change-Id: Ia461c64004977e1a61a7d049b1d355438bae451e
---
 gnu/packages/linux.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1877ebe394..68674d2ec3 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1207,11 +1207,11 @@ (define-public linux-libre-4.19
 ;; Linux-Libre.
 ;; Reference: <https://www.kernel.org/category/releases.html>
 
-(define-public linux-libre-lts-version         linux-libre-6.1-version)
-(define-public linux-libre-lts-gnu-revision    linux-libre-6.1-gnu-revision)
-(define-public linux-libre-lts-pristine-source linux-libre-6.1-pristine-source)
-(define-public linux-libre-lts-source          linux-libre-6.1-source)
-(define-public linux-libre-lts                 linux-libre-6.1)
+(define-public linux-libre-lts-version         linux-libre-6.6-version)
+(define-public linux-libre-lts-gnu-revision    linux-libre-6.6-gnu-revision)
+(define-public linux-libre-lts-pristine-source linux-libre-6.6-pristine-source)
+(define-public linux-libre-lts-source          linux-libre-6.6-source)
+(define-public linux-libre-lts                 linux-libre-6.6)
 
 \f
 ;;;
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#70273] [PATCH 2/2] news: Add entry for the linux-libre-lts 6.6 update.
  2024-04-08 10:18 [bug#70273] [PATCH 0/2] Update linux-libre-lts to 6.6 Ahmad Draidi via Guix-patches via
  2024-04-08 10:22 ` [bug#70273] [PATCH 1/2] gnu: linux-libre-lts: Update " Ahmad Draidi via Guix-patches via
@ 2024-04-08 10:22 ` Ahmad Draidi via Guix-patches via
  2024-04-08 22:31 ` bug#70273: [PATCH 0/2] Update linux-libre-lts to 6.6 Leo Famulari
  2 siblings, 0 replies; 4+ messages in thread
From: Ahmad Draidi via Guix-patches via @ 2024-04-08 10:22 UTC (permalink / raw)
  To: 70273; +Cc: Ahmad Draidi, Florian Pelz, Julien Lepiller

* etc/news.scm: Add entry.

Change-Id: Ic57c76c300712e4a6053052611e6483b4d72f0c5
---
 etc/news.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/etc/news.scm b/etc/news.scm
index 9443475455..b83046c646 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -31,6 +31,16 @@
 (channel-news
  (version 0)
 
+ (entry (commit "1e46dd36dcfa87b8e720944cc235a4c79d112f15")
+        (title
+         (en "Linux-libre LTS kernel updated to 6.6")
+         (de "Linux-libre LTS Kernel wird auf 6.6 aktualisiert"))
+        (body
+         (en "The default version of the @code{linux-libre-lts} kernel has been
+             updated to the 6.6 longterm release series.")
+         (de "Der standardmäßig verwendete @code{linux-libre-lts}-Kernel basiert
+              jetzt auf der 6.6-Versionsreihe (Langzeitunterstützung).")))
+
  (entry (commit "523f3def65ab061a87f4fc9e6f9008e6a78fafb5")
         (title
          (en "GNOME updated to version 44 with a more modular desktop service")
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#70273: [PATCH 0/2] Update linux-libre-lts to 6.6.
  2024-04-08 10:18 [bug#70273] [PATCH 0/2] Update linux-libre-lts to 6.6 Ahmad Draidi via Guix-patches via
  2024-04-08 10:22 ` [bug#70273] [PATCH 1/2] gnu: linux-libre-lts: Update " Ahmad Draidi via Guix-patches via
  2024-04-08 10:22 ` [bug#70273] [PATCH 2/2] news: Add entry for the linux-libre-lts 6.6 update Ahmad Draidi via Guix-patches via
@ 2024-04-08 22:31 ` Leo Famulari
  2 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2024-04-08 22:31 UTC (permalink / raw)
  To: Ahmad Draidi via Guix-patches via
  Cc: Ahmad Draidi, Julien Lepiller, 70273-done, Florian Pelz

On Mon, Apr 08, 2024 at 02:18:21PM +0400, Ahmad Draidi via Guix-patches via wrote:
> Hello Guix,
> 
> I don't speak German, but I think the news entry should be OK. It's copied from 6.1 entry.
> The commit hash will have to be updated, I believe.

Thanks! Pushed as b4aed68e960116b2b60f68ea1468d7a526149823




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-04-08 22:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-08 10:18 [bug#70273] [PATCH 0/2] Update linux-libre-lts to 6.6 Ahmad Draidi via Guix-patches via
2024-04-08 10:22 ` [bug#70273] [PATCH 1/2] gnu: linux-libre-lts: Update " Ahmad Draidi via Guix-patches via
2024-04-08 10:22 ` [bug#70273] [PATCH 2/2] news: Add entry for the linux-libre-lts 6.6 update Ahmad Draidi via Guix-patches via
2024-04-08 22:31 ` bug#70273: [PATCH 0/2] Update linux-libre-lts to 6.6 Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).