[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch core-updates updated (fa1e2f3 -> 3246cc9)
From: |
Ludovic Courtès |
Subject: |
branch core-updates updated (fa1e2f3 -> 3246cc9) |
Date: |
Wed, 07 Jan 2015 15:53:06 +0000 |
civodul pushed a change to branch core-updates
in repository guix.
from fa1e2f3 Revert "gnu: gcc: Add '-lgcc_s' only when '-pthread' is
given."
new 5d65ad8 gnu: libtool: Use 'parallel-job-count' to get the
argument for '-j'.
new 3cbb3f9 gnu: libtool: Add libltdl as a separate package.
new be11b10 gnu: guile: Depend on 'libltdl' rather than 'libtool'.
new c154e1e gnu: libtool: Update to 2.4.4.
new 3246cc9 gnu: Make libtool and libltdl completely separate.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu-system.am | 2 -
gnu/packages/apr.scm | 2 +-
gnu/packages/autotools.scm | 120 +++++++++-----------
gnu/packages/fontutils.scm | 3 +-
gnu/packages/global.scm | 4 +-
gnu/packages/gnunet.scm | 4 +-
gnu/packages/graphviz.scm | 4 +-
gnu/packages/guile.scm | 7 +-
gnu/packages/libcanberra.scm | 4 +-
gnu/packages/libevent.scm | 4 +-
gnu/packages/mail.scm | 6 +-
gnu/packages/mp3.scm | 4 +-
gnu/packages/openldap.scm | 4 +-
gnu/packages/patches/libtool-2.4-skip-tests.patch | 24 ----
.../patches/libtool-skip-tests-for-mips.patch | 12 --
gnu/packages/patches/libtool-skip-tests.patch | 53 ++++------
gnu/packages/photo.scm | 4 +-
gnu/packages/pulseaudio.scm | 6 +-
gnu/packages/ssh.scm | 2 +-
gnu/packages/web.scm | 5 +-
gnu/packages/weechat.scm | 6 +-
21 files changed, 111 insertions(+), 169 deletions(-)
delete mode 100644 gnu/packages/patches/libtool-2.4-skip-tests.patch
delete mode 100644 gnu/packages/patches/libtool-skip-tests-for-mips.patch
- branch core-updates updated (fa1e2f3 -> 3246cc9),
Ludovic Courtès <=
- 01/05: gnu: libtool: Use 'parallel-job-count' to get the argument for '-j'., Ludovic Courtès, 2015/01/07
- 02/05: gnu: libtool: Add libltdl as a separate package., Ludovic Courtès, 2015/01/07
- 03/05: gnu: guile: Depend on 'libltdl' rather than 'libtool'., Ludovic Courtès, 2015/01/07
- 04/05: gnu: libtool: Update to 2.4.4., Ludovic Courtès, 2015/01/07
- 05/05: gnu: Make libtool and libltdl completely separate., Ludovic Courtès, 2015/01/07