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