guix-commits
[Top][All Lists]
Advanced

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

branch master updated (85c7e8e -> b0a6a97)


From: Ludovic Courtès
Subject: branch master updated (85c7e8e -> b0a6a97)
Date: Thu, 14 Apr 2016 22:32:44 +0000

civodul pushed a change to branch master
in repository guix.

      from  85c7e8e   Revert "gnu: util-linux: Add "static" output."
       new  7d27a02   upstream: Pass a package object to updaters.
       new  444bb0d   gnu-maintenance: Recognize source tarball with "-src" in 
their name.
       new  63e8bb1   gnu-maintenance: Move FTP directory info to 'properties' 
fields.
       new  8a2154f   download: Send an ANSI erase-in-line sequence in addition 
to CR.
       new  4d276c6   download: Add 'current-terminal-columns' parameter.
       new  29ff6d9   syscalls: Add TIOCGWINSZ bindings.
       new  069d43a   ui: 'package->recutils' accurately honors the number of 
columns.
       new  9703fef   ui: Use 'terminal-columns'.
       new  cc44fbb   guix download: Honor the number of columns of the 
terminal.
       new  b0a6a97   substitute: Honor the number of columns of the client 
terminal.

The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 gnu/packages/fonts.scm              |    4 +-
 gnu/packages/gnupg.scm              |   22 ++++--
 gnu/packages/gnuzilla.scm           |    5 +-
 gnu/packages/package-management.scm |    3 +-
 gnu/packages/pretty-print.scm       |    3 +-
 gnu/packages/scheme.scm             |    5 +-
 gnu/packages/telephony.scm          |    3 +-
 gnu/packages/tls.scm                |    4 +-
 guix/build/download.scm             |   19 +++--
 guix/build/syscalls.scm             |   74 +++++++++++++++-
 guix/gnu-maintenance.scm            |  170 ++++++++++++++++------------------
 guix/import/cran.scm                |   11 +--
 guix/import/elpa.scm                |   14 ++--
 guix/import/gem.scm                 |   10 +--
 guix/import/github.scm              |   10 +--
 guix/import/hackage.scm             |   10 +--
 guix/import/pypi.scm                |   10 +--
 guix/scripts/download.scm           |   10 ++-
 guix/scripts/substitute.scm         |   20 ++++-
 guix/store.scm                      |   10 ++-
 guix/ui.scm                         |   13 ++-
 guix/upstream.scm                   |    6 +-
 tests/syscalls.scm                  |   13 +++
 23 files changed, 284 insertions(+), 165 deletions(-)



reply via email to

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