guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: maint: update-NEWS: Track "gcc-toolchain", not "gcc".


From: guix-commits
Subject: 02/02: maint: update-NEWS: Track "gcc-toolchain", not "gcc".
Date: Mon, 20 May 2019 05:53:00 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 996ecaf64e397341dbed70198032ce828040e5ac
Author: Ludovic Courtès <address@hidden>
Date:   Mon May 20 11:50:21 2019 +0200

    maint: update-NEWS: Track "gcc-toolchain", not "gcc".
    
    This is a followup to d78010b81ee6ef4fd8803082e2f401b9e55b44db.
    
    * build-aux/update-NEWS.scm (write-packages-updates)[important]: Replace
    "gcc" by "gcc-toolchain".
---
 build-aux/update-NEWS.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build-aux/update-NEWS.scm b/build-aux/update-NEWS.scm
index bf5f0e1..a05ecad 100644
--- a/build-aux/update-NEWS.scm
+++ b/build-aux/update-NEWS.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2017, 2018 Ludovic Courtès <address@hidden>
+;;; Copyright © 2017, 2018, 2019 Ludovic Courtès <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -105,7 +105,7 @@ paragraph."
 (define (write-packages-updates news-file old new)
   "Write to NEWS-FILE the list of packages upgraded between OLD and NEW."
   (define important
-    '("gcc" "glibc" "binutils" "gdb"                   ;toolchain
+    '("gcc-toolchain" "glibc" "binutils" "gdb"         ;toolchain
       "shepherd" "linux-libre" "xorg-server" "cups"    ;OS
       "gnome" "xfce" "enlightenment" "lxde" "mate"     ;desktop env.
       "guile" "bash" "python" "python2" "perl"         ;languages



reply via email to

[Prev in Thread] Current Thread [Next in Thread]