mharris 53f08c7
# INFO: When doing a bootstrap build on a new architecture, set this to 1 to
mharris 53f08c7
# avoid build loops.
156b34a
%define build_bootstrap 1
mharris 53f08c7
mharris 6ba9210
%define debug_package %{nil}
mharris 6ba9210
mharris b86ef50
Summary: X.Org X11 Protocol headers
mharris b86ef50
Name: xorg-x11-proto-devel
b843408
Version: 7.4
34fdd68
Release: 17%{?dist}
0a4010b
License: MIT
mharris b86ef50
Group: Development/System
mharris b86ef50
URL: http://www.x.org
mharris fe772d8
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
1f830a9
BuildArch: noarch
mharris b86ef50
b843408
Source0:  http://www.x.org/pub/individual/proto/bigreqsproto-1.0.2.tar.bz2
b843408
Source1:  http://www.x.org/pub/individual/proto/compositeproto-0.4.tar.bz2
b843408
Source2:  http://www.x.org/pub/individual/proto/damageproto-1.1.0.tar.bz2
b843408
Source3:  http://www.x.org/pub/individual/proto/dmxproto-2.2.2.tar.bz2
0e2b921
Source31: http://www.x.org/pub/individual/proto/dri2proto-2.1.tar.bz2
b843408
Source4:  http://www.x.org/pub/individual/proto/evieext-1.0.2.tar.bz2
b843408
Source5:  http://www.x.org/pub/individual/proto/fixesproto-4.0.tar.bz2
b843408
Source7:  http://www.x.org/pub/individual/proto/fontsproto-2.0.2.tar.bz2
cd4fac8
Source8:  http://www.x.org/pub/individual/proto/glproto-1.4.10.tar.bz2
34fdd68
Source9:  http://www.x.org/pub/individual/proto/inputproto-1.9.99.12.tar.bz2
b843408
Source10: http://www.x.org/pub/individual/proto/kbproto-1.0.3.tar.bz2
98ee8d0
Source13: http://www.x.org/pub/individual/proto/randrproto-1.2.99.3.tar.bz2
b843408
Source14: http://www.x.org/pub/individual/proto/recordproto-1.13.2.tar.bz2
b843408
Source15: http://www.x.org/pub/individual/proto/renderproto-0.9.3.tar.bz2
b843408
Source16: http://www.x.org/pub/individual/proto/resourceproto-1.0.2.tar.bz2
b843408
Source17: http://www.x.org/pub/individual/proto/scrnsaverproto-1.1.0.tar.bz2
b843408
Source19: http://www.x.org/pub/individual/proto/videoproto-2.2.2.tar.bz2
b843408
Source20: http://www.x.org/pub/individual/proto/xcmiscproto-1.1.2.tar.bz2
8e137f6
Source21: http://www.x.org/pub/individual/proto/xextproto-7.0.4.tar.bz2
b843408
Source22: http://www.x.org/pub/individual/proto/xf86bigfontproto-1.1.2.tar.bz2
b843408
Source23: http://www.x.org/pub/individual/proto/xf86dgaproto-2.0.3.tar.bz2
b843408
Source24: http://www.x.org/pub/individual/proto/xf86driproto-2.0.4.tar.bz2
b843408
Source25: http://www.x.org/pub/individual/proto/xf86miscproto-0.9.2.tar.bz2
b843408
Source27: http://www.x.org/pub/individual/proto/xf86vidmodeproto-2.2.2.tar.bz2
b843408
Source28: http://www.x.org/pub/individual/proto/xineramaproto-1.1.2.tar.bz2
fec8057
Source29: http://www.x.org/pub/individual/proto/xproto-7.0.15.tar.bz2
b843408
Source30: http://www.x.org/pub/individual/proto/xproxymanagementprotocol-1.0.2.tar.bz2
73941f5
mharris a4d330f
BuildRequires: pkgconfig
mharris e526500
BuildRequires: xorg-x11-util-macros >= 1.0.2-1
mharris b86ef50
mharris 53f08c7
%if ! %{build_bootstrap}
9c0cfb8
Requires: mesa-libGL-devel
2e33add
Requires: libXau-devel
mharris 53f08c7
%endif
0a4010b
Requires: pkgconfig
9c0cfb8
mharris b86ef50
%description
mharris b86ef50
X.Org X11 Protocol headers
mharris b86ef50
mharris b86ef50
%prep
b843408
%setup -q -c %{name}-%{version} -a1 -a2 -a3 -a4 -a5 -a7 -a8 -a9 -a10 -a13 -a14 -a15 -a16 -a17 -a19 -a20 -a21 -a22 -a23 -a24 -a25 -a27 -a28 -a29 -a30 -a31
mharris b86ef50
mharris b86ef50
%build
mharris b86ef50
mharris b86ef50
# Proceed through each proto package directory, building them all
mharris b86ef50
for dir in $(ls -1) ; do
mharris b86ef50
	pushd $dir
