Hello community, here is the log from the commit of package libwmf checked in at Tue Jun 27 20:34:57 CEST 2006. -------- --- libwmf/libwmf.changes 2006-01-26 19:07:18.000000000 +0100 +++ libwmf/libwmf.changes 2006-06-27 18:34:02.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Jun 27 18:32:40 CEST 2006 - nadvornik@suse.cz + +- updated to bugfix release 0.2.8.4 + * fixes various compiler warnings [#185398] + +------------------------------------------------------------------- Old: ---- libwmf-0.2.8.2-config.patch libwmf-0.2.8.2-fix.patch libwmf-0.2.8.2-ia64.patch libwmf-0.2.8.2.tar.bz2 New: ---- libwmf-0.2.8.4-config.patch libwmf-0.2.8.4-fix.patch libwmf-0.2.8.4-ia64.patch libwmf-0.2.8.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libwmf.spec ++++++ --- /var/tmp/diff_new_pack.kwiagj/_old 2006-06-27 20:34:35.000000000 +0200 +++ /var/tmp/diff_new_pack.kwiagj/_new 2006-06-27 20:34:35.000000000 +0200 @@ -1,11 +1,11 @@ # -# spec file for package libwmf (Version 0.2.8.2) +# spec file for package libwmf (Version 0.2.8.4) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://bugs.opensuse.org +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild @@ -17,8 +17,8 @@ License: LGPL Group: System/Libraries Autoreqprov: on -Version: 0.2.8.2 -Release: 98 +Version: 0.2.8.4 +Release: 1 Summary: Library and Utilities for Displaying and Converting Metafile Images URL: http://wvWare.sourceforge.net/ Source: libwmf-%{version}.tar.bz2 @@ -135,6 +135,9 @@ %doc %{_defaultdocdir}/libwmf/html %changelog -n libwmf +* Tue Jun 27 2006 - nadvornik@suse.cz +- updated to bugfix release 0.2.8.4 + * fixes various compiler warnings [#185398] * Thu Jan 26 2006 - nadvornik@suse.cz - fixed undefined code [#136822] * Wed Jan 25 2006 - mls@suse.de ++++++ libwmf-0.2.8.2-config.patch -> libwmf-0.2.8.4-config.patch ++++++ ++++++ libwmf-0.2.8.2-fix.patch -> libwmf-0.2.8.4-fix.patch ++++++ --- libwmf/libwmf-0.2.8.2-fix.patch 2006-01-26 19:00:22.000000000 +0100 +++ libwmf/libwmf-0.2.8.4-fix.patch 2006-06-27 18:26:32.000000000 +0200 @@ -15,7 +15,7 @@ API->MetaHeader.wmfheader = &(API->Head); --- src/extra/gd/gd.c +++ src/extra/gd/gd.c -@@ -767,6 +767,7 @@ +@@ -784,6 +784,7 @@ } else { @@ -33,35 +33,6 @@ /* stdio is needed for file I/O. */ #include <stdio.h> ---- src/extra/gd/gd_gd2.c -+++ src/extra/gd/gd_gd2.c -@@ -635,10 +635,11 @@ - { - if (im->trueColor) - { -- ch = chunkBuf[chunkPos++] << 24 + -- chunkBuf[chunkPos++] << 16 + -- chunkBuf[chunkPos++] << 8 + -- chunkBuf[chunkPos++]; -+ ch = chunkBuf[chunkPos] << 24 + -+ chunkBuf[chunkPos + 1] << 16 + -+ chunkBuf[chunkPos + 2] << 8 + -+ chunkBuf[chunkPos + 3]; -+ chunkPos += 4; - } - else - { ---- src/extra/gd/gdft.c -+++ src/extra/gd/gdft.c -@@ -25,7 +25,7 @@ - gdImageStringTTF (gdImage * im, int *brect, int fg, char *fontlist, - double ptsize, double angle, int x, int y, char *string) - { -- gdImageStringFT (im, brect, fg, fontlist, ptsize, -+ return gdImageStringFT (im, brect, fg, fontlist, ptsize, - angle, x, y, string); - } - --- src/player/record.h +++ src/player/record.h @@ -96,6 +96,7 @@ @@ -72,33 +43,4 @@ if (index > record->size) { WMF_ERROR (API,"Bad record - unexpectedly short!"); ---- src/recorder.c -+++ src/recorder.c -@@ -764,7 +764,7 @@ - if ((mode != ALTERNATE) && (mode != WINDING)) - { - WMF_ERROR (API, "Unexpected polygon fill mode! Expected one of ALTERNATE or WINDING"); -- return; -+ return -1; - } - if (construct->polyfill == mode) return 0; - -@@ -1577,7 +1577,7 @@ - if ((construct == 0) || (str == 0)) return -1; - - length = (strlen (str) + 1) / 2; /* TODO: do conversion from UTF-8 to... ?? */ -- if (length == 0) return; -+ if (length == 0) return -1; - - Size += length; - ---- src/stream.c -+++ src/stream.c -@@ -285,7 +285,6 @@ - - if (ERR (API)) - { WMF_DEBUG (API,"bailing..."); -- defstr->max = max; - return (EOF); - } - + \ No newline at end of file ++++++ libwmf-0.2.8.2-ia64.patch -> libwmf-0.2.8.4-ia64.patch ++++++ ++++++ libwmf-0.2.8.2.tar.bz2 -> libwmf-0.2.8.4.tar.bz2 ++++++ ++++ 121757 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit-unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit-help@opensuse.org
participants (1)
-
root@suse.de