[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch dbus-update updated (5fba12e -> ccb5223)
From: |
Mark H. Weaver |
Subject: |
branch dbus-update updated (5fba12e -> ccb5223) |
Date: |
Sat, 17 Oct 2015 23:09:14 +0000 |
mhw pushed a change to branch dbus-update
in repository guix.
from 5fba12e gnu: at-spi2-atk: Fix test.
adds 17fa842 emacs: devel: Add indentation rules.
adds 6159943 gnu: abbaye: Use 'sdl-union'.
adds d9c44e9 gnu: diamond: Restrict supported systems to x86_64-linux.
adds a6785b9 hydra: Add Graphviz and help2man as inputs to the Guix
job set.
adds 87cd0db build-system/gnu: dist-package: Use 'autoconf-wrapper'.
adds 5152d13 services: Export 'service-back-edges'.
adds 0018423 services: 'dmd-service-type' takes a service name.
adds a64cd7b graph: 'export-graph' takes a #:reverse-edges? parameter.
adds d6c3267 guix system: Add 'extension-graph' command.
adds c5d735f services: Prefix <dmd-service> accessors with 'dmd-'.
adds 80a6773 services: Add 'dmd-service-back-edges'.
adds 6f305ea guix system: Add 'dmd-graph' command.
adds 5f44ee4 services: Unmount user file systems after process
termination.
adds 5248d49 gnu: python-scipy: Add numpydoc to native-inputs.
adds 4f9ff21 gnu: python-scipy: Add phase to fix tests.
adds 64c318f gnu: Add ruby-rspec-core-2.
adds fb157f2 gnu: Add ruby-rspec-expectations-2.
adds 6da9ade gnu: Add ruby-rspec-mocks-2.
adds 5ac984b gnu: Add ruby-rspec-2.
adds 07f61cb gnu: Add ruby-yard.
adds d8c4998 gnu: Add python-tlsh.
adds d96034e gnu: Add python-libarchive-c.
adds 3d2a9c8 doc: Regenerate 'guix graph' examples.
adds 4af7c83 system: Define 'GST_PLUGIN_PATH' in /etc/profile.
adds b1b53df emacs: init: Add "share/emacs/site-lisp" to 'load-path'.
adds e0c5309 emacs: Disambiguate "d" key in 'system' popup.
adds 7274957 emacs: Add "View graph" actions to system graph commands.
adds 998b8c0 gnu: Add sxhkd.
adds 1268e52 gnu: Add bspwm.
adds d82633d gnu: mutt: Update to 1.5.24.
adds 0e3cc31 syscalls: Fix ABI mismatch for 'clone'.
adds 78981bb file-systems: Do not truncate mount points that already
exist.
adds 4375dcf gnu: complexity: Update to 1.3.
adds 34a7bfb install: Set the mtime in the binary tarball to 1.
adds 739ab68 http-client: Add 'http-fetch/cached'.
adds 9aec35d gnu-maintenance: Use 'http-fetch/cached' by default.
adds 2134228 gnu-maintenance: Fix file descriptor leak.
adds 7c0b02f emacs: Improve file names of generated graphs.
adds 5e2b761 doc: emacs: Document "View graph" popup action.
adds 5d86684 emacs: devel: Highlight Guix keywords.
adds 1f7ffd6 gnu: fastcap: Fix 'fix-doc phase.
adds 3dac53b gnu: fastcap: Remove non-free file.
adds e591a4d gnu: non-sequencer: Disable SSE when not building on
x86_64.
adds 830d170 gnu: chess: Update to 6.2.2.
adds a0dadf0 gnu: ngs-sdk: Remove unsupported systems.
adds ab29be8 gnu: ngs-sdk: Correct typo.
adds 6f35d39 gnu: youtube-dl: Update to 2015.10.16.
adds 9e2592a gnu: calibre: Update to 2.41.0.
new ccb5223 Merge branch 'master' into dbus-update
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:
.gitignore | 1 +
build-aux/hydra/guix.scm | 8 +-
doc.am | 3 +-
doc/emacs.texi | 43 +++
doc/guix.texi | 55 +++-
doc/images/coreutils-bag-graph.dot | 422 +++++++++++++------------
doc/images/coreutils-graph.dot | 42 ++--
doc/images/dmd-graph.dot | 75 +++++
emacs/guix-command.el | 29 +-
emacs/guix-devel.el | 107 +++++++
emacs/guix-external.el | 2 +-
emacs/guix-init.el | 4 +-
gnu-system.am | 1 -
gnu/build/file-systems.scm | 2 +-
gnu/packages/bioinformatics.scm | 7 +
gnu/packages/code.scm | 4 +-
gnu/packages/ebook.scm | 4 +-
gnu/packages/engineering.scm | 17 +-
gnu/packages/games.scm | 25 +-
gnu/packages/mail.scm | 16 +-
gnu/packages/music.scm | 8 +-
gnu/packages/patches/mutt-CVE-2014-9116.patch | 46 ---
gnu/packages/python.scm | 105 ++++++-
gnu/packages/ruby.scm | 81 +++++
gnu/packages/video.scm | 4 +-
gnu/packages/wm.scm | 34 ++
gnu/packages/xdisorg.scm | 34 ++
gnu/services.scm | 5 +
gnu/services/base.scm | 20 +-
gnu/services/dmd.scm | 73 +++--
gnu/services/networking.scm | 2 +
gnu/system.scm | 3 +
gnu/system/install.scm | 8 +-
guix/build-system/gnu.scm | 2 +-
guix/build/syscalls.scm | 15 +-
guix/gnu-maintenance.scm | 14 +-
guix/http-client.scm | 56 ++++-
guix/scripts/graph.scm | 8 +-
guix/scripts/system.scm | 119 ++++++--
guix/utils.scm | 7 +
tests/services.scm | 29 ++
41 files changed, 1146 insertions(+), 394 deletions(-)
create mode 100644 doc/images/dmd-graph.dot
delete mode 100644 gnu/packages/patches/mutt-CVE-2014-9116.patch
- branch dbus-update updated (5fba12e -> ccb5223),
Mark H. Weaver <=