Peter Hutterer 2890ef6
%global tarball libX11
Peter Hutterer 8104634
#global gitdate 20130524
Peter Hutterer 2890ef6
%global gitversion a3bdd2b09
7fbd223
paragn 3ebc591
Summary: Core X11 protocol client library
mharris 532b9a3
Name: libX11
6a33092
Version: 1.6.4
Peter Hutterer 4500ea9
Release: 3%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
4c5fd07
License: MIT
mharris 17165e7
Group: System Environment/Libraries
mharris 17165e7
URL: http://www.x.org
mharris 4a14ff4
Peter Hutterer 2890ef6
%if 0%{?gitdate}
Peter Hutterer 2890ef6
Source0:    %{tarball}-%{gitdate}.tar.bz2
Peter Hutterer 2890ef6
Source1:    make-git-snapshot.sh
Peter Hutterer 2890ef6
Source2:    commitid
Peter Hutterer 2890ef6
%else
7308a38
Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
Peter Hutterer 2890ef6
%endif
mharris 4a14ff4
sandmann 0df6210
Patch2: dont-forward-keycode-0.patch
Peter Hutterer fa446d4
Patch3: 0001-Plug-a-memory-leak.patch
Peter Hutterer 4500ea9
Patch4: 0001-Fix-wrong-Xfree-in-XListFonts-failure-path.patch
Peter Hutterer fa446d4
Peter Hutterer 7cae5b4
BuildRequires: xorg-x11-util-macros >= 1.11
ced3471
BuildRequires: pkgconfig(xproto) >= 7.0.15
3786b2a
BuildRequires: xorg-x11-xtrans-devel >= 1.0.3-4
9088a9b
BuildRequires: libxcb-devel >= 1.2
9ec9a2b
BuildRequires: pkgconfig(xau) pkgconfig(xdmcp)
Peter Hutterer 3e7e870
BuildRequires: perl(Pod::Usage)
mharris 17165e7
c36b847
Requires: %{name}-common >= %{version}-%{release}
3f3de5e
mharris 17165e7
%description
paragn 3ebc591
Core X11 protocol client library.
mharris 17165e7
461c9c8
%package common
paragn 3ebc591
Summary: Common data for libX11
461c9c8
Group: System Environment/Libraries
461c9c8
BuildArch: noarch
461c9c8
461c9c8
%description common
a30e4f3
libX11 common data
461c9c8
mharris 17165e7
%package devel
paragn 3ebc591
Summary: Development files for %{name}
mharris 17165e7
Group: Development/Libraries
mharris f2856f3
Requires: %{name} = %{version}-%{release}
mharris f2856f3
mharris 17165e7
%description devel
mharris ccc67e3
X.Org X11 libX11 development package
mharris 17165e7
mharris 17165e7
%prep
Peter Hutterer 2890ef6
%setup -q -n %{tarball}-%{?gitdate:%{gitdate}}%{!?gitdate:%{version}}
sandmann 0df6210
%patch2 -p1 -b .dont-forward-keycode-0
Peter Hutterer fa446d4
%patch3 -p1
mharris 17165e7
mharris 17165e7
%build
Peter Hutterer 5d08bf3
autoreconf -v --install --force
9b69268
%configure --disable-static
mharris cdd6002
mharris 779a441
make %{?_smp_mflags}
mharris 17165e7
mharris 17165e7
%install
mharris 17165e7
rm -rf $RPM_BUILD_ROOT
mharris 532b9a3
paragn 3ebc591
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
mharris 17165e7
mharris 17165e7
# We intentionally don't ship *.la files
a77b5de
find $RPM_BUILD_ROOT -type f -name '*.la' -delete
mharris cdd6002
mharris 76a59c4
# FIXME: Don't install Xcms.txt - find out why upstream still ships this.
a77b5de
find $RPM_BUILD_ROOT -name 'Xcms.txt' -delete
mharris 17165e7
9ec9a2b
# FIXME package these properly
9ec9a2b
rm -rf $RPM_BUILD_ROOT%{_docdir}
9ec9a2b
mharris 17165e7
%clean
mharris 17165e7
rm -rf $RPM_BUILD_ROOT
mharris 17165e7
mharris 17165e7
%post -p /sbin/ldconfig
mharris 17165e7
%postun -p /sbin/ldconfig
mharris 17165e7
mharris 17165e7
%files
461c9c8
%{_libdir}/libX11.so.6
b229a10
%{_libdir}/libX11.so.6.3.0
461c9c8
%{_libdir}/libX11-xcb.so.1
461c9c8
%{_libdir}/libX11-xcb.so.1.0.0
461c9c8
461c9c8
%files common
f317a9c
%doc AUTHORS COPYING README NEWS
daa676b
%{_datadir}/X11/locale/
mharris 17165e7
%{_datadir}/X11/XErrorDB
mharris 17165e7
mharris 17165e7
%files devel
mharris 17165e7
%{_includedir}/X11/ImUtil.h
mharris 17165e7
%{_includedir}/X11/XKBlib.h
mharris 17165e7
%{_includedir}/X11/Xcms.h
mharris 17165e7
%{_includedir}/X11/Xlib.h
mharris 17165e7
%{_includedir}/X11/XlibConf.h
mharris 17165e7
%{_includedir}/X11/Xlibint.h
0b657aa
%{_includedir}/X11/Xlib-xcb.h
mharris 17165e7
%{_includedir}/X11/Xlocale.h
mharris 17165e7
%{_includedir}/X11/Xregion.h
mharris 17165e7
%{_includedir}/X11/Xresource.h
mharris 17165e7
%{_includedir}/X11/Xutil.h
mharris 17165e7
%{_includedir}/X11/cursorfont.h
mharris 17165e7
%{_libdir}/libX11.so
0b657aa
%{_libdir}/libX11-xcb.so
mharris 17165e7
%{_libdir}/pkgconfig/x11.pc
0b657aa
%{_libdir}/pkgconfig/x11-xcb.pc
0b657aa
%{_mandir}/man3/*.3*
b45694d
%{_mandir}/man5/*.5*
mharris 17165e7
mharris 17165e7
%changelog
Peter Hutterer 4500ea9
* Mon Jan 09 2017 Peter Hutterer <peter.hutterer@redhat.com> 1.6.4-3
Peter Hutterer 4500ea9
- Fix a bug in the memory leak fix from 1.6.4-2
Peter Hutterer 4500ea9
Peter Hutterer fa446d4
* Thu Jan 05 2017 Peter Hutterer <peter.hutterer@redhat.com> 1.6.4-2
Peter Hutterer fa446d4
- Plug a memory leak in XListFonts()
Peter Hutterer fa446d4
6a33092
* Wed Oct 05 2016 Adam Jackson <ajax@redhat.com> - 1.6.4-1
6a33092
- libX11 1.6.4
6a33092
3e7489c
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.3-3
3e7489c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
3e7489c
Peter Hutterer a26d511
* Thu Jan 28 2016 Peter Hutterer <peter.hutterer@redhat.com>
Peter Hutterer a26d511
- Remove unnecessary defattr
Peter Hutterer a26d511
0d0961e
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.3-2
0d0961e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0d0961e
0635bb7
* Tue Mar 10 2015 Adam Jackson <ajax@redhat.com> 1.6.3-1
0635bb7
- libX11 1.6.3
0635bb7
7b73f40
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2-2
7b73f40
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
7b73f40
c36b847
* Mon Jun 30 2014 Adam Jackson <ajax@redhat.com> 1.6.2-1
c36b847
- libX11 1.6.2 plus a fix for interleaved xcb/xlib usage
c36b847
- Use >= for the -common Requires
c36b847
1f3c151
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.1-2
1f3c151
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1f3c151
Peter Hutterer dccb24e
* Tue Jul 30 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.6.1-1
Peter Hutterer dccb24e
- libX11 1.6.1
Peter Hutterer dccb24e
Peter Hutterer 9e6de17
* Tue Jun 04 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.6.0-1
Peter Hutterer 9e6de17
- libX11 1.6.0
Peter Hutterer 9e6de17
Peter Hutterer 8104634
* Mon May 27 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.5.99.902-1
Peter Hutterer 8104634
- Update to 1.5.99.902 (same code-base, just easier in Requires)
Peter Hutterer 8104634
Peter Hutterer 2890ef6
* Fri May 24 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.5.99.901-3..20130524gita3bdd2b09
Peter Hutterer 2890ef6
- Udpate to git snapshot to fix CVEs listed below
Peter Hutterer 2890ef6
- CVE-2013-1997
Peter Hutterer 2890ef6
- CVE-2013-1981
Peter Hutterer 2890ef6
- CVE-2013-2004
Peter Hutterer 2890ef6
Peter Hutterer 3e7e870
* Sun Mar 10 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.5.99.901-2
Peter Hutterer 3e7e870
- Add BR for Pod::Usage, needed by compose-chart.pl
Peter Hutterer 3e7e870
Peter Hutterer 900bd71
* Sun Mar 10 2013 Peter Hutterer <peter.hutterer@redhat.com> 1.5.99.901.-1
Peter Hutterer 900bd71
- libX11 1.6RC1
Peter Hutterer 900bd71
b8557fd
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-4
b8557fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b8557fd
c86a25a
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-3
c86a25a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c86a25a
Peter Hutterer 5d08bf3
* Tue Jun 12 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.5.0-2
Peter Hutterer 5d08bf3
- run autoreconf to get rid of rpath define (#828513)
Peter Hutterer 5d08bf3
Peter Hutterer 6b1104c
* Mon Jun 04 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.5.0-1
Peter Hutterer 6b1104c
- libX11 1.5
Peter Hutterer 6b1104c
Peter Hutterer 75dfdf8
* Tue May 01 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.4.99.901-2
Peter Hutterer 75dfdf8
- Rebuild to pick up new compose symbols from updated x11 proto
Peter Hutterer 75dfdf8
Peter Hutterer b5cf2e5
* Tue Mar 20 2012 Peter Hutterer <peter.hutterer@redhat.com> 1.4.99.901-1
Peter Hutterer b5cf2e5
- libX11 1.5RC1
Peter Hutterer b5cf2e5
49aa01d
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.99.1-3
49aa01d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
49aa01d
Peter Hutterer 1a833b9
* Thu Dec 22 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.4.99.1-2
Peter Hutterer 1a833b9
- fix dont-forward-keycode-0.patch, symbol name change
Peter Hutterer 1a833b9
Peter Hutterer 61995a6
* Wed Dec 21 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.4.99.1-1
Peter Hutterer b5cf2e5
- libX11 1.4.99.1
Peter Hutterer 61995a6
Peter Hutterer 4c8e5a1
* Fri Jul 29 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.4.4-1
Peter Hutterer 4c8e5a1
- libX11 1.4.4
Peter Hutterer 4c8e5a1
Peter Hutterer 48a37a7
* Wed Apr 06 2011 Peter Hutterer <peter.hutterer@redhat.com> 1.4.3-1
Peter Hutterer 48a37a7
- libX11 1.4.3
Peter Hutterer 48a37a7
9b69268
* Fri Mar 18 2011 Adam Jackson <ajax@redhat.com> 1.4.2-1
9b69268
- libX11 1.4.2
9b69268
b17350b
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-2
b17350b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b17350b
Peter Hutterer 6801856
* Mon Nov 22 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.4.0-1
Peter Hutterer 6801856
- libX11 1.4
Peter Hutterer 6801856
Peter Hutterer 7cae5b4
* Mon Nov 01 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.3.99.903-1
Peter Hutterer 7cae5b4
- libX11 1.3.99.903 (1.4 RC1)
Peter Hutterer 7cae5b4
Peter Hutterer 4032c0c
* Mon Sep 06 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.3.99.901-1
Peter Hutterer 4032c0c
- libX11 1.3.99.901 (1.4 RC1)
Peter Hutterer 4032c0c
Peter Hutterer 4d071e5
* Thu Aug 12 2010 Peter Hutterer <peter.hutterer@redhat.com> 1.3.5-1
Peter Hutterer 4d071e5
- libX11 1.3.5
Peter Hutterer 4d071e5
- Drop 54a96360 patch, upstream.
Peter Hutterer 4d071e5
Bill Nottingham 926552e
* Tue Aug 10 2010 Bill Nottingham <notting@redhat.com> - 1.3.4-3
Bill Nottingham 926552e
- Merge upstream commit 54a96360, fixes use-after-free (fd.o 29412)
Bill Nottingham 926552e
1668151
* Mon Jul 19 2010 Matěj Cepl <mcepl@redhat.com> - 1.3.4-2
1668151
- don't own /usr/share/X11, filesystem owns it already (#569395)
1668151
b45694d
* Fri Jun 04 2010 Adam Jackson <ajax@redhat.com> 1.3.4-1
b45694d
- libX11 1.3.4
b45694d
ce8f455
* Mon Apr 12 2010 Matěj Cepl <mcepl@redhat.com> - 1.3.1-3
ce8f455
- Fix XCopyGC manpage (#579102)
ce8f455
72e5911
* Mon Oct 19 2009 Adam Jackson <ajax@redhat.com> 1.3.1-2
72e5911
- libX11 1.3.1
72e5911
7308a38
* Tue Oct 06 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.3-1
7308a38
- libX11 1.3
7308a38
paragn 3ebc591
* Thu Aug 13 2009 Parag <paragn@fedoraproject.org> 1.2.99-5.20090805
paragn 3ebc591
- Merge-review cleanups #226062
paragn 3ebc591
b229a10
* Thu Aug 06 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.2.99-4.20090805
b229a10
- Today's git snapshot
b229a10
- minor soname bump to 6.3.0
b229a10
fb19c1f
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.99-3.20090712
fb19c1f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
fb19c1f
ced3471
* Thu Jul 23 2009 Adam Jackson <ajax@redhat.com> 1.2.99-2.20090712
ced3471
- Un-require xorg-x11-filesystem
ced3471
- Remove useless %%dir
ced3471
7fbd223
* Sun Jul 12 2009 Peter Hutterer <peter.hutterer@redhat.com> 1.2.99-1.20090712
7fbd223
- Today's git snapshot
7fbd223
- libX11-1.2.1-indic.patch: Drop.
7fbd223
a30e4f3
* Mon Jul 06 2009 Adam Jackson <ajax@redhat.com> 1.2.1-3
a30e4f3
- -common subpackage
a30e4f3
a30e4f3
* Tue May 26 2009 Peter Hutterer <peter.hutterer@redhat.com> - 1.2.1-2
a30e4f3
- libX11-1.2.1-indic.patch: Add new Indic language information to nls
a30e4f3
  directory files (#497971)
a30e4f3
a30e4f3
* Tue May 26 2009 Peter Hutterer <peter.hutterer@redhat.com> - 1.2.1-1
461c9c8
- libX11 1.2.1
461c9c8
7f19732
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-3
7f19732
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
7f19732
a77b5de
* Sat Feb 21 2009 Adam Jackson <ajax@redhat.com> 1.2-2
a77b5de
- Merge review cleanups. (#226062)
a77b5de
9088a9b
* Wed Feb 18 2009 Adam Jackson <ajax@redhat.com> 1.2-1
9088a9b
- libX11 1.2
9088a9b
36bc404
* Wed Feb 04 2009 Adam Jackson <ajax@redhat.com> 1.1.99.2-4
36bc404
- libX11-1.1.99.2-compose-updates.patch: Update compose sequences (from git)
36bc404
Caolan McNamara 3b0b56d
* Mon Feb 02 2009 Caolán McNamara <caolanm@redhat.com> 1.1.99.2-3
Caolan McNamara 3b0b56d
- Resolves: rhbz#477174 don't hang in OOo, acroread, ekiga, xine, etc.
Caolan McNamara 3b0b56d
2723024
* Thu Dec 18 2008 Adam Jackson <ajax@redhat.com> 1.1.99.2-2
2723024
- BR: util-macros
2723024
f317a9c
* Thu Dec 18 2008 Adam Jackson <ajax@redhat.com> 1.1.99.2-1
f317a9c
- libX11 1.1.99.2
f317a9c
06c7191
* Tue Nov 18 2008 Peter Hutterer <peter.hutterer@redhat.com> 1.1.4-6
06c7191
- libX11-1.1.4-XF86Suspend.patch: add XF86Suspend and XF86Hibernate keysyms.
06c7191
5a7706e
* Fri Oct 24 2008 Peter Hutterer <peter.hutterer@redhat.com> 1.1.4-5
5a7706e
- libX11-1.1.4-keysysm.patch: add a bunch of keysyms for remote controls and
5a7706e
  special keys.
5a7706e
60b601e
* Wed Sep 17 2008 Adam Jackson <ajax@redhat.com> 1.1.4-4
60b601e
- libX11-1.1.4-xcb-xreply-leak.patch: Fix the BadFont case.
60b601e
76dfd6e
* Wed Sep 17 2008 Adam Jackson <ajax@redhat.com> 1.1.4-3
76dfd6e
- libX11-1.1.4-xcb-xreply-leak.patch: Fix a leak when the client has a
76dfd6e
  non-fatal error handler. (mclasen, fdo #17616)
76dfd6e
4c5fd07
* Tue Jul 15 2008 Adam Jackson <ajax@redhat.com> 1.1.4-2
4c5fd07
- Fix license tag.
4c5fd07
daa676b
* Thu Mar 06 2008 Adam Jackson <ajax@redhat.com> 1.1.4-1
daa676b
- libX11 1.1.4
daa676b
cda2d2d
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.1.3-5
cda2d2d
- Autorebuild for GCC 4.3
cda2d2d
1da6b82
* Fri Oct 19 2007 Kristian Høgsberg <krh@redhat.com> - 1.1.3-4
Kristian Høgsberg c20ecc7
- Add patch from upstream to add keysyms for brightness buttons (#330491).
Kristian Høgsberg c20ecc7
9586995
* Tue Oct 16 2007 Adam Jackson <ajax@redhat.com> 1.1.3-3
9586995
- libX11-devel Requires: libxcb-devel.
9586995
d5325ac
* Wed Oct 10 2007 Adam Jackson <ajax@redhat.com> 1.1.3-2
d5325ac
- libX11-1.1.3-xkb-lock-fix.patch: Don't LockDisplay() recursively.  Fixes
d5325ac
  Gnome hang at logout. (#326461)
d5325ac
89dce41
* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 1.1.3-1
89dce41
- libX11 1.1.3
89dce41
3786b2a
* Thu Sep 20 2007 Adam Jackson <ajax@redhat.com> 1.1.2-4
3786b2a
- Update xtrans dep and rebuild.
3786b2a
b8f706e
* Mon Sep 17 2007 Adam Jackson <ajax@redhat.com> 1.1.2-3
b8f706e
- libX11-1.1.2-GetMotionEvents.patch: Fix the definition of XGetMotionEvents
b8f706e
  to match the argument order in the headers. (#274671)
b8f706e
6f50095
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.1.2-2
6f50095
- Rebuild for build id
6f50095
0b657aa
* Mon Jul 23 2007 Adam Jackson <ajax@redhat.com> 1.1.2-1
0b657aa
- libX11 1.1.2.
0b657aa
- Enable XCB for libX11 transport.
0b657aa
e027b9c
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> 1.0.3-9
e027b9c
- Don't install INSTALL
e027b9c
505d734
* Fri Apr 06 2007 Adam Jackson <ajax@redhat.com> 1.0.3-8
505d734
- Fix for CVE 2007-1667.
505d734
5857ebc
* Mon Jan 29 2007 Adam Jackson <ajax@redhat.com> 1.0.3-7
5857ebc
- Fix xim fd leak.
5857ebc
cchance cd0a25b
* Thu Nov 09 2006 Caius Chance <cchance@redhat.com> 1.0.3-6.fc7
6f6f4a7
- Fix XIM hangs when switching input context (Soren Sandmann, #201284)
cchance cd0a25b
1da6b82
* Fri Oct 13 2006 Kristian Høgsberg <krh@redhat.com> 1.0.3-5.fc7
Kristian Høgsberg 2288947
- Add pkgconfig dependency for -devel package.
Kristian Høgsberg 2288947
sandmann 1b75bc6
* Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> 1.0.3-4.fc6
sandmann 68447c2
- Fix patch so it actually applies. (#208508)
sandmann 68447c2
sandmann 68447c2
* Sat Sep 30 2006 Soren Sandmann <sandmann@redhat.com> 1.0.3-4.fc6
sandmann 1b75bc6
- Fix typos in patch for indic locales (#208580)
sandmann 1b75bc6
sandmann 0df6210
* Wed Sep 20 2006 Soren Sandmann <sandmann@redhat.com> 1.0.3-3.fc6
sandmann 0df6210
- Add patch to not forward keycode 0 (#194357).
sandmann 0df6210
mharris db2efb4
* Wed Jul 19 2006 Mike A. Harris <mharris@redhat.com> 1.0.3-2.fc6
mharris db2efb4
- Added libX11-nls-indic-locales-bug185376.patch to add support for various
mharris db2efb4
  indic locales which have now been committed upstream (#185376)
mharris db2efb4
mharris db2efb4
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.0.3-1.1.fc6
4955619
- rebuild
4955619
mharris 6b78147
* Mon Jul 10 2006 Mike A. Harris <mharris@redhat.com> 1.0.3-1.fc6
mharris 3a3e62a
- Updated libX11 to version 1.0.3
mharris 3a3e62a
- Remove libX11-1.0.1-setuid.diff as it is included in the 1.0.3 release.
mharris 3a3e62a
- Added 'dist' tag to "Release:"
mharris 3a3e62a
mharris 41e39a4
* Wed Jun 28 2006 Mike A. Harris <mharris@redhat.com> 1.0.2-1
mharris 41e39a4
- Updated libX11 to version 1.0.2
mharris 41e39a4
- Bump BuildRequires and Requires to "xorg-x11-proto-devel >= 7.1-2" to meet
mharris 41e39a4
  new "xproto >= 7.0.6" dependency.
mharris 41e39a4
- Disable libX11-0.99.3-datadir-locale-dir-fix.patch as it is now included
mharris 41e39a4
  upstream.
mharris 41e39a4
- Remove autoconf dependency as we no longer need it.
mharris 41e39a4
mharris 4a14ff4
* Tue Jun 20 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-3
mharris 4a14ff4
- Added libX11-1.0.1-setuid.diff to fix potential security issue (#196094)
mharris 4a14ff4
- Change dependency on "filesystem" package to "xorg-x11-filesystem" package,
mharris 4a14ff4
  so we can control this dep centrally.
mharris 4a14ff4
- Added NEWS to doc list.
mharris 4a14ff4
mharris f2856f3
* Wed Jun 07 2006 Mike A. Harris <mharris@redhat.com> 1.0.1-2
mharris f2856f3
- Remove package ownership of mandir/libdir/etc.
mharris f2856f3
7b1265b
* Fri May 12 2006 Adam Jackson <ajackson@redhat.com> 1.0.1-1
7b1265b
- Bump to 1.0.1
7b1265b
mharris 4a14ff4
* Thu Feb 23 2006 Christopher Aillon <caillon@redhat.com> 1.0.0-3
c7664a0
- Look for the versioned libXcursor.so.1 (fixes 179044)
c7664a0
mharris 4a14ff4
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.2
f9101f3
- bump again for double-long bug on ppc(64)
f9101f3
mharris 4a14ff4
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 1.0.0-2.1
3e98d28
- rebuilt for new gcc4.1 snapshot and glibc changes
3e98d28
mharris f4087a3
* Sat Dec 24 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-2
mharris f4087a3
- Added "Requires: libXau-devel, libXdmcp-devel" to -devel subpackage (#176313)
mharris f4087a3
mharris e2e3b13
* Fri Dec 16 2005 Mike A. Harris <mharris@redhat.com> 1.0.0-1
mharris e2e3b13
- Updated libX11 to version 1.0.0 from X11R7 RC4
mharris e2e3b13
mharris e2e3b13
* Tue Dec 13 2005 Mike A. Harris <mharris@redhat.com> 0.99.4-1
mharris e2e3b13
- Updated libX11 to version 0.99.4 from X11R7 RC3
mharris e2e3b13
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-3", to ensure
mharris e2e3b13
  that /usr/lib/X11 and /usr/include/X11 pre-exist.
mharris e2e3b13
- Removed 'x' suffix from manpage directories to match RC3 upstream.
mharris e2e3b13
2a4267a
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
2a4267a
- rebuilt
2a4267a
mharris cdd6002
* Tue Nov 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-4
mharris cdd6002
- Added libX11-0.99.3-datadir-locale-dir-fix.patch, to fix build to install
mharris af3f284
  the locale data files into datadir instead of libdir. (#173282)
mharris cdd6002
mharris 4a14ff4
* Mon Nov 14 2005 Jeremy Katz <katzj@redhat.com> 0.99.3-3
3f3de5e
- require newer filesystem package (#172610)
3f3de5e
mharris 779a441
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-2
mharris 779a441
- Moved _smp_mflags from 'make install' to 'make' invocation, duh.
mharris 779a441
mharris f72efe6
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
mharris f72efe6
- Updated libX11 to version 0.99.3 from X11R7 RC2
mharris f72efe6
- Changed 'Conflicts: XFree86-devel, xorg-x11-devel' to 'Obsoletes'
mharris f72efe6
- Changed 'Conflicts: XFree86-libs, xorg-x11-libs' to 'Obsoletes'
mharris f72efe6
mharris 4a14ff4
* Mon Nov 07 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
mharris ccc67e3
- Fix devel subpackage summary and description with s/libXdmcp/libX11/
mharris ccc67e3
mharris ccc67e3
* Fri Oct 21 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
mharris 76a59c4
- Updated to libX11-0.99.2 from the X11R7 RC1 release.
mharris 76a59c4
- Added en_GR.UTF-8 locale to file manifest.
mharris 76a59c4
- Forcibly remove Xcms.txt
mharris 76a59c4
mharris 4a14ff4
* Sun Oct 02 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-4
mharris eb0a76c
- Added _smp_mflags to make invocation to speed up SMP builds
mharris eb0a76c
mharris ccc67e3
* Thu Sep 29 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-3
mharris 532b9a3
- Renamed package to remove xorg-x11 from the name due to unanimous decision
mharris 532b9a3
  between developers.
mharris 532b9a3
- Use Fedora Extras style BuildRoot tag.
mharris 532b9a3
- Disable static library creation by default.
mharris 532b9a3
- Add missing defattr to devel subpackage
mharris 532b9a3
- Add missing documentation files to doc macro
mharris 532b9a3
mharris 17165e7
* Tue Aug 23 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-2
mharris 17165e7
- Renamed package to prepend "xorg-x11" to the name for consistency with
mharris 17165e7
  the rest of the X11R7 packages.
mharris 17165e7
- Added "Requires: %%{name} = %%{version}-%%{release}" dependency to devel
mharris 17165e7
  subpackage to ensure the devel package matches the installed shared libs.
mharris 17165e7
- Added virtual "Provides: lib<name>" and "Provides: lib<name>-devel" to
mharris 17165e7
  allow applications to use implementation agnostic dependencies.
mharris 17165e7
- Added post/postun scripts which call ldconfig.
mharris 17165e7
- Added Conflicts with XFree86-libs and xorg-x11-libs to runtime package,
mharris 17165e7
  and Conflicts with XFree86-devel and xorg-x11-devel to devel package.
mharris 17165e7
mharris 17165e7
* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1.1
mharris 17165e7
- Added Requires: xorg-x11-proto-devel to libX11-devel subpackage
mharris 17165e7
mharris 17165e7
* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.99.0-1
mharris 17165e7
- Initial build.