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