summary refs log tree commit diff
AgeCommit message (Collapse)Author
2018-09-01gnu: python-waf: Update to 2.0.10.Marius Bakke
* gnu/packages/python.scm (python-waf): Update to 2.0.10.
2018-09-01gnu: gcc@4.9: Fix FTBFS with Glibc >= 2.28.Marius Bakke
* gnu/packages/commencement.scm (gcc-for-libstdc++): New variable. (libstdc++-boot0): Inherit from GCC-FOR-LIBSTDC++ instead of GCC-4.9. * gnu/packages/gcc.scm (gcc-4.9)[source](patches): Add "gcc-4.9-libsanitizer-ustat.patch". * gnu/packages/patches/gcc-4.9-libsanitizer-ustat.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2018-09-01gnu: texinfo@5: Fix FTBFS with Perl >= 5.28.Marius Bakke
* gnu/packages/patches/texinfo-5-perl-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/texinfo.scm (texinfo-5)[source](patches): New field.
2018-08-30gnu: snappy: Optimise.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (snappy)[source]: Build with ‘-O2’. * gnu/package/patches/snappy-add-O2-flag-in-CmakeLists.txt.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2018-08-28gnu: GRUB: Adjust to recent binutils changes.Marius Bakke
* gnu/packages/patches/grub-binutils-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/bootloaders.scm (grub)[source](patches): Add it.
2018-08-28gnu: vala: Update to 0.40.9.Marius Bakke
* gnu/packages/gnome.scm (vala): Update to 0.40.9.
2018-08-28Merge branch 'master' into core-updatesMarius Bakke
2018-08-28gnu: GRUB: Check for errors from efibootmgr.Marius Bakke
* gnu/packages/patches/grub-check-error-efibootmgr.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/bootloaders.scm (grub)[source](patches): New field.
2018-08-28gnu: seabios: Update source URI.Marius Bakke
* gnu/packages/firmware.scm (seabios)[source](uri): Download from seabios.org.
2018-08-28gnu: slang: Update to 2.3.2.Marius Bakke
* gnu/packages/slang.scm (slang): Update to 2.3.2.
2018-08-28gnu: emacs-async: Download using git.Marius Bakke
The MELPA tarball hash changed. Prevent this problem in the future by downloading a git checkout. * gnu/packages/emacs.scm (emacs-async)[home-page]: Update to actual. [source]: Use GIT-FETCH.
2018-08-27pull: Use (git) and (guix git) unconditionally.Ludovic Courtès
The autoload hack was added a year ago, before 0.14.0, i.e., before any release would depend on Guile-Git. Both 0.14.0 and 0.15.0 required Guile-Git, and 'guix pull' now automatically pulls it in, so this hack is no longer necessary. * guix/scripts/pull.scm: Use (git) and (guix git). Remove top-level call to 'module-autoload!'. (ensure-guile-git!): Remove. (guix-pull): Remove call to 'ensure-guile-git!'.
2018-08-27self: Shrink the module search path of the 'guix' command.Ludovic Courtès
Previously we'd have lots of useless entries on the search paths, such as libtasn1, libidn2, zlib, gmp, etc. because they are propagated by gnutls. * guix/self.scm (guix-command)[source-directories, object-directories]: New variables. Use them in the body of "guix-command". Filter their items with 'file-exists?'.
2018-08-27gnu: feh: Enable EXIF support.Leo Famulari
* gnu/packages/image-viewers.scm (feh)[arguments]: Enable EXIF support. (inputs): Add libexif.
2018-08-27gnu: libexif: Update home-page URL.Leo Famulari
* gnu/packages/photo.scm (libexif)[home-page]: Update URL.
2018-08-27gnu: python-pygit2: Update to 0.26.4.Leo Famulari
* gnu/packages/python.scm (python-pygit2, python2-pygit2): Update to 0.26.4. [source]: Remove 'python-pygit2-disable-network-tests.patch'. * gnu/packages/patches/python-pygit2-disable-network-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2018-08-27gnu: python-cairocffi: Update to 0.9.0.Marius Bakke
* gnu/packages/python.scm (python-cairocffi): Update to 0.9.0. [source](uri): Use PYPI-URI. [native-inputs]: Add PYTHON-PYTEST-COV and PYTHON-PYTEST-RUNNER. [arguments]: Remove #:tests? and outdated comment.
2018-08-27gnu: python-xcffib: Update to 0.6.0.Marius Bakke
* gnu/packages/python.scm (python-xcffib): Update to 0.6.0.
2018-08-27gnu: poppler: Update to 0.68.0.Marius Bakke
* gnu/packages/pdf.scm (poppler): Update to 0.68.0. [inputs]: Change LIBJPEG to LIBJPEG-TURBO.
2018-08-27gnu: poppler: Propagate Glib.Marius Bakke
* gnu/packages/pdf.scm (poppler)[inputs]: Move GLIB ... [propagated-inputs]: ... here. New field.
2018-08-27gnu: cairo: Fix undefined behaviour.Marius Bakke
This fixes <https://bugs.freedesktop.org/show_bug.cgi?id=104325> which showed up in Guix as an infinite loop during cairocffi tests. * gnu/packages/patches/cairo-setjmp-wrapper.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gtk.scm (cairo)[source](patches): Add it.
2018-08-27gnu: python-pandas: Update to 0.23.4.Marius Bakke
* gnu/packages/python.scm (python-pandas): Update to 0.23.4. [arguments]: Disable "--strict-data-files" pytest option. Delete one more test. Adjust pytest invocation to be more verbose and skip very slow tests.
2018-08-27gnu: python-beautifulsoup4: Update to 4.6.3.Marius Bakke
* gnu/packages/python.scm (python-beautifulsoup4): Update to 4.6.3.
2018-08-27gnu: python-pillow: Update to 5.2.0.Marius Bakke
* gnu/packages/patches/python-pillow-fix-failing-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/python.scm (python-pillow): Update to 5.2.0. [source](patches, patch-flags): Remove. [native-inputs]: Replace PYTHON-NOSE with PYTHON-PYTEST. [arguments]: Adjust custom check phase accordingly.
2018-08-27gnu: python-pycairo: Update to 1.17.1.Marius Bakke
* gnu/packages/gtk.scm (python-pycairo): Update to 1.17.1.
2018-08-27gnu: python-pygobject: Update to 3.28.3.Marius Bakke
* gnu/packages/glib.scm (python-pygobject): Update to 3.28.3.
2018-08-27gnu: python-dateutil: Update to 2.7.3.Marius Bakke
* gnu/packages/time.scm (python-dateutil): Update to 2.7.3. [native-inputs]: Add PYTHON-SETUPTOOLS-SCM. [license]: Add ASL2.0.
2018-08-27gnu: cuirass: Update to 8d40c49.Clément Lassieur
* gnu/packages/ci.scm (cuirass): Update to 8d40c49.
2018-08-27gnu: python-numpy: Update to 1.15.1.Marius Bakke
* gnu/packages/python.scm (python-numpy): Update to 1.15.1. [native-inputs]: Replace PYTHON-NOSE with PYTHON-PYTEST. [arguments]: Set PATH before running tests. Use INVOKE.
2018-08-27Update email for Pierre Neidhardt.Pierre Neidhardt
* .mailmap: Add name and email for Pierre Neidhardt. * gnu/packages/c.scm, gnu/packages/code.scm, gnu/packages/compression.scm, gnu/packages/disk.scm, gnu/packages/emacs.scm, gnu/packages/freedesktop.scm, gnu/packages/golang.scm, gnu/packages/image.scm, gnu/packages/music.scm, gnu/packages/networking.scm, gnu/packages/password-utils.scm, gnu/packages/perl-check.scm, gnu/packages/perl.scm, gnu/packages/textutils.scm, gnu/packages/video.scm, gnu/packages/xdisorg.scm: Update email for Pierre Neidhardt.
2018-08-27gnu: wayland: Update to 1.16.0.Rutger Helling
* gnu/packages/freedesktop.scm (wayland): Update to 1.16.0.
2018-08-27gnu: weston: Update to 5.0.0.Rutger Helling
* gnu/packages/freedesktop.scm (weston): Update to 5.0.0.
2018-08-27gnu: Add Lepton-EDA.Ludovic Courtès
* gnu/packages/engineering.scm (lepton-eda): New variable.
2018-08-27gnu: Add guile-aa-tree.Ludovic Courtès
* gnu/packages/guile.scm (guile-aa-tree): New variable.
2018-08-26gnu: gcc: Include libsanitizer patch for versions 6 and 7.Marius Bakke
* gnu/packages/gcc.scm (gcc-6, gcc-7)[source](patches): Add "gcc-libsanitizer-ustat.patch".
2018-08-26gnu: parted: Fix build with glibc >= 2.28.Marius Bakke
* gnu/packages/patches/parted-glibc-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/disk.scm (parted)[source](patches): New field.
2018-08-26gnu: xorg-server@1.19.3: Rename to "xorg-server-for-tests".Marius Bakke
...and update to the latest xorg-server. * gnu/packages/gtk.scm (gtk+, gtkmm, girara): Change XORG-SERVER-1.19.3 references to XORG-SERVER-FOR-TESTS. * gnu/packages/pdf.scm (zathura)[native-inputs]: Likewise. * gnu/packages/xorg.scm (xorg-server-1.19.3): Rename to ... (xorg-server-for-tests): ... this.
2018-08-26gnu: emacs-racket-mode: Update to commit add0190.Christopher Lemmer Webber
* gnu/packages/emacs.scm (emacs-racket-mode): Update to commit add0190.
2018-08-26nls: Update 'fr' translation.Julien Lepiller
2018-08-26gnu: ghc-scientific: Update to 0.3.6.2.Arun Isaac
* gnu/packages/haskell.scm (ghc-scientific): Update to 0.3.6.2. [inputs]: Move ghc-tasty ... [native-inputs]: ... to here.
2018-08-26gnu: ghc-integer-logarithms: Update to 1.0.2.1.Arun Isaac
* gnu/packages/haskell.scm (ghc-integer-logarithms): Update to 1.0.2.1. [inputs]: Move ghc-quickcheck, ghc-smallcheck, ghc-tasty, ghc-tasty-hunit, ghc-tasty-quickcheck, ghc-tasty-smallcheck ... [native-inputs]: ... to here. [home-page]: Update URI.
2018-08-26gnu: ghc-smallcheck: Update to 1.1.5.Arun Isaac
* gnu/packages/haskell.scm (ghc-smallcheck): Update to 1.1.5.
2018-08-26gnu: ghc-optparse-applicative: Update to 0.14.2.0.Arun Isaac
* gnu/packages/haskell.scm (ghc-optparse-applicative): Update to 0.14.2.0. [arguments]: Enable tests.
2018-08-26gnu: linux-libre: Update to 4.18.5.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.5. (%linux-libre-hash): Update hash.
2018-08-26gnu: linux-libre@4.14: Update to 4.14.67.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.67. (%linux-libre-4.14-hash): Update hash.
2018-08-26gnu: linux-libre@4.9: Update to 4.9.124.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.124.
2018-08-26gnu: linux-libre@4.4: Update to 4.4.152.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.152.
2018-08-26gnu: emacs-recent-addresses: Switch to a branch that works with Helm.Ludovic Courtès
* gnu/packages/emacs.scm (emacs-recent-addresses)[source]: Change URL and update to afbbfdc.
2018-08-26cve: Update feed URL.Ludovic Courtès
* guix/cve.scm (yearly-feed-uri): Remove "static." from the URL since the web site now redirects to the URL without "static.".
2018-08-26gnu: Add emacs-git-annex.Kyle Meyer
* gnu/packages/emacs.scm (emacs-git-annex): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>