Age | Commit message (Expand) | Author |
2013-07-11 | gnu: help2man: Upgrade to 1.43.3....* gnu/packages/help2man.scm (help2man): Upgrade to 1.43.3.
| Ludovic Courtès |
2013-07-11 | gnu: xorriso: Upgrade to 1.3.0....* gnu/packages/cdrom.scm (xorriso): Upgrade to 1.3.0.
| Ludovic Courtès |
2013-07-11 | substitute-binary: Increase the default timeout....* guix/scripts/substitute-binary.scm (%fetch-timeout): Set to 5 seconds.
| Ludovic Courtès |
2013-07-11 | gnu: automake: Upgrade to 1.14....* gnu/packages/autotools.scm (automake): Upgrade to 1.14.
| Ludovic Courtès |
2013-07-11 | guix refresh: Keep only the newest versions of packages as upgrade candidates....* guix/scripts/refresh.scm (guix-refresh)[keep-newest]: New procedure.
Use it to keep only once copy of each package.
| Ludovic Courtès |
2013-07-10 | list-packages: Show the package logo, when available....* build-aux/list-packages.scm (lookup-gnu-package): New procedure.
(package->sxml): Add the package logo, when available, next to the
description.
| Ludovic Courtès |
2013-07-10 | Update eo.po. | Ludovic Courtès |
2013-07-10 | gnu-maintenance: Add `doc-description' field to <gnu-package-descriptor>....* guix/gnu-maintenance.scm (%gsrc-package-list-url): New variable.
(<gnu-package-descriptor>): Add `doc-description' field.
(official-gnu-packages)[group-package-fields]: Rename to...
[read-records]: ... this. Reverse the result.
[gsrc-description]: New procedure.
Add the "description" field to the alist passed to `alist->record'.
| Ludovic Courtès |
2013-07-10 | records: `recutils->alist' recognizes lines starting with a `+'....* guix/records.scm (%recutils-plus-rx): New variable.
(recutils->alist): Use it to read + lines.
* tests/records.scm ("recutils->alist with + lines"): New test.
| Ludovic Courtès |
2013-07-10 | gnu-maintenance: Use `recutils->alist'....* guix/gnu-maintenance.scm (official-gnu-packages)[group-package-fields]:
Rewrite in terms of `recutils->alist'. Remove `state' parameter.
Specify "doc-url" and "language" as multiple-value keys in the
`alist->record' call.
| Ludovic Courtès |
2013-07-10 | records: `alist->record' supports multiple-field occurrences....* guix/records.scm (alist->record): Add `multiple-value-keys'
parameter. Update docstring, and honor it.
* tests/records.scm ("alist->record"): New record.
| Ludovic Courtès |
2013-07-10 | records: `recutils->alist' recognizes comments....* guix/records.scm (%recutils-comment-rx): New variable.
(recutils->alist): Match comments.
* tests/records.scm ("recutils->alist"): Add comments.
| Ludovic Courtès |
2013-07-10 | records: Add `recutils->alist' for public consumption....* guix/records.scm (%recutils-field-rx): New variable.
(recutils->alist): New procedure, formerly known as `fields->alist'.
* guix/scripts/substitute-binary.scm (fields->alist): Use it.
* tests/records.scm ("recutils->alist"): New test.
| Ludovic Courtès |
2013-07-10 | gnu: libpng: Upgrade to 1.5.17....* gnu/packages/libpng.scm (libpng): Upgrade to 1.5.17.
| Ludovic Courtès |
2013-07-10 | list-packages: Write out the HTML page as UTF-8....* build-aux/list-packages.scm (list-packages): Install the "C" locale.
Write out as UTF-8.
| Ludovic Courtès |
2013-07-10 | tests: Fix guix-package.sh in the presence of multiple-output `make'....* tests/guix-package.sh: For $boot_make_drv, take only the "out" output.
Reported by Nikita Karetnikov <nikita@karetnikov.org>.
| Ludovic Courtès |
2013-07-10 | Add `build-aux/list-packages.scm'....* build-aux/list-packages.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
| Ludovic Courtès |
2013-07-09 | Merge branch 'core-updates' | Ludovic Courtès |
2013-07-09 | doc: Add "Installing Debugging Files"....* doc/guix.texi (Installing Debugging Files): New node.
(Packages with Multiple Outputs): Add cross-reference.
| Ludovic Courtès |
2013-07-08 | doc: Add "Packages with Multiple Outputs" section....* doc/guix.texi (Packages with Multiple Outputs): New node.
(Invoking guix package): Refer to it.
| Ludovic Courtès |
2013-07-08 | tests: Adjust `package-field-location' test for Guile <= 2.0.6....* tests/packages.scm ("package-field-location"): Check the result of
`read-at' against both VALUE and (FIELD VALUE).
Reported by Matthew Lien - 練喆明" <bluet@bluet.org>.
| Ludovic Courtès |
2013-07-08 | build: Set the umask to 0022 before running the daemon for tests....* test-env.in: Run "umask 0022" before running the daemon.
Reported by Matthew Lien - 練喆明 <bluet@bluet.org>
| Ludovic Courtès |
2013-07-08 | build: Set the umask to 0022 before running the daemon for tests....* test-env.in: Run "umask 0022" before running the daemon.
Reported by Matthew Lien - 練喆明 <bluet@bluet.org>
| Ludovic Courtès |
2013-07-08 | 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.
| Ludovic Courtès |
2013-07-07 | gnu: tzdata: Upgrade to 2013d....* gnu/packages/base.scm (tzdata): Upgrade to 2013d.
| Ludovic Courtès |
2013-07-07 | doc: Move the packaging guidelines to the manual....* HACKING (Packaging Guidelines): Remove.
* doc/guix.texi (Packaging Guidelines): New node.
| Ludovic Courtès |
2013-07-07 | doc: Add a "Porting" section....* HACKING (Porting the Guix distro on a new platform): Remove.
* doc/guix.texi (Porting): New node. Describe cross-compilation as the
only approach.
| Ludovic Courtès |
2013-07-07 | doc: Add a "Boostrapping" section....* doc/guix.texi (Package Modules): New node, with material formerly
under "GNU Distribution".
(Bootstrapping): New node.
* Makefile.am (EXTRA_DIST): Add doc/images/bootstrap-graph.dot and
doc/images/bootstrap-graph.eps.
(infoimagedir, dist_infoimage_DATA, DOT_OPTIONS): New variable.
(.dot.png, .dot.eps, doc/guix.pdf, doc/guix.info, doc/guix.ps): New
targets.
* doc/images/bootstrap-graph.dot: New file.
| Ludovic Courtès |
2013-07-06 | 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.
| Ludovic Courtès |
2013-07-05 | build: Bail out on unsupported platforms; add `--with-courage'....* m4/guix.m4 (GUIX_ASSERT_SUPPORTED_SYSTEM): New macro.
* configure.ac: Use it.
| Ludovic Courtès |
2013-07-05 | gnu: make-bootstrap: guile-static-stripped has no "debug" output....* gnu/packages/make-bootstrap.scm (%guile-static-stripped): Add
`outputs' field.
| Ludovic Courtès |
2013-07-05 | build: Correctly determine the system type for non-Linux systems....* m4/guix.m4 (GUIX_SYSTEM_TYPE): Find `sed'. Fix sed pattern in the
non-Linux case.
| Ludovic Courtès |
2013-07-04 | store: Deal with unsupported `setsockopt' operation on GNU/Hurd....* guix/store.scm (open-connection): Silently ignore ENOPROTOOPT on
`setsockopt' calls, for the sake of GNU/Hurd.
Reported by Matthew Lien <bluet@bluet.org> at
<http://lists.gnu.org/archive/html/bug-guix/2013-07/msg00020.html>.
| Ludovic Courtès |
2013-07-04 | daemon: Make argp usage compatible with libc on GNU/Hurd....* nix/nix-daemon/guix-daemon.cc (parse_opt): Cast return value to
`error_t' for the sake of GNU/Hurd.
Reported by Matthew Lien <bluet@bluet.org> at
<http://lists.gnu.org/archive/html/bug-guix/2013-07/msg00002.html>.
| Ludovic Courtès |
2013-07-04 | Import (guix hash) in build-aux/download.scm....* build-aux/download.scm: Import (guix hash).
Reported by Matthew Lien <bluet@bluet.org>.
| Ludovic Courtès |
2013-07-04 | 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.
| Ludovic Courtès |
2013-07-04 | gnu: cross-libc: Remove the "debug" output....* gnu/packages/cross-base.scm (cross-libc): Remove "debug" from the
`outputs' field.
| Ludovic Courtès |
2013-07-03 | 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.
| Ludovic Courtès |
2013-07-03 | build-system/gnu: Write debug files to the "debug" sub-derivation, if any....* guix/build/gnu-build-system.scm (strip): Add `objcopy-command' keyword
parameter.
[debug-output, debug-file-extension]: New variables.
[debug-file, make-debug-file, add-debug-link]: New procedures.
[strip-dir]: Use them.
| Ludovic Courtès |
2013-07-03 | utils: Re-export `alist-cons' and `alist-delete'....* guix/build/utils.scm: Re-export `alist-cons' and `alist-delete'.
| Ludovic Courtès |
2013-07-03 | gnu: Add noweb....* gnu/packages/noweb.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Ludovic Courtès |
2013-07-03 | 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'.
| Ludovic Courtès |
2013-07-03 | Update `NEWS' and `TODO'. | Ludovic Courtès |
2013-07-03 | Use `port-sha256' and `open-sha256-port'....* guix/derivations.scm (derivation-hash): Add comment as to why we keep
the plain `sha256' call.
* guix/scripts/download.scm (guix-download): Use `port-sha256' instead
of (compose sha256 get-bytevector-all).
* guix/scripts/refresh.scm (update-package): Likewise.
| Ludovic Courtès |
2013-07-02 | hash: Add `open-sha256-port'....* guix/hash.scm (GCRY_MD_SHA256): New macro.
(sha256): Use it.
(open-sha256-md, md-write, md-read, md-close, open-sha256-port,
port-sha256): New procedures.
* tests/hash.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
| Ludovic Courtès |
2013-07-01 | Move `sha256' to (guix hash)....* guix/utils.scm (sha256): Move to...
* guix/hash.scm: ... here. New file.
* Makefile.am (MODULES): Add it.
* guix/derivations.scm, guix/scripts/download.scm,
guix/scripts/hash.scm, guix/scripts/refresh.scm, tests/base32.scm,
tests/derivations.scm, tests/store.scm: Use (guix hash).
| Ludovic Courtès |
2013-07-01 | 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.
| Ludovic Courtès |
2013-07-01 | ui: Don't make substituter-related RPCs at all when substitutes are disabled....Reported by Nikita Karetnikov and Cyril Roelandt.
* guix/ui.scm (show-what-to-build): Call `substitutable-path-info'
only when USE-SUBSTITUTES? is true.
| Ludovic Courtès |
2013-07-01 | gnu: Add GNU vc-dwim....* gnu/packages/version-control.scm (vc-dwim): New variable.
| Ludovic Courtès |
2013-06-29 | gnu: Add GNU Rush....* gnu/packages/rush.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Ludovic Courtès |