gnu: plotutils: Allow compilation with newer libpng. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/patches/plotutils-libpng-jmpbuf.patch: New file. * gnu/packages/plotutils.scm (plotutils): Add `plotutils-libpng-jmpbuf.patch' as an input, and apply it.
gnu: freeipmi: Upgrade to 1.2.8. * gnu/packages/freeipmi.scm (freeipmi): Upgrade to 1.2.8.
gnu: libidn: Upgrade to 1.28. * gnu/packages/libidn.scm (libidn): Upgrade to 1.28.
gnu: gnupg: Upgrade support libraries. * gnu/packages/gnupg.scm (libgpg-error): Upgrade to 1.12. (libassuan): Upgrade to 2.1.1.
gnu: help2man: Upgrade to 1.43.3. * gnu/packages/help2man.scm (help2man): Upgrade to 1.43.3.
gnu: xorriso: Upgrade to 1.3.0. * gnu/packages/cdrom.scm (xorriso): Upgrade to 1.3.0.
gnu: automake: Upgrade to 1.14. * gnu/packages/autotools.scm (automake): Upgrade to 1.14.
gnu: libpng: Upgrade to 1.5.17. * gnu/packages/libpng.scm (libpng): Upgrade to 1.5.17.
Merge branch 'core-updates'
gnu: gettext: Upgrade to 0.18.3. * gnu/packages/gettext.scm (gettext): Upgrade to 0.18.3. Remove patch. Change `patch-tests' phase to use (which "sh'); keep it regardless of whether we're cross compiling.
gnu: tzdata: Upgrade to 2013d. * gnu/packages/base.scm (tzdata): Upgrade to 2013d.
gnu: gcc: Add Texinfo to the native inputs. * gnu/packages/gcc.scm (gcc-4.7): Add `native-inputs' field. (gcc-4.8): Remove outdated comment. * gnu/packages/base.scm (gcc-boot0): Add `native-inputs' field.
gnu: make-bootstrap: guile-static-stripped has no "debug" output. * gnu/packages/make-bootstrap.scm (%guile-static-stripped): Add `outputs' field.
build-system/gnu: Remove the "debug" output when `strip-binaries?' is #f. * guix/build-system/gnu.scm (gnu-build, gnu-cross-build): Delete "debug" from OUTPUTS when STRIP-BINARIES? is false. * gnu/packages/cross-base.scm (cross-libc): Leave `outputs' unchanged. This reverts commit a4627d4.
gnu: cross-libc: Remove the "debug" output. * gnu/packages/cross-base.scm (cross-libc): Remove "debug" from the `outputs' field.
gnu: Add a "debug" output for some packages. * gnu/packages/base.scm (coreutils, gnu-make, glibc): Add a "debug" output. * gnu/packages/bdw-gc.scm (libgc): Likewise. * gnu/packages/guile.scm (guile-2.0): Likewise. * gnu/packages/libffi.scm (libffi): Likewise. * gnu/packages/multiprecision.scm (gmp, mpfr, mpc): Likewise.
gnu: Add noweb. * gnu/packages/noweb.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
gnu: qemu: Upgrade to 1.5.1. * gnu/packages/qemu.scm (qemu-kvm): Add `--cc' configure option. Add PIXMAN and ALSA-LIB as inputs. (qemu): Upgrade to 1.5.1 Remove autotool hack for pixman. Patch tests/libqtest.c. Remove Autoconf, Automake, and Libtool from the inputs. Fix `home-page'.
gnu: liboop: Fix & improve meta-data. * gnu/packages/lsh.scm (liboop): Fix home page. Improve `synopsis' and `description'. Thanks to carl hansen <carlhansen1234@gmail.com>, who raised it on bug-gsrc@gnu.org.
gnu: Add GNU vc-dwim. * gnu/packages/version-control.scm (vc-dwim): New variable.