guix-commits
[Top][All Lists]
Advanced

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

branch staging updated (8692508 -> 3418e43)


From: Marius Bakke
Subject: branch staging updated (8692508 -> 3418e43)
Date: Mon, 6 Aug 2018 18:57:34 -0400 (EDT)

mbakke pushed a change to branch staging
in repository guix.

      from  8692508   Merge branch 'master' into staging
      adds  715a44e   gnu: golly: Update to 3.2.
      adds  0856e3e   gnu: gnubg: Update to 1.06.001.
      adds  fbc3b80   gnu: retux: Return #t from all phases.
      adds  e4a744d   gnu: minetest: Update to 0.4.17.1.
      adds  4bfa256   doc: Fix Cuirass URL.
      adds  dedc0d0   gnu: Add volume-key.
      adds  f7a4f7c   gnu: Add ndctl.
      adds  c229fb3   gnu: Add libbytesize.
      adds  a3ed69b   gnu: lvm2: Add device-mapper-event support.
      adds  82aac7c   gnu: Add dmraid.
      adds  fac91b3   gnu: Add libblockdev.
      adds  92eb7af   gnu: Update udisks to 2.7.7.
      adds  601cb1b   gnu: qtwebkit: Update to 5.212.0-alpha2.
      adds  5240402   gnu: python-pyqt: Add qtwebkit.
      adds  64ed4b6   gnu: optipng: Use system libraries.
      adds  0d206dd   gnu: lvm2: Fix static linking of dmeventd.
      adds  ec38e8d   gnu: libreoffice: Update to 6.0.6.2.
      adds  d5af41c   gnu: Add emacs-pcre2el.
      adds  9805ee0   gnu: Add emacs-magit-todos.
      adds  bf5e7c8   gnu: xapian: Update to 1.4.7.
      adds  9ec5496   gnu: upower: Update to 0.99.8.
      adds  d7a503f   gnu: upower: Add explicit dependency on Glib.
      adds  3a29a3f   gnu: freedesktop.scm: Remove unneeded imports.
      adds  14cf45b   gnu: elfutils: Update to 0.173.
      adds  0027e09   gnu: re2: Update to 2018-08-01.
      adds  ad430c7   gnu: xdotool: Update to 3.20160805.1.
      adds  2207053   gnu: dmraid: Disable parallel build.
      adds  ae66fda   gnu: Add address@hidden
      adds  c54511f   gnu: Add cdrkit-libre.
      adds  a8253fb   gnu: Add net-snmp.
      adds  7217d33   gnu: minetest-data: Don't use autogenerated tarball.
      adds  e8d8b48   gnu: minetest: Don't use unstable tarball.
      adds  7b8a753   gnu: irrlicht: Don't use bundled libraries.
      adds  7fc9028   gnu: minetest: Use more system libraries.
      adds  35d5fa7   gnu: games.scm: Arrange modules alphabetically.
      adds  165dc8b   gnu: minetest: Add console support.
      adds  c106d03   services: file-system-shepherd-service: Require "udev" 
service.
      adds  1f10e28   gnu: Add address@hidden
      adds  5803f87   gnu: Update ruby-net-ssh to 4.2.0.
      adds  ae7c1c3   gnu: Add imapfilter.
      adds  fa0a6d9   gnu: emacs-exwm: Fix fullscreen issue.
      adds  78933bf   gnu: pigx-scrnaseq: Update to 0.0.7.
      adds  0fb0db0   gnu: python-scipy: Only run default tests.
      adds  ca062f6   gnu: address@hidden: Update to 4.9.117.
      adds  dd53b43   gnu: address@hidden: Update to 4.14.60.
      adds  a058b5c   gnu: linux-libre: Update to 4.17.12.
      adds  e61f092   gnu: Patch duplicity with --ignore-mdc-error.
      adds  340ee00   gnu: Add povray.
      adds  46add56   gnu: neomutt: Update to 20180716 [fixes 
CVE-2018-{14349..14363}].
      adds  c051767   gnu: asymptote: Update to 2.47.
      adds  8db83f0   gnu: gnurl: Update to 7.61.0.
      adds  8418006   gnu: musescore: Update to 2.3.2.
      adds  e921234   gnu: wireshark: Update to 2.6.2.
       new  6af7c2b   Merge branch 'master' into staging
       new  3418e43   gnu: mariadb: Adjust to test failures on Hydra.

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:
 doc/guix.texi                                      |   6 +-
 gnu/local.mk                                       |   5 +-
 gnu/packages/backup.scm                            |   9 +
 gnu/packages/base.scm                              |  17 ++
 gnu/packages/bioinformatics.scm                    |   5 +-
 gnu/packages/c.scm                                 |  55 ++++++
 gnu/packages/cdrom.scm                             |  41 +++++
 gnu/packages/databases.scm                         |  19 +-
 gnu/packages/disk.scm                              | 198 +++++++++++++++++++-
 gnu/packages/elf.scm                               |   4 +-
 gnu/packages/emacs.scm                             |  72 +++++++-
 gnu/packages/freedesktop.scm                       |  25 +--
 gnu/packages/games.scm                             | 202 +++++++++++----------
 gnu/packages/gnome.scm                             |  24 +--
 gnu/packages/gnunet.scm                            |   4 +-
 gnu/packages/graphics.scm                          |  66 +++++++
 gnu/packages/image.scm                             |  14 +-
 gnu/packages/libreoffice.scm                       |   6 +-
 gnu/packages/linux.scm                             |  26 ++-
 gnu/packages/mail.scm                              |  48 ++++-
 gnu/packages/music.scm                             |   4 +-
 gnu/packages/networking.scm                        |  83 ++++++++-
 .../patches/emacs-exwm-fix-fullscreen-issue.patch  |  27 +++
 .../patches/irrlicht-use-system-libs.patch         | 202 +++++++++++++++++++++
 gnu/packages/patches/lvm2-static-link.patch        |  11 ++
 .../patches/mariadb-client-test-32bit.patch        |  37 ++++
 .../patches/qtwebkit-pbutils-include.patch         |  15 ++
 gnu/packages/patches/xdotool-fix-makefile.patch    |  16 --
 gnu/packages/plotutils.scm                         |   4 +-
 gnu/packages/python.scm                            |   2 +-
 gnu/packages/qt.scm                                | 100 ++--------
 gnu/packages/regex.scm                             |   4 +-
 gnu/packages/ruby.scm                              |  23 ++-
 gnu/packages/search.scm                            |   6 +-
 gnu/packages/xdisorg.scm                           |  15 +-
 gnu/services/base.scm                              |   2 +-
 36 files changed, 1126 insertions(+), 271 deletions(-)
 create mode 100644 gnu/packages/patches/emacs-exwm-fix-fullscreen-issue.patch
 create mode 100644 gnu/packages/patches/irrlicht-use-system-libs.patch
 create mode 100644 gnu/packages/patches/mariadb-client-test-32bit.patch
 create mode 100644 gnu/packages/patches/qtwebkit-pbutils-include.patch
 delete mode 100644 gnu/packages/patches/xdotool-fix-makefile.patch



reply via email to

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