1f830a9
	# yes, this looks horrible, but it's to get the .pc files in datadir
1f830a9
	%configure --libdir=%{_datadir}
mharris fe772d8
	make %{?_smp_mflags}
0a4010b
	mv COPYING COPYING-${dir%%-*}
mharris b86ef50
	popd
mharris b86ef50
done
mharris b86ef50
mharris b86ef50
%install
mharris b86ef50
rm -rf $RPM_BUILD_ROOT
mharris b86ef50
for dir in $(ls -1) ; do
mharris b86ef50
	pushd $dir
mharris e526500
	make install DESTDIR=$RPM_BUILD_ROOT
9bd9e23
	install -m 444 COPYING-${dir%%-*} $OLDPWD
mharris b86ef50
	popd
mharris b86ef50
done
80d03e5
for i in composite damage randr render ; do
9bd9e23
    mv $RPM_BUILD_ROOT/usr/share/doc/${i}proto/${i}proto.txt .
9bd9e23
done
3a4c96e
# this header is supposed to come from Mesa, not driproto
ffb4d7b
rm -f $RPM_BUILD_ROOT/%{_includedir}/GL/internal/dri_interface.h
mharris b86ef50
5cbad4d
# libXext still needs XLbx.h and lbxstr.h to build.  The rest are junk.
5cbad4d
rm -f $RPM_BUILD_ROOT%{_includedir}/X11/extensions/lbxbuf.h \
5cbad4d
      $RPM_BUILD_ROOT%{_includedir}/X11/extensions/lbxbufstr.h \
5cbad4d
      $RPM_BUILD_ROOT%{_includedir}/X11/extensions/lbxdeltastr.h \
5cbad4d
      $RPM_BUILD_ROOT%{_includedir}/X11/extensions/lbximage.h \
5cbad4d
      $RPM_BUILD_ROOT%{_includedir}/X11/extensions/lbxopts.h \
5cbad4d
      $RPM_BUILD_ROOT%{_includedir}/X11/extensions/lbxzlib.h
