guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated (ec29907 -> 1a802c7)


From: Mark H. Weaver
Subject: branch core-updates updated (ec29907 -> 1a802c7)
Date: Sun, 14 Jun 2015 12:49:58 +0000

mhw pushed a change to branch core-updates
in repository guix.

      from  ec29907   gnu: gcc: Build libsanitizer's bundled libbacktrace 
without -Werror.
      adds  c259036   environment: Connect to the store after the command line 
has been parsed.
      adds  a43b55f   guix build: Allow directories to be passed to 
--with-source.
      adds  8b1c8e4   gnu: inetutils: Update to 1.9.4.
      adds  4510b2d   gnu: Add librest.
      adds  b45ce07   gnu: gnupg: Update to 2.1.5.
      adds  39fc041   records: Replace 'eval-when' with a proper 
'define-syntax'.
      adds  b9c8647   records: Separate default-value handling.
      adds  faef3b6   records: Factorize field property predicates.
      adds  792798f   records: "options" → "properties".
      adds  8a16d06   records: Add support for 'innate' fields.
      adds  0004c59   packages: Make 'location' field innate.
      adds  e21adc7   gnu: guix: Update snapshot.
      adds  79477de   tests: Write the random seed to the error port.
      adds  ad7c1a2   records: Remove unnecessary 'begin'.
      adds  6c35641   tests: Avoid sequence of zero expressions.
      adds  4f467e3   gnu: openssl: Update to 1.0.2b.
      adds  dc7b181   Revert "gnu: openssl: Update to 1.0.2b."
      adds  84de458   profiles: Search for ghc conf files only if package db 
exists.
      adds  b4b1fe9   profiles: Process ghc conf files only once.
      adds  6508ce5   build-system/haskell: install config for any package that 
creates it.
      adds  48d21d6   gnu: ghc: Patch runtime references to /bin/sh.
      adds  e0a02cb   gnu: ngs-sdk: Update to version 1.1.1.
      adds  741115b   gnu: Add libsvm.
      adds  71f80f5   gnu: Add python-libsvm.
      adds  0931c60   gnu: Add randomjungle.
      adds  36742f4   gnu: Add Couger.
      adds  47da626   gnu: icedtea7: Bootstrap with GCJ.
      adds  1e44cf8   gnu: Add OrfM.
      adds  e1ad6bf   install: Use udev rules for device-mapper.
      adds  76e1463   gnu: Add withershins.
      adds  ccb8da2   gnu: Add RapidJSON.
      adds  6ce212b   gnu: Add pugixml.
      adds  cc45cff   gnu: Add rtmidi.
      adds  14a17ef   gnu: catch-framework: Update to 1.1.3.
      adds  8b9ec35   gnu: Add powertabeditor.
      adds  1937e38   gnu: Add Set-Object.
      adds  514214c   gnu: Add Catalyst-Plugin-Authorization-Roles.
      adds  6e545bb   gnu: Add Catalyst-Authentication-Store-DBIx-Class.
      adds  0061079   gnu: Add hydra.
      adds  02c2cf4   gnu: guix: Use 'modify-phases'.
      adds  932e720   gnu: guix: Wrap 'guix' so GUILE_LOAD_PATH includes the 
dependencies.
      adds  8c01b9d   doc: Move most 'HACKING' informations into the manual.
      adds  4c50e5a   gnu: python: Disable ssl test that fails with 
openssl-1.0.2b.
      adds  0ad8f76   gnu: perl-net-ssleay: Disable test that fails with 
openssl-1.0.2b.
      adds  7871724   gnu: openssl: Update to 1.0.2b.
       new  bcf2971   Merge branch 'master' into core-updates
       new  1a802c7   gnu: openssl: Update to 1.0.2c.

The 2 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:
 HACKING                                            |  133 +---------
 README                                             |    4 +-
 configure.ac                                       |    2 +-
 doc.am                                             |    1 +
 doc/contributing.texi                              |  216 ++++++++++++++++
 doc/guix.texi                                      |   80 ++----
 gnu-system.am                                      |    6 +
 gnu/packages/admin.scm                             |    4 +-
 gnu/packages/audio.scm                             |   51 ++++
 gnu/packages/autotools.scm                         |    1 -
 gnu/packages/bioinformatics.scm                    |  110 +++++++--
 gnu/packages/check.scm                             |    9 +-
 gnu/packages/ci.scm                                |  182 +++++++++++++
 gnu/packages/code.scm                              |   64 +++++
 gnu/packages/commencement.scm                      |    3 -
 gnu/packages/cross-base.scm                        |    1 -
 gnu/packages/emacs.scm                             |    2 -
 gnu/packages/gnome.scm                             |   34 +++
 gnu/packages/gnupg.scm                             |    4 +-
 gnu/packages/haskell.scm                           |    6 +-
 gnu/packages/java.scm                              |   71 +++---
 gnu/packages/machine-learning.scm                  |  146 +++++++++++
 gnu/packages/make-bootstrap.scm                    |    1 -
 gnu/packages/maths.scm                             |    1 -
 gnu/packages/music.scm                             |   98 +++++++
 gnu/packages/openssl.scm                           |    9 +-
 gnu/packages/package-management.scm                |   68 +++--
 gnu/packages/patches/hydra-automake-1.15.patch     |   63 +++++
 .../patches/hydra-disable-darcs-test.patch         |   25 ++
 .../patches/perl-net-ssleay-disable-ede-test.patch |   23 ++
 gnu/packages/patches/python-disable-ssl-test.patch |   12 +
 gnu/packages/perl.scm                              |   22 ++
 gnu/packages/python.scm                            |    4 +-
 gnu/packages/web.scm                               |   85 ++++++
 gnu/packages/xml.scm                               |   37 +++
 gnu/system/install.scm                             |    3 +-
 guix/build-system/gnu.scm                          |    4 +-
 guix/build/haskell-build-system.scm                |    8 +-
 guix/download.scm                                  |    9 +-
 guix/packages.scm                                  |    3 +-
 guix/profiles.scm                                  |    8 +-
 guix/records.scm                                   |  273 ++++++++++----------
 guix/scripts/build.scm                             |   13 +-
 guix/scripts/environment.scm                       |   28 +-
 guix/tests.scm                                     |   10 +-
 tests/records.scm                                  |   32 +++-
 46 files changed, 1518 insertions(+), 451 deletions(-)
 create mode 100644 doc/contributing.texi
 create mode 100644 gnu/packages/ci.scm
 create mode 100644 gnu/packages/machine-learning.scm
 create mode 100644 gnu/packages/patches/hydra-automake-1.15.patch
 create mode 100644 gnu/packages/patches/hydra-disable-darcs-test.patch
 create mode 100644 gnu/packages/patches/perl-net-ssleay-disable-ede-test.patch
 create mode 100644 gnu/packages/patches/python-disable-ssl-test.patch



reply via email to

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