[Parted-commits] GNU Parted Official Repository: Changes to 'master'
David Cantrell
dcantrell-guest at alioth.debian.org
Tue Mar 20 05:09:10 CET 2007
configure.ac | 8 +------
doc/po4a.mk | 17 ++++++++-------
include/parted/Makefile.am | 9 +------
include/parted/disk.h | 34 +++++++++++++++++------------
include/parted/fdasd.h | 2 +
libparted/arch/linux.c | 42 ++++++++++--------------------------
libparted/labels/Makefile.am | 10 ++------
libparted/labels/dasd.c | 5 ++++
libparted/labels/fdasd.c | 5 ++++
libparted/labels/vtoc.c | 5 ++++
scripts/release/tarball_upload.sh | 1 +
11 files changed, 65 insertions(+), 73 deletions(-)
New commits:
commit c1b00586c9296e03d2445de20a3d44c1c949979e
Author: David Cantrell <dcantrell at redhat.com>
Date: Mon Mar 19 14:01:46 2007 -0400
Conditionalize the System Z stuff correctly. We get headers installed on non-System Z platforms, but the code only compiles on that platform.
commit 5167881e1f44c1bd4ccf4ed15daeeaa7af75558d
Author: David Cantrell <dcantrell at redhat.com>
Date: Mon Mar 19 11:20:55 2007 -0400
Remove the COMPILE_FOR_S390 flag-setting stuff. It wasn't correct anyway. Take a kernel-style approach and check uname -m to see if we are on s390. If so, we build for zSeries. Otherwise we do not.
commit 04f2111580d683dbc252ac1765e5874fc1444f81
Author: David Cantrell <dcantrell at redhat.com>
Date: Mon Mar 19 10:43:56 2007 -0400
Sleep for one second after uploading a file to ftp-upload.gnu.org. Seems transactions need to be spaced out a bit otherwise the server will reject files.
commit 33f457b308861134267128db72e959ae2a605658
Author: David Cantrell <dcantrell at redhat.com>
Date: Mon Mar 19 11:09:25 2007 -0400
Fix for compile problems with gcc-4.1.2 as indicated here:
http://lists.gnu.org/archive/html/bug-parted/2007-03/msg00008.html
commit f104c2bbd8b691d702061d30f3e6feaf31583078
Author: David Cantrell <dcantrell at redhat.com>
Date: Mon Mar 19 11:10:38 2007 -0400
Check for tgetent() in libtinfo as well as ncurses, curses, termcap, and termlib.
commit 8f9505516a9dee8aff0f5d74fe26e2fe0a4db969
Author: David Cantrell <dcantrell at redhat.com>
Date: Mon Mar 19 11:12:11 2007 -0400
Remove some unused variables, check the return values from fgets() and asprintf(), and remove the unused _dm_remove_map() function.
commit 30c2f95e5c65b80fe9e41c624959919c2286dbb9
Author: David Cantrell <dcantrell at redhat.com>
Date: Mon Mar 19 11:19:27 2007 -0400
Include vtoc.h for the format1_label_t typedef.
commit 7418d730fb70cf89c91c6c1e22789251a5c1cb4d
Author: David Cantrell <dcantrell at redhat.com>
Date: Mon Mar 19 14:20:52 2007 -0400
Remove GNU make-specific things from po4a.mk.
More information about the Parted-commits
mailing list