guix-commits
[Top][All Lists]
Advanced

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

GNU Guixguix source archive branch, master, updated. v0.7-549-g29a7c98


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.7-549-g29a7c98
Date: Mon, 20 Oct 2014 13:33:00 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".

The branch, master has been updated
       via  29a7c98a422bf3b9503ac8375db2ab28ef2dfe32 (commit)
      from  38bf090e7c3952bb30707fe544987cccc85b8677 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 29a7c98a422bf3b9503ac8375db2ab28ef2dfe32
Author: Ian Denhardt <address@hidden>
Date:   Sat Oct 18 22:03:42 2014 -0400

    gnu: Add 'version-prefix' and 'version-major+minor'; use them.
    
    The procedure version-prefix truncates a version string to a certain
    number of components. version-major+minor is a special case of this,
    which extracts the "major.minor" part of the string. Previously this
    was handled by an expression common to several packages.
    
    * guix/utils.scm (version-prefix, version-major+minor): New procedures
    * gnu/packages/backup.scm (duplicity): Use version-major+minor.
    * gnu/packages/cmake.scm (cmake): Likewise.
    * gnu/packages/gnome.scm (libbonobo, libbonoboui): Likewise.
    * gnu/packages/gnutls.scm (gnutls): Likewise.
    * gnu/packages/mail.scm (gmime): Likewise.
    * gnu/packages/mpd.scm (mpd): Likewise.
    * gnu/packages/mpi.scm (openmpi): Likewise.
    
    Signed-off-by: Ludovic Courtès <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 gnu/packages/backup.scm |    7 ++++---
 gnu/packages/cmake.scm  |   11 +++++------
 gnu/packages/gnome.scm  |   10 +++++-----
 gnu/packages/gnutls.scm |    8 ++++----
 gnu/packages/mail.scm   |    9 ++++-----
 gnu/packages/mpd.scm    |    6 +++---
 gnu/packages/mpi.scm    |    8 ++++----
 guix/utils.scm          |   14 ++++++++++++++
 8 files changed, 43 insertions(+), 30 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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