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.5-518-g1212999


From: Mark H. Weaver
Subject: GNU Guixguix source archive branch, master, updated. v0.5-518-g1212999
Date: Wed, 02 Apr 2014 19:33:05 +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  12129998689648923b58c426362a1bc875da75f9 (commit)
       via  8ead71b4b03a888d846c7b7c5bbc3addc8013df7 (commit)
       via  d6a601816fd5b254d99f0c11127388b46ce234ae (commit)
       via  835281829a1044481067ffde590d20716c654d31 (commit)
      from  fb9c3acc6c29b51cd531ea8884ad12ef33a4e734 (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 12129998689648923b58c426362a1bc875da75f9
Author: Mark H Weaver <address@hidden>
Date:   Fri Mar 28 03:54:01 2014 -0400

    union: Rewrite to be faster; handle symlink/directory conflicts.
    
    * guix/build/union.scm: Rewrite; only 'file=?' remains unchanged.  Remove
      'tree-union' and 'delete-duplicate-leaves' exports.  Merge inputs in a
      breadth-first fashion.  Follow symlinks for purposes of making decisions
      about the merge.
    
    * tests/union.scm: Remove tests of 'tree-union' and 
'delete-duplicate-leaves'.

commit 8ead71b4b03a888d846c7b7c5bbc3addc8013df7
Author: Mark H Weaver <address@hidden>
Date:   Wed Apr 2 12:14:46 2014 -0400

    gnu: sqlite: Fix sqlite on systems with page size larger than 32K.
    
    Based on a patch by Dan Kennedy <address@hidden>.
    
    * gnu/packages/patches/sqlite-large-page-size-fix.patch: New file.
    * gnu/packages/sqlite.scm (sqlite): Add it.
    * gnu-system.am (dist_patch_DATA): Add it.

commit d6a601816fd5b254d99f0c11127388b46ce234ae
Author: Mark H Weaver <address@hidden>
Date:   Wed Apr 2 12:12:13 2014 -0400

    gnu: sqlite: Upgrade to 3.8.4.2.
    
    * gnu/packages/sqlite.scm (sqlite): Upgrade to 3.8.4.2.

commit 835281829a1044481067ffde590d20716c654d31
Author: Mark H Weaver <address@hidden>
Date:   Wed Apr 2 12:02:41 2014 -0400

    gnu: sqlite: Compute source URL from version number.
    
    * gnu/packages/sqlite.scm (sqlite): Compute the numeric-version from the
      traditional version string, and use it to compute the source URL.

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

Summary of changes:
 gnu-system.am                                      |    1 +
 .../patches/sqlite-large-page-size-fix.patch       |  180 ++++++++++++++
 gnu/packages/sqlite.scm                            |   26 ++-
 guix/build/union.scm                               |  252 +++++++-------------
 tests/union.scm                                    |   41 ----
 5 files changed, 286 insertions(+), 214 deletions(-)
 create mode 100644 gnu/packages/patches/sqlite-large-page-size-fix.patch


hooks/post-receive
-- 
guix source archive



reply via email to

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