guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated (c491f7f -> 4d8f4a3)


From: guix-commits
Subject: branch core-updates updated (c491f7f -> 4d8f4a3)
Date: Fri, 23 Nov 2018 20:01:05 -0500 (EST)

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

      from  c491f7f   gnu: pt-scotch, pt-scotch32: Add Open MPI setup phase.
      adds  910ac0e   gnu: ccl: Properly include x86-headers and remove missing 
"contrib" folder.
      adds  90d5ec5   gnu: giac-xcas: Update to 1.5.0-19.
      adds  af90cc4   gnu: giac-xcas: Add a "doc" output
      adds  561e3c1   gnu: supercollider: Update to 3.9.3.
      adds  e3a2dd5   gnu: gajim: Rename wrap-program phases.
      adds  8548f99   describe: Use a procedure to format output.
      adds  81a40ee   describe: Add json format.
      adds  85e9c4b   describe: Add recutils format.
      adds  eff8e0b   gnu: ccl: Fix missing command line argument support in 
wrapper.
      adds  74e35e8   gnu: Add u-boot-pinebook.
      adds  a605e3c   gnu: xpra: Update to 2.4.2.
      adds  332443d   gnu: emacs-picpocket: Update to 40.
      adds  60e1c10   Update Guile-SQLite3 URL everywhere.
      adds  694e638   status: Display 'build-remote' events.
      adds  4bd5b97   Update NEWS.
      adds  08f4108   pack: Add '--profile-name'.
      adds  e9926f8   build: Binary tarball now populates the "current-guix" 
profile.
      adds  dc240b6   gnu: python-ilinkedlist: Update to 0.4.0.
      adds  e6951e4   gnu: petsc: Update to 3.10.2
      adds  e93da16   gnu: slepc: Update to 3.10.1.
      adds  cd3681a   gnu: python-petsc4py: Update to 3.10.0.
      adds  57d3000   gnu: python-slepc4py: Update to 3.10.0.
      adds  8747011   gnu: Add emacs-ov.
      adds  8fc7861   gnu: Add emacs-tracking.
      adds  d4f7b7e   gnu: Add emacs-a.
      adds  f12f70b   gnu: Add emacs-matrix-client.
      adds  8afe166   gnu: Add python-service-identity.
      adds  39da44c   gnu: libtorrent-rasterbar: Compile Python bindings in 
C++11 mode.
      adds  c2be790   gnu: Add deluge.
      adds  43bcf39   gnu: libtorrent-rasterbar: Update to 1.1.11.
      adds  dc48510   gnu: libraw: Update to 0.19.1.
       new  4d8f4a3   Merge branch 'master' into core-updates

The 1 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:
 Makefile.am                                        |    7 +-
 NEWS                                               |   46 +
 README                                             |    2 +-
 doc/guix.texi                                      |   46 +-
 etc/guix-daemon.conf.in                            |    2 +-
 etc/guix-daemon.service.in                         |    4 +-
 etc/guix-install.sh                                |   21 +-
 etc/guix-publish.conf.in                           |    2 +-
 etc/guix-publish.service.in                        |    4 +-
 gnu/bootloader/u-boot.scm                          |    6 +
 gnu/local.mk                                       |    6 +
 gnu/packages/algebra.scm                           |   40 +-
 gnu/packages/audio.scm                             |    4 +-
 gnu/packages/bittorrent.scm                        |   59 +-
 gnu/packages/bootloaders.scm                       |   16 +
 gnu/packages/emacs.scm                             |   97 +-
 gnu/packages/lisp.scm                              |   16 +-
 gnu/packages/maths.scm                             |   16 +-
 gnu/packages/messaging.scm                         |    4 +-
 .../patches/u-boot-pinebook-a64-update-dts.patch   | 1485 ++++++++++++++++++++
 gnu/packages/patches/u-boot-pinebook-dts.patch     |  388 +++++
 .../patches/u-boot-pinebook-mmc-calibration.patch  |   98 ++
 .../patches/u-boot-pinebook-r_i2c-controller.patch |   70 +
 .../patches/u-boot-pinebook-syscon-node.patch      |   38 +
 .../patches/u-boot-pinebook-video-bridge.patch     |   50 +
 gnu/packages/photo.scm                             |    4 +-
 gnu/packages/python-crypto.scm                     |   31 +
 gnu/packages/python.scm                            |    4 +-
 gnu/packages/xorg.scm                              |    4 +-
 gnu/system/install.scm                             |    6 +
 guix/scripts/describe.scm                          |   98 +-
 guix/scripts/pack.scm                              |   20 +-
 guix/status.scm                                    |    3 +
 guix/store/database.scm                            |    2 +-
 m4/guix.m4                                         |    2 +-
 tests/guix-pack-localstatedir.sh                   |   69 +
 36 files changed, 2666 insertions(+), 104 deletions(-)
 create mode 100644 gnu/packages/patches/u-boot-pinebook-a64-update-dts.patch
 create mode 100644 gnu/packages/patches/u-boot-pinebook-dts.patch
 create mode 100644 gnu/packages/patches/u-boot-pinebook-mmc-calibration.patch
 create mode 100644 gnu/packages/patches/u-boot-pinebook-r_i2c-controller.patch
 create mode 100644 gnu/packages/patches/u-boot-pinebook-syscon-node.patch
 create mode 100644 gnu/packages/patches/u-boot-pinebook-video-bridge.patch
 create mode 100644 tests/guix-pack-localstatedir.sh



reply via email to

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