libXt 1.0.9

This commit is contained in:
Adam Jackson 2010-11-08 15:36:19 -05:00
parent 94899a25e8
commit 21ec35927b
4 changed files with 6 additions and 16 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
libXt-1.0.7.tar.bz2
/libXt-1.0.9.tar.bz2

View File

@ -1,11 +0,0 @@
--- libXt-1.0.2/xt.pc.in.libsm-fix 2006-06-28 14:56:37.000000000 -0400
+++ libXt-1.0.2/xt.pc.in 2006-06-28 14:56:51.000000000 -0400
@@ -7,7 +7,7 @@
Name: Xt
Description: X Toolkit Library
Version: @VERSION@
-Requires: xproto x11 sm
+Requires: xproto x11
Requires.private: x11 sm
Cflags: -I${includedir}
Libs: -L${libdir} -lXt

View File

@ -1,6 +1,6 @@
Summary: X.Org X11 libXt runtime library
Name: libXt
Version: 1.0.7
Version: 1.0.9
Release: 1%{?dist}
License: MIT
Group: System Environment/Libraries
@ -9,8 +9,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source0: ftp://ftp.x.org/pub/individual/lib/%{name}-%{version}.tar.bz2
Patch0: libXt-1.0.2-libsm-fix.patch
BuildRequires: pkgconfig(xproto) pkgconfig(x11) pkgconfig(sm)
%description
@ -27,8 +25,6 @@ X.Org X11 libXt development package
%prep
%setup -q
%patch0 -p1 -b .libsm-fix
%build
# FIXME: Work around pointer aliasing warnings from compiler for now
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
@ -99,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*.3*
%changelog
* Mon Nov 08 2010 Adam Jackson <ajax@redhat.com> 1.0.9-1
- libXt 1.0.9
* Tue Oct 13 2009 Adam Jackson <ajax@redhat.com> 1.0.7-1
- libXt 1.0.7

View File

@ -1 +1,2 @@
96f3c93434a93186d178b60d4a262496 libXt-1.0.7.tar.bz2
8a414f8f2327aaa616ca2dcac1f5d8c3 libXt-1.0.9.tar.bz2