- Updated libXt to version 1.0.2 from X11R7.1
This commit is contained in:
parent
d8224a82fd
commit
e8f5419065
@ -1 +1,2 @@
|
|||||||
libXt-1.0.1.tar.bz2
|
libXt-1.0.1.tar.bz2
|
||||||
|
libXt-1.0.2.tar.bz2
|
||||||
|
18
libXt.spec
18
libXt.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: X.Org X11 libXt runtime library
|
Summary: X.Org X11 libXt runtime library
|
||||||
Name: libXt
|
Name: libXt
|
||||||
Version: 1.0.1
|
Version: 1.0.2
|
||||||
Release: 3
|
Release: 1
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.x.org
|
URL: http://www.x.org
|
||||||
@ -43,15 +43,6 @@ X.Org X11 libXt development package
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
# FIXME: Work around pointer aliasing warnings from compiler for now
|
# FIXME: Work around pointer aliasing warnings from compiler for now
|
||||||
# EventUtil.c:105: warning: dereferencing type-punned pointer will break strict-aliasing rules
|
|
||||||
# NextEvent.c:1122: warning: dereferencing type-punned pointer will break strict-aliasing rules
|
|
||||||
# NextEvent.c:1132: warning: dereferencing type-punned pointer will break strict-aliasing rules
|
|
||||||
# NextEvent.c:1142: warning: dereferencing type-punned pointer will break strict-aliasing rules
|
|
||||||
# NextEvent.c:1156: warning: dereferencing type-punned pointer will break strict-aliasing rules
|
|
||||||
# NextEvent.c:1299: warning: dereferencing type-punned pointer will break strict-aliasing rules
|
|
||||||
# NextEvent.c:1315: warning: dereferencing type-punned pointer will break strict-aliasing rules
|
|
||||||
# NextEvent.c:1340: warning: dereferencing type-punned pointer will break strict-aliasing rules
|
|
||||||
# NextEvent.c:1572: warning: dereferencing type-punned pointer will break strict-aliasing rules
|
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||||
%configure \
|
%configure \
|
||||||
%if ! %{with_static}
|
%if ! %{with_static}
|
||||||
@ -77,7 +68,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS COPYING README INSTALL ChangeLog
|
%doc AUTHORS COPYING README INSTALL ChangeLog NEWS
|
||||||
%{_libdir}/libXt.so.6
|
%{_libdir}/libXt.so.6
|
||||||
%{_libdir}/libXt.so.6.0.0
|
%{_libdir}/libXt.so.6.0.0
|
||||||
|
|
||||||
@ -132,6 +123,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*.3x*
|
%{_mandir}/man3/*.3x*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-1
|
||||||
|
- Updated libXt to version 1.0.2 from X11R7.1
|
||||||
|
|
||||||
* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
|
* Fri Jun 09 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
|
||||||
- Added "Requires: xorg-x11-proto-devel" to devel package for xt.pc
|
- Added "Requires: xorg-x11-proto-devel" to devel package for xt.pc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user