From f0fab874e552397283f879f30a3db003a7054d73238d627c17906a504321a291 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 24 Aug 2007 22:09:47 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xorg-x11-libs?expand=0&rev=24 --- bug233919-libXaw.diff | 11 ----------- libXaw-1.0.3.tar.bz2 | 3 --- libXaw-1.0.4.tar.bz2 | 3 +++ xorg-x11-libs.changes | 10 ++++++++++ xorg-x11-libs.spec | 15 +++++++++------ 5 files changed, 22 insertions(+), 20 deletions(-) delete mode 100644 bug233919-libXaw.diff delete mode 100644 libXaw-1.0.3.tar.bz2 create mode 100644 libXaw-1.0.4.tar.bz2 diff --git a/bug233919-libXaw.diff b/bug233919-libXaw.diff deleted file mode 100644 index 46a5f25..0000000 --- a/bug233919-libXaw.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- src/XawI18n.c.orig 2007-01-23 17:57:23.950559108 +0100 -+++ src/XawI18n.c 2007-01-23 17:57:49.881027639 +0100 -@@ -96,7 +96,7 @@ - int - _Xaw_iswalnum(wchar_t ch) - { -- unsigned char mb[sizeof(wchar_t)]; -+ unsigned char mb[MB_CUR_MAX]; - - wctomb((char*)mb, ch); - diff --git a/libXaw-1.0.3.tar.bz2 b/libXaw-1.0.3.tar.bz2 deleted file mode 100644 index 7ed194d..0000000 --- a/libXaw-1.0.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45ca55bdac904a07b8118618c65ddb5bf8826e626c4c927e3c2508c58e231514 -size 515197 diff --git a/libXaw-1.0.4.tar.bz2 b/libXaw-1.0.4.tar.bz2 new file mode 100644 index 0000000..affee45 --- /dev/null +++ b/libXaw-1.0.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f4ab184fb8dc853fd95238d4de7b251427dd036643d11fd2a669232fa35af9 +size 517275 diff --git a/xorg-x11-libs.changes b/xorg-x11-libs.changes index 027f726..d4f5e6d 100644 --- a/xorg-x11-libs.changes +++ b/xorg-x11-libs.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Aug 24 15:52:52 CEST 2007 - sndirsch@suse.de + +- libXaw 1.0.4 + * Use iswalnum() if it's present as a function, not just if it's + #defined + * Bug #11091: libXaw COPYING file + * Bug #9649: Bad markup on XAw.3x + * obsoletes bug233919-libXaw.diff + ------------------------------------------------------------------- Tue Aug 21 22:53:55 CEST 2007 - sndirsch@suse.de diff --git a/xorg-x11-libs.spec b/xorg-x11-libs.spec index abd8ee7..0c4b2a7 100644 --- a/xorg-x11-libs.spec +++ b/xorg-x11-libs.spec @@ -19,7 +19,7 @@ Provides: libXaw.so.8 libXaw.so.7 libXaw.so.6 %endif URL: http://xorg.freedesktop.org/ Version: 7.2 -Release: 89 +Release: 91 License: X11/MIT BuildRoot: %{_tmppath}/%{name}-%{version}-build Group: System/Libraries @@ -29,7 +29,7 @@ Source1: libFS-X11R7.0-1.0.0.tar.bz2 Source2: libWindowsWM-X11R7.0-1.0.0.tar.bz2 Source3: libXScrnSaver-1.1.2.tar.bz2 Source4: libXTrap-X11R7.0-1.0.0.tar.bz2 -Source5: libXaw-1.0.3.tar.bz2 +Source5: libXaw-1.0.4.tar.bz2 Source6: libXcomposite-0.4.0.tar.bz2 Source7: libXcursor-1.1.8.tar.bz2 Source8: libXdamage-1.1.1.tar.bz2 @@ -62,7 +62,6 @@ Patch2: libXft-2.1.7-lcd-filter-2.patch Patch3: p_xft_cjk.diff Patch4: p_xft_register.diff Patch5: libxkbui.diff -Patch8: bug233919-libXaw.diff Patch10: libXxf86misc-xcb.diff Patch11: pixman.diff @@ -145,9 +144,6 @@ popd pushd libxkbui-* %patch5 popd -pushd libXaw-* -%patch8 -p0 -popd pushd libXxf86misc-* %patch10 -p0 popd @@ -222,6 +218,13 @@ exit 0 %{_mandir}/man3/* %changelog +* Fri Aug 24 2007 - sndirsch@suse.de +- libXaw 1.0.4 + * Use iswalnum() if it's present as a function, not just if it's + [#]defined + * Bug #11091: libXaw COPYING file + * Bug #9649: Bad markup on XAw.3x + * obsoletes bug233919-libXaw.diff * Tue Aug 21 2007 - sndirsch@suse.de - fixed build of libpixman * Sat Aug 18 2007 - sndirsch@suse.de