~ruther/guix-local

33b25201 — Marius Bakke 9 years ago
gnu: python-django: Specify CPE name.

* gnu/packages/django.scm (python-django, python2-django)[properties]: Add
"cpe-name".
dcc9b6ab — Marius Bakke 9 years ago
gnu: python-django: Update to 1.10.7 [fixes CVE-2017-7233 and CVE-2017-7234].

* gnu/packages/django.scm (python-django, python2-django): Update to 1.10.7.
4dc12417 — Marius Bakke 9 years ago
gnu: gnupg: Update to 2.1.20.

* gnu/packages/gnupg.scm (gnupg): Update to 2.1.20.
[source]: Remove patch.
* gnu/packages/patches/gnupg-2.1-fix-Y2038-test-failure.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
a3dea991 — Marius Bakke 9 years ago
gnu: python2-cython: Fix build on 32-bit platforms.

* gnu/packages/python.scm (python-cython, python2-cython)[source]: Add patch.
* gnu/packages/patches/python-cython-fix-tests-32bit.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
6beaa5a0 — Mark Meyer 9 years ago
gnu: moc: Add Ogg Vorbis support.

* gnu/packages/music.scm (moc)[inputs]: Add libogg and libvorbis.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
0d78e377 — Mark Meyer 9 years ago
gnu: Add qjackctl.

* gnu/packages/audio.scm (qjackctl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b7506f74 — Ludovic Courtès 9 years ago
gnu: glog: Fix name demangling for GCC 5.

* gnu/packages/patches/glog-gcc-5-demangling.patch: New file.
* gnu/packages/logging.scm (glog)[sources]: Add it.
* gnu/local.mk (dist_patch_DATA): Add it.
6c17422e — Leo Famulari 9 years ago
utils: Fix handling of shell arguments for xz compression.

Fixes test failures related to xz compression in tests/utils.scm.

This is a followup to commit 63102406f22412bb922de5549deb89d3594a38c0.

* guix/utils.scm (decompressed-port, compressed-port, compressed-output-port):
Split each shell argument into its own list element.
f49ced68 — Tobias Geerinckx-Rice 9 years ago
gnu: youtube-dl: Update to 2017.04.03.

* gnu/packages/video.scm (youtube-dl): Update to 2017.04.03.
f751b759 — Tobias Geerinckx-Rice 9 years ago
gnu: perl-email-simple: Update to 2.213.

* gnu/packages/mail.scm (perl-email-simple): Update to 2.213.
e26f2c67 — Tobias Geerinckx-Rice 9 years ago
gnu: perl-email-mime: Update to 1.940.

* gnu/packages/mail.scm (perl-email-mime): Update to 1.940.
153ea992 — Tobias Geerinckx-Rice 9 years ago
gnu: perl-lingua-en-tagger: Update to 0.28.

* gnu/packages/language.scm (perl-lingua-en-tagger): Update to 0.28.
5b5b4edf — Tobias Geerinckx-Rice 9 years ago
gnu: perl-lingua-en-number-isordinal: Update to 0.05.

* gnu/packages/language.scm (perl-lingua-en-number-isordinal): Update to 0.05.
e2fb341f — Tobias Geerinckx-Rice 9 years ago
gnu: perl-lingua-en-inflect-number: Update to 1.12.

* gnu/packages/language.scm (perl-lingua-en-inflect-number): Update to 1.12.
3581c357 — Tobias Geerinckx-Rice 9 years ago
gnu: perl-lingua-en-inflect: Update to 1.901.

* gnu/packages/language.scm (perl-lingua-en-inflect): Update to 1.901.
84f06e54 — Tobias Geerinckx-Rice 9 years ago
gnu: perl-lingua-en-findnumber: Update to 1.32.

* gnu/packages/language.scm (perl-lingua-en-findnumber): Update to 1.32.
dd0cfb37 — Tobias Geerinckx-Rice 9 years ago
gnu: perl-db-file: Update to 1.840.

* gnu/packages/databases.scm (perl-db-file): Update to 1.840.
2273b751 — Tobias Geerinckx-Rice 9 years ago
gnu: perl-dbd-sqlite: Update to 1.54.

* gnu/packages/databases.scm (perl-dbd-sqlite): Update to 1.54.
4d40c6aa — Tobias Geerinckx-Rice 9 years ago
gnu: perl-dbd-pg: Update to 3.5.3.

* gnu/packages/databases.scm (perl-dbd-pg): Update to 3.5.3.
f73bb91e — Ludovic Courtès 9 years ago
tests: Adjust search-paths test following the introduction of aarch64.

Fixes a regression introduced in
3b88f3767d9f3ad2cc64173525cd53d429bfe7e7.

* tests/search-paths.scm ("evaluate-search-paths, separator is #f"):
Change the expected result to "aarch64-linux".
Next