diff --git a/.gitignore b/.gitignore index 17c6138..5bc1e44 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ libXt-1.0.7.tar.bz2 +/libXt-1.0.9.tar.bz2 diff --git a/libXt-1.0.2-libsm-fix.patch b/libXt-1.0.2-libsm-fix.patch deleted file mode 100644 index 309aea8..0000000 --- a/libXt-1.0.2-libsm-fix.patch +++ /dev/null @@ -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 diff --git a/libXt.spec b/libXt.spec index f340366..a34b056 100644 --- a/libXt.spec +++ b/libXt.spec @@ -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 1.0.9-1 +- libXt 1.0.9 + * Tue Oct 13 2009 Adam Jackson 1.0.7-1 - libXt 1.0.7 diff --git a/sources b/sources index 5337837..ff59569 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 96f3c93434a93186d178b60d4a262496 libXt-1.0.7.tar.bz2 +8a414f8f2327aaa616ca2dcac1f5d8c3 libXt-1.0.9.tar.bz2