[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (1a24df4 -> a860edd)
From: |
guix-commits |
Subject: |
branch master updated (1a24df4 -> a860edd) |
Date: |
Fri, 10 Apr 2020 10:03:07 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 1a24df4 gnu: installer: Fix issue with "Esperanto" locale.
new 523280e gnu: binutils: Shorten file names of MinGW patches.
new 79b0816 gnu: akonadi: Shorten file name of patch.
new 929510a gnu: sdl-pango: Shorten file name of patch.
new 92587f8 lint: 'check-patch-file-names' restricts to shorter file
names.
new 76026b5 vm: 'system-disk-image' honors #:substitutable? for ISO9660
images.
new 475d481 installer: tests: Don't install to a CD/DVD.
new a860edd tests: Run guided installation tests from an ISO image.
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/installer/tests.scm | 9 +++++++--
gnu/local.mk | 8 ++++----
gnu/packages/cross-base.scm | 5 ++---
gnu/packages/kde-pim.scm | 2 +-
...n-properly-relo.patch => akonadi-not-relocatable.patch} | 0
...raries.patch => binutils-mingw-w64-deterministic.patch} | 0
...-timestamp.patch => binutils-mingw-w64-timestamp.patch} | 0
...o_CopyFTBitmapTo.patch => sdl-pango-header-guard.patch} | 0
gnu/packages/sdl.scm | 14 ++++++--------
gnu/system/vm.scm | 7 +++++--
gnu/tests/install.scm | 2 ++
guix/lint.scm | 2 +-
12 files changed, 28 insertions(+), 21 deletions(-)
rename
gnu/packages/patches/{akonadi-Revert-Make-installation-properly-relo.patch =>
akonadi-not-relocatable.patch} (100%)
rename
gnu/packages/patches/{binutils-mingw-w64-reproducible-import-libraries.patch =>
binutils-mingw-w64-deterministic.patch} (100%)
rename gnu/packages/patches/{binutils-mingw-w64-specify-timestamp.patch =>
binutils-mingw-w64-timestamp.patch} (100%)
rename
gnu/packages/patches/{sdl-pango-fix-explicit-SDLPango_CopyFTBitmapTo.patch =>
sdl-pango-header-guard.patch} (100%)
- branch master updated (1a24df4 -> a860edd),
guix-commits <=
- 04/07: lint: 'check-patch-file-names' restricts to shorter file names., guix-commits, 2020/04/10
- 05/07: vm: 'system-disk-image' honors #:substitutable? for ISO9660 images., guix-commits, 2020/04/10
- 01/07: gnu: binutils: Shorten file names of MinGW patches., guix-commits, 2020/04/10
- 07/07: tests: Run guided installation tests from an ISO image., guix-commits, 2020/04/10
- 02/07: gnu: akonadi: Shorten file name of patch., guix-commits, 2020/04/10
- 03/07: gnu: sdl-pango: Shorten file name of patch., guix-commits, 2020/04/10
- 06/07: installer: tests: Don't install to a CD/DVD., guix-commits, 2020/04/10