mharris eb29355
mharris b86ef50
%clean
mharris b86ef50
rm -rf $RPM_BUILD_ROOT
mharris b86ef50
mharris b86ef50
%files
mharris b86ef50
%defattr(-,root,root,-)
9bd9e23
%doc COPYING-*
3e8928c
%doc compositeproto.txt
9bd9e23
%doc damageproto.txt
3e8928c
%doc randrproto.txt
80d03e5
%doc renderproto.txt
mharris b86ef50
%dir %{_includedir}/GL
mharris b86ef50
%{_includedir}/GL/glxint.h
mharris b86ef50
%{_includedir}/GL/glxmd.h
mharris b86ef50
%{_includedir}/GL/glxproto.h
mharris b86ef50
%{_includedir}/GL/glxtokens.h
mharris b86ef50
%dir %{_includedir}/GL/internal
mharris b86ef50
%{_includedir}/GL/internal/glcore.h
mharris b86ef50
%dir %{_includedir}/X11
mharris b86ef50
%{_includedir}/X11/DECkeysym.h
mharris b86ef50
%{_includedir}/X11/HPkeysym.h
mharris b86ef50
%dir %{_includedir}/X11/PM
mharris b86ef50
%{_includedir}/X11/PM/PM.h
mharris b86ef50
%{_includedir}/X11/PM/PMproto.h
mharris b86ef50
%{_includedir}/X11/Sunkeysym.h
mharris b86ef50
%{_includedir}/X11/X.h
mharris b86ef50
%{_includedir}/X11/XF86keysym.h
mharris b86ef50
%{_includedir}/X11/XWDFile.h
mharris b86ef50
%{_includedir}/X11/Xalloca.h
mharris b86ef50
%{_includedir}/X11/Xarch.h
mharris b86ef50
%{_includedir}/X11/Xatom.h
mharris b86ef50
%{_includedir}/X11/Xdefs.h
mharris b86ef50
%{_includedir}/X11/Xfuncproto.h
mharris b86ef50
%{_includedir}/X11/Xfuncs.h
mharris b86ef50
%{_includedir}/X11/Xmd.h
mharris b86ef50
%{_includedir}/X11/Xos.h
mharris b86ef50
%{_includedir}/X11/Xos_r.h
mharris b86ef50
%{_includedir}/X11/Xosdefs.h
mharris b86ef50
%{_includedir}/X11/Xpoll.h
mharris b86ef50
%{_includedir}/X11/Xproto.h
mharris b86ef50
%{_includedir}/X11/Xprotostr.h
mharris b86ef50
%{_includedir}/X11/Xthreads.h
mharris b86ef50
%{_includedir}/X11/Xw32defs.h
mharris b86ef50
%{_includedir}/X11/Xwindows.h
mharris b86ef50
%{_includedir}/X11/Xwinsock.h
mharris b86ef50
%{_includedir}/X11/ap_keysym.h
mharris b86ef50
%dir %{_includedir}/X11/dri
mharris b86ef50
%{_includedir}/X11/dri/xf86dri.h
mharris b86ef50
%{_includedir}/X11/dri/xf86dristr.h
mharris b86ef50
%dir %{_includedir}/X11/extensions
mharris b86ef50
%{_includedir}/X11/extensions/MITMisc.h
mharris b86ef50
%{_includedir}/X11/extensions/XEVI.h
mharris b86ef50
%{_includedir}/X11/extensions/XEVIstr.h
mharris b86ef50
%{_includedir}/X11/extensions/XI.h
mharris b86ef50
%{_includedir}/X11/extensions/XIproto.h
34fdd68
%{_includedir}/X11/extensions/XI2.h
34fdd68
%{_includedir}/X11/extensions/XI2proto.h
mharris b86ef50
%{_includedir}/X11/extensions/XKB.h
mharris b86ef50
%{_includedir}/X11/extensions/XKBgeom.h
mharris b86ef50
%{_includedir}/X11/extensions/XKBproto.h
mharris b86ef50
%{_includedir}/X11/extensions/XKBsrv.h
mharris b86ef50
%{_includedir}/X11/extensions/XKBstr.h
mharris b86ef50
%{_includedir}/X11/extensions/XLbx.h
mharris b86ef50
%{_includedir}/X11/extensions/XResproto.h
mharris b86ef50
%{_includedir}/X11/extensions/XShm.h
mharris b86ef50
%{_includedir}/X11/extensions/XTest.h
mharris b86ef50
%{_includedir}/X11/extensions/Xag.h
mharris b86ef50
%{_includedir}/X11/extensions/Xagstr.h
mharris b86ef50
%{_includedir}/X11/extensions/Xcup.h
mharris b86ef50
%{_includedir}/X11/extensions/Xcupstr.h
mharris b86ef50
%{_includedir}/X11/extensions/Xdbe.h
mharris b86ef50
%{_includedir}/X11/extensions/Xdbeproto.h
mharris b86ef50
%{_includedir}/X11/extensions/Xext.h
mharris b86ef50
%{_includedir}/X11/extensions/Xeviestr.h
474b7c7
%{_includedir}/X11/extensions/Xge.h
mharris b86ef50
%{_includedir}/X11/extensions/Xinerama.h
mharris b86ef50
%{_includedir}/X11/extensions/Xv.h
mharris b86ef50
%{_includedir}/X11/extensions/XvMC.h
mharris b86ef50
%{_includedir}/X11/extensions/XvMCproto.h
mharris b86ef50
%{_includedir}/X11/extensions/Xvproto.h
mharris b86ef50
%{_includedir}/X11/extensions/bigreqstr.h
mharris b86ef50
%{_includedir}/X11/extensions/composite.h
mharris b86ef50
%{_includedir}/X11/extensions/compositeproto.h
mharris b86ef50
%{_includedir}/X11/extensions/damageproto.h
mharris b86ef50
%{_includedir}/X11/extensions/damagewire.h
mharris b86ef50
%{_includedir}/X11/extensions/dmxext.h
mharris b86ef50
%{_includedir}/X11/extensions/dmxproto.h
mharris b86ef50
%{_includedir}/X11/extensions/dpms.h
mharris b86ef50
%{_includedir}/X11/extensions/dpmsstr.h
Kristian Høgsberg b96e246
%{_includedir}/X11/extensions/dri2proto.h
Kristian Høgsberg ebb6f9f
%{_includedir}/X11/extensions/dri2tokens.h
mharris b86ef50
%{_includedir}/X11/extensions/extutil.h
474b7c7
%{_includedir}/X11/extensions/ge.h
474b7c7
%{_includedir}/X11/extensions/geproto.h
5cbad4d
%{_includedir}/X11/extensions/lbxstr.h
mharris b86ef50
%{_includedir}/X11/extensions/mitmiscstr.h
mharris b86ef50
%{_includedir}/X11/extensions/multibuf.h
mharris b86ef50
%{_includedir}/X11/extensions/multibufst.h
mharris b86ef50
%{_includedir}/X11/extensions/panoramiXext.h
mharris b86ef50
%{_includedir}/X11/extensions/panoramiXproto.h
mharris b86ef50
%{_includedir}/X11/extensions/randr.h
mharris b86ef50
%{_includedir}/X11/extensions/randrproto.h
mharris b86ef50
%{_includedir}/X11/extensions/record.h
mharris b86ef50
%{_includedir}/X11/extensions/recordstr.h
mharris b86ef50
%{_includedir}/X11/extensions/render.h
mharris b86ef50
%{_includedir}/X11/extensions/renderproto.h
mharris b86ef50
%{_includedir}/X11/extensions/saver.h
mharris b86ef50
%{_includedir}/X11/extensions/saverproto.h
mharris b86ef50
%{_includedir}/X11/extensions/scrnsaver.h
mharris b86ef50
%{_includedir}/X11/extensions/security.h
mharris b86ef50
%{_includedir}/X11/extensions/securstr.h
mharris b86ef50
%{_includedir}/X11/extensions/shape.h
mharris b86ef50
%{_includedir}/X11/extensions/shapestr.h
mharris b86ef50
%{_includedir}/X11/extensions/shmstr.h
mharris b86ef50
%{_includedir}/X11/extensions/sync.h
mharris b86ef50
%{_includedir}/X11/extensions/syncstr.h
mharris b86ef50
%{_includedir}/X11/extensions/vldXvMC.h
mharris b86ef50
%{_includedir}/X11/extensions/xcmiscstr.h
mharris b86ef50
%{_includedir}/X11/extensions/xf86bigfont.h
mharris b86ef50
%{_includedir}/X11/extensions/xf86bigfstr.h
mharris b86ef50
%{_includedir}/X11/extensions/xf86dga.h
mharris b86ef50
%{_includedir}/X11/extensions/xf86dga1.h
mharris b86ef50
%{_includedir}/X11/extensions/xf86dga1str.h
mharris b86ef50
%{_includedir}/X11/extensions/xf86dgastr.h
mharris b86ef50
%{_includedir}/X11/extensions/xf86misc.h
mharris b86ef50
%{_includedir}/X11/extensions/xf86mscstr.h
mharris b86ef50
%{_includedir}/X11/extensions/xf86vmode.h
mharris b86ef50
%{_includedir}/X11/extensions/xf86vmstr.h
mharris b86ef50
%{_includedir}/X11/extensions/xfixesproto.h
mharris b86ef50
%{_includedir}/X11/extensions/xfixeswire.h
mharris b86ef50
%{_includedir}/X11/extensions/xtestext1.h
mharris b86ef50
%{_includedir}/X11/extensions/xteststr.h
mharris b86ef50
%dir %{_includedir}/X11/fonts
mharris b86ef50
%{_includedir}/X11/fonts/FS.h
mharris b86ef50
%{_includedir}/X11/fonts/FSproto.h
mharris b86ef50
%{_includedir}/X11/fonts/font.h
mharris b86ef50
%{_includedir}/X11/fonts/fontproto.h
mharris b86ef50
%{_includedir}/X11/fonts/fontstruct.h
mharris b86ef50
%{_includedir}/X11/fonts/fsmasks.h
mharris b86ef50
%{_includedir}/X11/keysym.h
mharris b86ef50
%{_includedir}/X11/keysymdef.h
1f830a9
%{_datadir}/pkgconfig/bigreqsproto.pc
1f830a9
%{_datadir}/pkgconfig/compositeproto.pc
1f830a9
%{_datadir}/pkgconfig/damageproto.pc
1f830a9
%{_datadir}/pkgconfig/dmxproto.pc
Kristian Høgsberg b96e246
%{_datadir}/pkgconfig/dri2proto.pc
1f830a9
%{_datadir}/pkgconfig/evieproto.pc
1f830a9
%{_datadir}/pkgconfig/fixesproto.pc
1f830a9
%{_datadir}/pkgconfig/fontsproto.pc
1f830a9
%{_datadir}/pkgconfig/glproto.pc
1f830a9
%{_datadir}/pkgconfig/inputproto.pc
1f830a9
%{_datadir}/pkgconfig/kbproto.pc
1f830a9
%{_datadir}/pkgconfig/randrproto.pc
1f830a9
%{_datadir}/pkgconfig/recordproto.pc
1f830a9
%{_datadir}/pkgconfig/renderproto.pc
1f830a9
%{_datadir}/pkgconfig/resourceproto.pc
1f830a9
%{_datadir}/pkgconfig/scrnsaverproto.pc
1f830a9
%{_datadir}/pkgconfig/videoproto.pc
1f830a9
%{_datadir}/pkgconfig/xcmiscproto.pc
1f830a9
%{_datadir}/pkgconfig/xextproto.pc
1f830a9
%{_datadir}/pkgconfig/xf86bigfontproto.pc
1f830a9
%{_datadir}/pkgconfig/xf86dgaproto.pc
1f830a9
%{_datadir}/pkgconfig/xf86driproto.pc
1f830a9
%{_datadir}/pkgconfig/xf86miscproto.pc
1f830a9
%{_datadir}/pkgconfig/xf86vidmodeproto.pc
1f830a9
%{_datadir}/pkgconfig/xineramaproto.pc
1f830a9
%{_datadir}/pkgconfig/xproto.pc
1f830a9
%{_datadir}/pkgconfig/xproxymngproto.pc
mharris b86ef50
mharris b86ef50
%changelog
34fdd68
* Thu Jun 18 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-17
34fdd68
- inputproto 1.9.99.12
34fdd68
0e2b921
* Thu Jun 18 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-16
0e2b921
- dri2proto 2.1
0e2b921
cd4fac8
* Tue May 26 2009 Adam Jackson <ajax@redhat.com> 7.4-15
cd4fac8
- glproto 1.4.10
cd4fac8
fec8057
* Tue Mar 03 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-14
fec8057
- xproto 7.0.15
fec8057
- Purge x11proto-7.0.14-XF86XK_Suspend.patch.
fec8057
9df09f2
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.4-13
9df09f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
9df09f2
a973a29
* Sat Dec 20 2008 Dave Airlie <airlied@redhat.com> 7.4-12
a973a29
- update dri2proto
a973a29
156b34a
* Thu Dec 18 2008 Adam Jackson <ajax@redhat.com> 7.4-11
156b34a
- bootstrap build for a moment so xcb changes can happen
156b34a
8e137f6
* Thu Dec 18 2008 Peter Hutterer <peter.hutterer@redhat.com> 7.4-10
8e137f6
- xextproto 7.0.4
8e137f6
98ee8d0
* Tue Dec 16 2008 Adam Jackson <ajax@redhat.com> 7.4-9
98ee8d0
- randrproto 1.2.99.3
98ee8d0
50977f0
* Wed Dec 03 2008 Adam Jackson <ajax@redhat.com> 7.4-8
50977f0
- inputproto 1.5.0
50977f0
1e71300
* Thu Nov 20 2008 Adam Jackson <ajax@redhat.com> 7.4-7
1e71300
- Fix (delete) dri2proto URL.
1e71300
ad4005a
* Tue Nov 18 2008 Peter Hutterer <peter.hutterer@redhat.com> 7.4-5
ad4005a
- x11proto-7.0.14-XF86XK_Suspend.patch: add XF86XK_Suspend and
ad4005a
  XF86XK_Hibernate to keysyms.
