Age | Commit message (Expand) | Author |
2019-02-09 | gnu: aspell: Fix FTBFS with GCC7....* gnu/packages/patches/aspell-gcc-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/aspell.scm (aspell)[source](patches): Use it.
| Marius Bakke |
2019-02-09 | gnu: swig: Fix FTBFS with GCC >= 6....* gnu/packages/swig.scm (swig)[arguments]: Add phase to remove -isystem flag
to GCC.
| Marius Bakke |
2019-02-09 | gnu: cppunit: Update to 1.14.0....* gnu/packages/check.scm (cppunit): Update to 1.14.0.
(cppunit-1.14): Remove variable.
* gnu/packages/libreoffice.scm (libreoffice)[inputs]: Change CPPUNIT-1.14 to CPPUNIT.
| Marius Bakke |
2019-02-09 | gnu: cmake: Try CPATH and C_INCLUDE_PATH when finding system libraries....* gnu/packages/cmake.scm (cmake)[arguments]: Try both CPATH and C_INCLUDE_PATH
instead of just the latter.
| Marius Bakke |
2019-02-09 | gnu: python: Fix FTBFS with GCC >= 6....* gnu/packages/patches/python-3-search-paths.patch: s/C_INCLUDE_PATH/CPATH.
* gnu/packages/patches/python-2.7-search-paths.patch: Ditto.
| Marius Bakke |
2019-02-09 | gnu: glibc-final-with-bootstrap-bash: Don't enable obsolete rpc....* gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash)
[arguments]: Remove 'enable-obsolete-rpc' configure flag.
This brings this glibc package in line with the other glibc packages
which are also built without the pre-2.14 glibc RPC functions. These
functions cause build failures on armhf-linux and aarch64-linux.
| Efraim Flashner |
2019-02-09 | gnu: Use GCC 7 as the default compiler....* gnu/packages/cross-base.scm (%gcc-cross-include-paths): Remove
CROSS_C_INCLUDE_PATH & co in favor of CROSS_CPATH.
* gnu/build/cross-toolchain.scm (%gcc-cross-include-paths): Likewise.
(cross-gcc-build-phases): Set CROSS_C_INCLUDE_PATH and
CROSS_CPLUS_INCLUDE_PATH when building the cross GCC.
* gnu/packages/commencement.scm (libstdc++): Add
"--disable-libstdcxx-dual-abi" to #:configure-flags.
(gcc-boot0)[arguments]: Add "--disable-libmpx"
to #:configure-flags.
(gcc-final): Add phase to set C_INCLUDE_PATH and CPLUS_INCLUDE_PATH before
building GCC.
(gcc-toolchain-5): Use MAKE-GCC-TOOLCHAIN.
(gcc-toolchain-7): Change to GCC-TOOLCHAIN.
* gnu/packages/gcc.scm (gcc): Change from GCC-5 to GCC-7.
(gfortran): Change to GFORTRAN-7.
(gcc-objc): Change to GCC-OBJC-7.
(gcc-objc++): Change to GCC-OBJC++-7.
* gnu/packages/rust.scm (rust-1.19.0)[native-search-paths]: Change from
C_INCLUDE_PATH & co to CPATH.
| Marius Bakke |
2019-02-09 | gnu: python-dateutil: Update to 2.8.0....* gnu/packages/time.scm (python-dateutil): Update to 2.8.0.
[arguments]: New field.
[native-inputs]: Add PYTHON-PYTEST.
| Marius Bakke |
2019-02-09 | gnu: python-packaging: Update to 19.0....* gnu/packages/python-xyz.scm (python-packaging): Update to 19.0.
| Marius Bakke |
2019-02-09 | gnu: python-fonttools: Update to 3.37.3....* gnu/packages/python-xyz.scm (python-fonttools): Update to 3.37.3.
| Marius Bakke |
2019-02-09 | gnu: python-freezegun: Update to 0.3.11....* gnu/packages/check.scm (python-freezegun): Update to 0.3.11.
| Marius Bakke |
2019-02-09 | gnu: python-setuptools: Update to 40.8.0....* gnu/packages/python-xyz.scm (python-setuptools): Update to 40.8.0.
| Marius Bakke |
2019-02-09 | gnu: python-more-itertools: Update to 5.0.0....* gnu/packages/python-xyz.scm (python-more-itertools): Update to 5.0.0.
[arguments]: Remove.
| Marius Bakke |
2019-02-09 | gnu: python-configparser: Update to 3.7.1....* gnu/packages/python-xyz.scm (python-configparser): Update to 3.7.1.
[source](uri): Use PYPI-URI.
| Marius Bakke |
2019-02-09 | gnu: python2-pathlib2: Update to 2.3.3....* gnu/packages/python-xyz.scm (python2-pathlib2): Update to 2.3.3.
| Marius Bakke |
2019-02-09 | gnu: python-pluggy: Update to 0.8.1....* gnu/packages/python-xyz.scm (python-pluggy): Update to 0.8.1.
| Marius Bakke |
2019-02-09 | gnu: python-atomicwrites: Update to 1.3.0....* gnu/packages/python-xyz.scm (python-atomicwrites): Update to 1.3.0.
| Marius Bakke |
2019-02-09 | gnu: python-coverage: Update to 4.5.2....* gnu/packages/check.scm (python-coverage): Update to 4.5.2.
| Marius Bakke |
2019-02-09 | gnu: python-pycodestyle: Update to 2.5.0....* gnu/packages/patches/python-pycodestyle-stdlib-tokenize-fix.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python-xyz.scm (python-pycodestyle): Update to 2.5.0.
[source](patches): Remove.
| Marius Bakke |
2019-02-09 | gnu: Remove python-flake8@3.5....* gnu/packages/python-xyz.scm (python-flake8-3.5): Rename to ...
(python-flake8): ... this. Update to 3.6.0. Remove previous variant.
[arguments]: Remove phases 'delete-broken-test' and 'fix-problem-with-pycodestyle'.
[properties]: Adjust for renamed variable.
(python2-flake8-3.5): Rename to ...
(python2-flake8): ... this. Remove previous variable.
* gnu/packages/check.scm (python-hypothesis)[native-inputs]: Adjust accordingly.
| Marius Bakke |
2019-02-09 | gnu: python-hypothesis: Update to 4.5.3....* gnu/packages/check.scm (python-hypothesis): Update to 4.5.3.
| Marius Bakke |
2019-02-09 | gnu: python-setuptools-scm: Update to 3.2.0....* gnu/packages/python-xyz.scm (python-setuptools-scm): Update to 3.2.0.
| Marius Bakke |
2019-02-09 | gnu: python-py: Update to 1.7.0....* gnu/packages/python-xyz.scm (python-py): Update to 1.7.0.
| Marius Bakke |
2019-02-09 | gnu: Tcl/Tk: Update to 8.6.9....* gnu/packages/tcl.scm (tcl): Update to 8.6.9.
(tk): Update to 8.6.9.1.
[source](uri): Use VERSION-PREFIX to take only the first three components.
| Marius Bakke |
2019-02-09 | gnu: sqlite: Enable FTS3 support....This is no longer enabled by default since 3.25.0.
* gnu/packages/sqlite.scm (sqlite)[arguments]: Add "-DSQLITE_ENABLE_FTS3"
to #:configure-flags.
| Marius Bakke |
2019-02-09 | gnu: sqlite: Update to 3.27.1....* gnu/packages/sqlite.scm (sqlite): Update to 3.27.1.
| Marius Bakke |
2019-02-09 | Merge branch 'master' into core-updates | Marius Bakke |
2019-02-09 | gnu: python-pytest: Update home page....* gnu/packages/check.scm (python-pytest)[home-page]: Follow redirects to
https://docs.pytest.org/en/latest/.
| Marius Bakke |
2019-02-09 | gnu: python-configparser: Update home page....* gnu/packages/python-xyz.scm (python-configparser)[home-page]: Set to source
repository.
| Marius Bakke |
2019-02-09 | gnu: notmuch: Update to 0.28.1....* gnu/packages/mail.scm (notmuch): Update to 0.28.1.
| Marius Bakke |
2019-02-09 | gnu: tracker: Build against the regular SQLite....FTS5 is enabled by default in the current version.
* gnu/packages/sqlite.scm (sqlite-with-fts5): Remove variable.
* gnu/packages/gnome.scm (tracker)[inputs]: Change from that to SQLITE.
| Marius Bakke |
2019-02-09 | gnu: webkitgtk: Update to 2.22.6....* gnu/packages/webkit.scm (webkitgtk-2.22): Update to 2.22.6.
| Marius Bakke |
2019-02-09 | gnu: libvpx: Update to 1.8.0....* gnu/packages/patches/gst-plugins-good-libvpx-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/video.scm (libvpx): Update to 1.8.0.
[source](patches): Remove obsolete patch.
(libvpx-1.7): New public variable.
* gnu/packages/gnuzilla.scm (icecat)[inputs]: Use LIBVPX-1.7 instead of LIBVPX.
* gnu/packages/gstreamer.scm (gst-plugins-good)[source](patches): New field.
[arguments]: Add #:make-flags.
| Marius Bakke |
2019-02-09 | gnu: offlineimap: Remove redundant wrapper....* gnu/packages/mail.scm (offlineimap)[arguments]: Remove phase 'wrap-binary'.
| Marius Bakke |
2019-02-09 | gnu: Add xbanish....* gnu/packages/xdisorg.scm (xbanish): New public variable.
| Marius Bakke |
2019-02-09 | Merge branch 'staging' | Ludovic Courtès |
2019-02-09 | gnu: plantuml: Update to 1.2019.0....* gnu/packages/uml.scm (plantuml): Update to 1.2019.0.
| Arun Isaac |
2019-02-09 | gnu: cool-retro-term: Upgrade to 1.1.1....* gnu/packages/terminals.scm (cool-retro-term)[source]: Upgrade to 1.1.1.
Remove patches. Adjust filtering in snippet for added/removed fonts.
[arguments]: Return #t in 'add-alternate-name' phase.
* gnu/packages/patches/cool-retro-term-dont-check-uninit-member.patch,
gnu/packages/patches/cool-retro-term-fix-array-size.patch,
gnu/packages/patches/cool-retro-term-memory-leak-1.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
| Eric Bavier |
2019-02-09 | gnu: openmpi: Upgrade to 4.0.0....* gnu/packages/linux.scm (psm)[arguments]: Add 'patch-sysmacros phase to fix
"undefined reference to `minor'" errors while linking against
libinfinipath.so.
* gnu/packages/mpi.scm (openmpi): Upgrade to 4.0.0.
[inputs]: Add libevent.
[arguments]: Simplify configure-flags. Use system libevent. Adjust romio
version strings.
(%openmpi-setup): Use OMPI_MCA_rmaps_base_mapping_policy for oversubscription.
| Eric Bavier |
2019-02-08 | gnu: perl-io-compress: Update to 2.084....* gnu/packages/perl-compression.scm (perl-io-compress): Update to 2.084.
| Tobias Geerinckx-Rice |
2019-02-08 | gnu: perl-compress-raw-zlib: Update to 2.084....* gnu/packages/perl-compression.scm (perl-compress-raw-zlib): Update to 2.084.
| Tobias Geerinckx-Rice |
2019-02-08 | gnu: perl-compress-raw-bzip2: Update to 2.084....* gnu/packages/perl-compression.scm (perl-compress-raw-bzip2): Update to 2.084.
| Tobias Geerinckx-Rice |
2019-02-08 | gnu: gcab: Don't use NAME in source URI....* gnu/packages/package-management.scm (gcab)[source]: Hard-code name.
| Tobias Geerinckx-Rice |
2019-02-08 | gnu: gcab: Update to 1.2....* gnu/packages/package-management.scm (gcab): Update to 1.2.
[source]: Remove snippet.
| Tobias Geerinckx-Rice |
2019-02-08 | gnu: libraw: Update to 0.19.2....* gnu/packages/photo.scm (libraw): Update to 0.19.2.
| Tobias Geerinckx-Rice |
2019-02-08 | gnu: abiword: Don't use NAME in source URI....* gnu/packages/abiword.scm (abiword)[source]: Hard-code name.
| Tobias Geerinckx-Rice |
2019-02-08 | gnu: rdesktop: Don't use NAME in source URI....* gnu/packages/rdesktop.scm (rdesktop)[source]: Hard-code name.
| Tobias Geerinckx-Rice |
2019-02-08 | gnu: compton: Don't use unstable tarball....* gnu/packages/compton.scm (compton)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-02-08 | gnu: bspwm: Don't use unstable tarball....* gnu/packages/wm.scm (bspwm)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |
2019-02-08 | gnu: microscheme: Don't use unstable tarball....* gnu/packages/avr.scm (microscheme)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
| Tobias Geerinckx-Rice |