This commit is contained in:
parent
af34fb9603
commit
f0fab874e5
@ -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);
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:45ca55bdac904a07b8118618c65ddb5bf8826e626c4c927e3c2508c58e231514
|
|
||||||
size 515197
|
|
3
libXaw-1.0.4.tar.bz2
Normal file
3
libXaw-1.0.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:11f4ab184fb8dc853fd95238d4de7b251427dd036643d11fd2a669232fa35af9
|
||||||
|
size 517275
|
@ -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
|
Tue Aug 21 22:53:55 CEST 2007 - sndirsch@suse.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ Provides: libXaw.so.8 libXaw.so.7 libXaw.so.6
|
|||||||
%endif
|
%endif
|
||||||
URL: http://xorg.freedesktop.org/
|
URL: http://xorg.freedesktop.org/
|
||||||
Version: 7.2
|
Version: 7.2
|
||||||
Release: 89
|
Release: 91
|
||||||
License: X11/MIT
|
License: X11/MIT
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Group: System/Libraries
|
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
|
Source2: libWindowsWM-X11R7.0-1.0.0.tar.bz2
|
||||||
Source3: libXScrnSaver-1.1.2.tar.bz2
|
Source3: libXScrnSaver-1.1.2.tar.bz2
|
||||||
Source4: libXTrap-X11R7.0-1.0.0.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
|
Source6: libXcomposite-0.4.0.tar.bz2
|
||||||
Source7: libXcursor-1.1.8.tar.bz2
|
Source7: libXcursor-1.1.8.tar.bz2
|
||||||
Source8: libXdamage-1.1.1.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
|
Patch3: p_xft_cjk.diff
|
||||||
Patch4: p_xft_register.diff
|
Patch4: p_xft_register.diff
|
||||||
Patch5: libxkbui.diff
|
Patch5: libxkbui.diff
|
||||||
Patch8: bug233919-libXaw.diff
|
|
||||||
Patch10: libXxf86misc-xcb.diff
|
Patch10: libXxf86misc-xcb.diff
|
||||||
Patch11: pixman.diff
|
Patch11: pixman.diff
|
||||||
|
|
||||||
@ -145,9 +144,6 @@ popd
|
|||||||
pushd libxkbui-*
|
pushd libxkbui-*
|
||||||
%patch5
|
%patch5
|
||||||
popd
|
popd
|
||||||
pushd libXaw-*
|
|
||||||
%patch8 -p0
|
|
||||||
popd
|
|
||||||
pushd libXxf86misc-*
|
pushd libXxf86misc-*
|
||||||
%patch10 -p0
|
%patch10 -p0
|
||||||
popd
|
popd
|
||||||
@ -222,6 +218,13 @@ exit 0
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 21 2007 - sndirsch@suse.de
|
||||||
- fixed build of libpixman
|
- fixed build of libpixman
|
||||||
* Sat Aug 18 2007 - sndirsch@suse.de
|
* Sat Aug 18 2007 - sndirsch@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user