diff options
author | Agney Lopes Roth Ferraz <agney@debian.org> | 2007-02-21 21:10:57 -0200 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:40 -0500 |
commit | b3e31ae3787c8806f48c85a52bba9aa3554e2c07 (patch) | |
tree | d2b5968370e4230c2f099b9253264ab81defaa8f | |
parent | 2b76ad81f894cfcbdc897eb33a6e92ae74f81162 (diff) |
Import Debian changes 0.4.1-9
hardinfo (0.4.1-9) unstable; urgency=low
* Fixed segfaults on powerpc (Closes: #408050)
-rw-r--r-- | arch/linux/ppc/processor.h | 4 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/arch/linux/ppc/processor.h b/arch/linux/ppc/processor.h index f4ff5b0e..22b5cc57 100644 --- a/arch/linux/ppc/processor.h +++ b/arch/linux/ppc/processor.h @@ -62,11 +62,11 @@ processor_get_info(Processor *processor) "CPU=%s\n" "L2 Cache=%.2f\n" "Frequency=%.2fMHz\n" - "BogoMips=%.2f" + "BogoMips=%.2f\n" "Byte Order=%s\n", processor->vendor_id, processor->model_name, - processor->cache_size, + (gfloat) processor->cache_size, processor->cpu_mhz, processor->bogomips, #if G_BYTE_ORDER == G_LITTLE_ENDIAN diff --git a/debian/changelog b/debian/changelog index 339ec988..25b63da9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hardinfo (0.4.1-9) unstable; urgency=low + + * Fixed segfaults on powerpc (Closes: #408050) + + -- Agney Lopes Roth Ferraz <agney@debian.org> Wed, 21 Feb 2007 21:10:57 -0200 + hardinfo (0.4.1-8) unstable; urgency=low * Fixed errors on processor.h on ia64 and alpha. |