ad4005a
ccda287
* Mon Nov 10 2008 Adam Jackson <ajax@redhat.com> 7.4-5
ccda287
- Drop explicit virtual Provides, we get them for free from pkgconfig
ccda287
- Drop some ancient upgrade Prov/Req/Obs
ccda287
dcf28e8
* Thu Oct 23 2008 Peter Hutterer <peter.hutterer@redhat.com> 7.4-4
dcf28e8
- xproto 7.0.14
dcf28e8
58ba686
* Fri Aug 29 2008 Adam Jackson <ajax@redhat.com> 7.4-3
58ba686
- inputproto 1.4.4
58ba686
Kristian Høgsberg ebb6f9f
* Thu Aug 28 2008 Kristian Høgsberg <krh@redhat.com> - 7.4-2
Kristian Høgsberg ebb6f9f
- dri2proto 1.99.1
Kristian Høgsberg ebb6f9f
b843408
* Sun Jul 20 2008 Adam Jackson <ajax@redhat.com> 7.4-1
b843408
- Magic superstition version number bump.
b843408
- Dropped: fontcacheproto, trapproto, xf86rushproto
b843408
- Updated: randrproto 1.2.2
b843408
474b7c7
* Tue Jun 10 2008 Adam Jackson <ajax@redhat.com> 7.3-13
474b7c7
- xproto 7.0.13
474b7c7
- xextproto 7.0.3
474b7c7
2d1fd93
* Mon Apr 07 2008 Adam Jackson <ajax@redhat.com> 7.3-12
2d1fd93
- dri2proto 1.1.0
2d1fd93
73941f5
* Tue Apr 01 2008 Adam Jackson <ajax@redhat.com> 7.3-11
73941f5
- inputproto-1.4.3-card32-sucks.patch: Unbreak qt build.  (#436703)
73941f5
Kristian Høgsberg a111262
* Tue Apr  1 2008 Kristian Høgsberg <krh@redhat.com> - 7.3-10
Kristian Høgsberg a111262
- Update to xf86driproto 2.0.4.
Kristian Høgsberg a111262
Kristian Høgsberg b96e246
* Mon Mar 31 2008 Kristian Høgsberg <krh@redhat.com> 7.3-9
Kristian Høgsberg b96e246
- Add dri2proto.
Kristian Høgsberg b96e246
a296d01
* Wed Mar 05 2008 Adam Jackson <ajax@redhat.com> 7.3-8
a296d01
- inputproto 1.4.3
a296d01
- xproto 7.0.12
a296d01
68a3f87
* Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 7.3-7
68a3f87
- inputproto-1.4.2-card32.patch: Make sure CARD32 is defined on lp64.
68a3f87
80d03e5
* Mon Nov 12 2007 Adam Jackson <ajax@redhat.com> 7.3-6
80d03e5
- renderproto 0.9.3
80d03e5
Kristian Høgsberg 979e062
* Fri Nov  9 2007 Kristian Høgsberg <krh@redhat.com> - 7.3-5
Kristian Høgsberg 979e062
- Bump and rebuild.
Kristian Høgsberg 979e062
Kristian Høgsberg 94721d7
* Thu Oct 25 2007 Kristian Høgsberg <krh@redhat.com> 7.3-4
Kristian Høgsberg 94721d7
- Pull in new glproto to get proto structs for GLX_SGIX_pbuffer.
Kristian Høgsberg 94721d7
Kristian Høgsberg 94721d7
* Thu Oct 11 2007 Adam Jackson <ajax@redhat.com> 7.3-3
Kristian Høgsberg 94721d7
- BuildArch: noarch
Kristian Høgsberg 94721d7
1f830a9
* Thu Oct 11 2007 Adam Jackson <ajax@redhat.com> 7.3-3
1f830a9
- BuildArch: noarch
1f830a9
2e33add
* Thu Sep 27 2007 Adam Jackson <ajax@redhat.com> 7.3-2
2e33add
- Require libXau-devel when not doing arch bootstrap (#207391)
2e33add
45ce665
* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 7.3-1
45ce665
- dgaproto 2.0.3
45ce665
- Bump to 7.3
45ce665
70260d4
* Wed Aug 29 2007 Adam Jackson <ajax@redhat.com> 7.2-13
70260d4
- Remove the horrible header hack, in favor of proper fix in xserver itself.
70260d4
3a4c96e
* Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 7.2-12
3a4c96e
- Remove dri_interface.h.  It's not protocol, it belongs in Mesa.
3a4c96e
3e8928c
* Wed Jul 11 2007 Adam Jackson <ajax@redhat.com> 7.2-11
3e8928c
- compositeproto 0.4
3e8928c
45e6942
* Wed Jul 11 2007 Adam Jackson <ajax@redhat.com> 7.2-10
45e6942
- inputproto-1.4.2-horrible-header-hack.patch: Re-add some #defines from
45e6942
  older inputproto to make old drivers build.  Do not commit this patch
45e6942
  upstream.
45e6942
e65fb22
* Thu Apr 26 2007 Adam Jackson <ajax@redhat.com> 7.2-9
e65fb22
- inputproto 1.4.2
e65fb22
74cd122
* Thu Apr 05 2007 Adam Jackson <ajax@redhat.com> 7.2-8
74cd122
- Add virtual provides for the subprotocols (#231156)
74cd122
0de55f8
* Mon Apr 02 2007 Adam Jackson <ajax@redhat.com> 7.2-7
0de55f8
- inputproto 1.4.1
0de55f8
9bd9e23
* Mon Mar 12 2007 Adam Jackson <ajax@redhat.com> 7.2-6
9bd9e23
- Fix doc macros as per package review (#226641)
9bd9e23
0a4010b
* Wed Feb 28 2007 Adam Jackson <ajax@redhat.com> 7.2-5
0a4010b
- Package review cleanups (#226641)
0a4010b
28d7506
* Wed Feb 28 2007 Adam Jackson <ajax@redhat.com> 7.2-4
28d7506
- Appease RPM. (#229336)
28d7506
d61953d
* Fri Feb 23 2007 Adam Jackson <ajax@redhat.com> 7.2-3
d61953d
- damageproto 1.1.0
d61953d
3457155
* Mon Feb 19 2007 Adam Jackson <ajax@redhat.com> 7.2-2
3457155
- randrproto 1.2.1
3457155
c1a2171
* Mon Feb 12 2007 Adam Jackson <ajax@redhat.com> 7.2-1
c1a2171
- randrproto 1.2
c1a2171
- Superstition bump to 7.2
c1a2171
df41425
* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 7.1-11
df41425
- xproto 7.0.10
df41425
5cbad4d
* Tue Oct 3 2006 Adam Jackson <ajackson@redhat.com> 7.1-10
5cbad4d
- Install just enough LBX headers to make libXext build. (#203815)
5cbad4d
24b071e
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 7.1-9
24b071e
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
24b071e
Kristian Høgsberg 45a3ae5
* Wed Sep 20 2006 Kristian Høgsberg <krh@redhat.com> - 7.1-8.fc6
Kristian Høgsberg 45a3ae5
- Update to 1.4.8 to get the finaly update of GLX_EXT_tfp opcodes.
Kristian Høgsberg 45a3ae5
sandmann 80da815
* Fri Sep  8 2006 Soren Sandmann <sandmann@redhat.com> 7.1-7.fc6
sandmann 80da815
- Remove printproto source. Rest of 175350.
sandmann 80da815
sandmann 0a8fc78
* Thu Aug 17 2006 Soren Sandmann <sandmann@redhat.com> 7.1-6.fc6
sandmann 67d8053
- Don't install xprint headers, as they are being moved to the libXp 
sandmann 67d8053
  package instead. Bug 175350.
sandmann 67d8053
mharris 363ec86
* Thu Jul 27 2006 Mike A. Harris <mharris@redhat.com> 7.1-5.fc6
mharris 363ec86
- Don't install LBX protocol headers, as LBX is obsoleted in the 7.1 release
mharris 363ec86
  and no longer supported.
mharris 363ec86
273e27c
* Fri Jul 21 2006 Adam Jackson <ajackson@redhat.com> 7.1-4
273e27c
- Use dist tag.  Update to kbproto-1.0.3.
273e27c
Kristian Høgsberg 55ffdaf
* Thu Jul 13 2006 Kristian Høgsberg <krh@redhat.com> 7.1-3
Kristian Høgsberg ab8ebbd
- Tag as 7.1-3.fc5.aiglx.
Kristian Høgsberg ab8ebbd
Kristian Høgsberg ab8ebbd
* Thu Jul 13 2006 Kristian Høgsberg <krh@redhat.com> 7.1-3
Kristian Høgsberg 55ffdaf
- Add dist tag.
Kristian Høgsberg 55ffdaf
Kristian Høgsberg 55ffdaf
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 7.1-2.1
9d34362
- rebuild
9d34362
mharris e526500
* Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 7.1-2
mharris e526500
- Update to xproto 7.0.7 for X11R7.1
mharris e526500
- Use "make install" instead of makeinstall macro.
mharris e526500
mharris 3ab5f31
* Thu May 25 2006 Mike A. Harris <mharris@redhat.com> 7.1-1
mharris 3ab5f31
- Bump package version-release to 7.1-1 for X.Org X11R7.1 release.
mharris 3ab5f31
5d7b279
* Fri May 12 2006 Adam Jackson <ajackson@redhat.com> 7.0-13
5d7b279
- Update to glproto 1.4.7 for final EXT_tfp defines
5d7b279
295dcb6
* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 7.0-12
93df143
- Update to xproto 7.0.5 for misc fixes
Kristian Høgsberg 26fb894
mharris e526500
* Fri Apr 07 2006 Adam Jackson <ajackson@redhat.com> 7.0-10
be3df02
- Update to compositeproto-0.3.1 to fix big-endian LP64.
be3df02
mharris e526500
* Sat Apr 01 2006 Adam Jackson <ajackson@redhat.com> 7.0-9
375450c
- Update to scrnsaverproto-1.1
375450c
2c25645
* Mon Mar 20 2006 Adam Jackson <ajackson@redhat.com> 7.0-8
2c25645
- Fix the base URL.
2c25645
d7b568b
* Wed Mar 15 2006 Adam Jackson <ajackson@redhat.com> 7.0-7
d7b568b
- Update to fixesproto-4.0, compositeproto-0.3, and glproto-1.4.6
d7b568b
mharris 12071eb
* Wed Mar 01 2006 Mike A. Harris <mharris@redhat.com> 7.0-6
mharris 12071eb
- Update to glproto-1.4.5
mharris 12071eb
- Remove xorg-x11-proto-devel-7.0-buffer-values.patch which is in 1.4.5.
mharris 12071eb
mharris 53f08c7
* Wed Feb 22 2006 Jeremy Katz <katzj@redhat.com> 7.0-5
9c0cfb8
- require mesa-libGL-devel since it's needed by some of the headers
9c0cfb8
c9700c0
* Sun Feb 19 2006 Ray Strode <rstrode@redhat.com> 7.0-4
c9700c0
- Add back part of glproto-texture-from-drawable patch that didn't
c9700c0
  get integrated for some reason
c9700c0
mharris 944fe47
* Thu Feb 16 2006 Mike A. Harris <mharris@redhat.com> 7.0-3
mharris 944fe47
- Update to glproto-1.4.4
mharris 944fe47
- Drop glproto-texture-from-drawable patch, which is integrated now.
mharris 944fe47
mharris 944fe47
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 7.0-2.3
fcfed8b
- bump again for double-long bug on ppc(64)
fcfed8b
mharris 944fe47
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 7.0-2.1
7ec91d7
- rebuilt for new gcc4.1 snapshot and glibc changes
7ec91d7
Kristian Høgsberg d9e9495
* Fri Jan 27 2006 Kristian Høgsberg <krh@redhat.com> 7.0-2
Kristian Høgsberg d9e9495
- Add glproto-texture-from-drawable.patch to add opcodes and tokens
Kristian Høgsberg d9e9495
  for GLX_texture_from_drawable extension.
Kristian Høgsberg d9e9495
mharris 8589157
* Fri Dec 23 2005 Mike A. Harris <mharris@redhat.com> 7.0-1
mharris 8589157
- Update to damageproto-1.0.3, glproto-1.4.3, xf86driproto-2.0.2 from the
mharris 8589157
  X11R7.0 final release.
mharris 8589157
- Bump package version to 7.0 to match the X11R7 version, for no particularly
mharris 8589157
  strong reason other than "it feels good".
mharris 8589157
mharris a4d330f
* Thu Dec 15 2005 Mike A. Harris <mharris@redhat.com> 0.99.4-1
mharris a4d330f
- Update all proto tarballs to the RC4 release.
mharris a4d330f
mharris e526500
* Wed Dec 07 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
mharris c8592d0
- Update to printproto-1.0.2, trapproto-3.4.2, xproto-7.0.3 from the
mharris c8592d0
  X11R7 RC3 release.
mharris c8592d0
mharris 9e93b5d
* Mon Nov 21 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-3
mharris 9e93b5d
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-1" to attempt to
mharris 9e93b5d
  workaround bug( #173384).
mharris 9e93b5d
mharris e16e082
* Thu Nov 17 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
mharris e16e082
- Change Conflicts to "Obsoletes: XFree86-devel, xorg-x11-devel"
mharris e16e082
mharris a1273b5
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
mharris a1273b5
- Update to X11R7 RC2 release, picking up new xproto-7.0.2.
mharris a1273b5
mharris 6ba9210
* Thu Oct 20 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
mharris 6ba9210
- This package contains only C header files and pkg-config *.pc files,
mharris 6ba9210
  and does not contain any ELF binaries or DSOs, so we disable debuginfo
mharris 6ba9210
  generation.
mharris 6ba9210
mharris 497d404
* Thu Oct 20 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
mharris 497d404
- Update all tarballs to X11R7 RC1 release.
mharris 497d404
- Remove panoramixproto, as it is now known as xineramaproto.
mharris 497d404
- Remove glu.h and glx.h from file manifest, as they're provided by Mesa.
mharris 497d404
- Added {_includedir}/GL/internal/dri_interface.h to file manifest.
mharris 497d404
mharris e526500
* Sun Oct 02 2005 Mike A. Harris <mharris@redhat.com> 0.0.1-3
mharris fe772d8
- Use Fedora-Extras style BuildRoot
mharris fe772d8
- Invoke make with _smp_mflags
mharris fe772d8
- Add full URLs to SourceN lines
mharris fe772d8
Kristian Høgsberg 9eb6125
* Mon Sep 12 2005 Kristian Høgsberg <krh@redhat.com> 0.0.1-2
Kristian Høgsberg 9eb6125
- Update to 20050912 cvs snapshot of kbproto.
Kristian Høgsberg 9eb6125
mharris b86ef50
* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.0.1-1
mharris 5acf2b5
- Changed for loop in build section to use "ls -1" instead of find "*proto*"
mharris 5acf2b5
  when going through protocol dirs, as "evieext" just *HAD* to be named
mharris 5acf2b5
  something completely different from everything else, in true X.Org
mharris 5acf2b5
  inconsistency fashion.
mharris b86ef50
- Added Conflicts with XFree86-devel and xorg-x11-devel.
mharris b86ef50
mharris b86ef50
* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.0.1-0
mharris b86ef50
- Initial build of xproto from X.Org modular CVS checkout and "make dist".
mharris b86ef50
- Since there are no upstream tarballs yet, and "make dist" generates
mharris b86ef50
  a "7.0" non-beta final version, I changed the version to 0.0 as I've no
mharris b86ef50
  idea what the intention is and want to avoid using Epoch later.