xorg-x11-proto-devel/xorg-x11-proto-devel.spec

817 lines
28 KiB
RPMSpec
Raw Normal View History

2006-03-01 06:29:58 +00:00
# INFO: When doing a bootstrap build on a new architecture, set this to 1 to
# avoid build loops.
%define build_bootstrap 1
2006-03-01 06:29:58 +00:00
%define debug_package %{nil}
Summary: X.Org X11 Protocol headers
Name: xorg-x11-proto-devel
2013-01-08 20:50:59 +00:00
Version: 7.7
2014-01-23 20:30:38 +00:00
Release: 9%{?dist}
2007-02-28 20:35:40 +00:00
License: MIT
Group: Development/System
URL: http://www.x.org
2007-10-11 14:02:44 +00:00
BuildArch: noarch
Source0: http://xorg.freedesktop.org/archive/individual/proto/bigreqsproto-1.1.2.tar.bz2
Source1: http://xorg.freedesktop.org/archive/individual/proto/compositeproto-0.4.2.tar.bz2
Source2: http://xorg.freedesktop.org/archive/individual/proto/damageproto-1.2.1.tar.bz2
Source3: http://xorg.freedesktop.org/archive/individual/proto/dmxproto-2.3.1.tar.bz2
Source31: http://xorg.freedesktop.org/archive/individual/proto/dri2proto-2.8.tar.bz2
Source33: http://xorg.freedesktop.org/pub/individual/proto/dri3proto-1.0.tar.bz2
Source4: http://xorg.freedesktop.org/archive/individual/proto/evieext-1.1.1.tar.bz2
2011-03-15 14:15:50 +00:00
Source5: http://xorg.freedesktop.org/archive/individual/proto/fixesproto-5.0.tar.bz2
Source7: http://xorg.freedesktop.org/archive/individual/proto/fontsproto-2.1.2.tar.bz2
2013-12-10 16:33:28 +00:00
Source8: http://xorg.freedesktop.org/archive/individual/proto/glproto-1.4.17.tar.bz2
2013-03-07 01:01:56 +00:00
Source9: http://xorg.freedesktop.org/archive/individual/proto/inputproto-2.3.tar.bz2
Source10: http://xorg.freedesktop.org/archive/individual/proto/kbproto-1.0.6.tar.bz2
Source32: http://xorg.freedesktop.org/archive/individual/proto/presentproto-1.0.tar.bz2
Source13: http://xorg.freedesktop.org/archive/individual/proto/randrproto-1.4.0.tar.bz2
Source14: http://xorg.freedesktop.org/archive/individual/proto/recordproto-1.14.2.tar.bz2
Source15: http://xorg.freedesktop.org/archive/individual/proto/renderproto-0.11.1.tar.bz2
2011-05-29 23:25:54 +00:00
Source16: http://xorg.freedesktop.org/archive/individual/proto/resourceproto-1.2.0.tar.bz2
Source17: http://xorg.freedesktop.org/archive/individual/proto/scrnsaverproto-1.2.2.tar.bz2
Source19: http://xorg.freedesktop.org/archive/individual/proto/videoproto-2.3.1.tar.bz2
Source20: http://xorg.freedesktop.org/archive/individual/proto/xcmiscproto-1.2.2.tar.bz2
Source21: http://xorg.freedesktop.org/archive/individual/proto/xextproto-7.2.99.901.tar.bz2
Source22: http://xorg.freedesktop.org/archive/individual/proto/xf86bigfontproto-1.2.0.tar.bz2
Source23: http://xorg.freedesktop.org/archive/individual/proto/xf86dgaproto-2.1.tar.bz2
Source24: http://xorg.freedesktop.org/archive/individual/proto/xf86driproto-2.1.1.tar.bz2
Source25: http://xorg.freedesktop.org/archive/individual/proto/xf86miscproto-0.9.3.tar.bz2
Source27: http://xorg.freedesktop.org/archive/individual/proto/xf86vidmodeproto-2.3.1.tar.bz2
Source28: http://xorg.freedesktop.org/archive/individual/proto/xineramaproto-1.2.1.tar.bz2
2013-04-01 21:37:04 +00:00
Source29: http://xorg.freedesktop.org/archive/individual/proto/xproto-7.0.24.tar.bz2
Source30: http://xorg.freedesktop.org/archive/individual/proto/xproxymanagementprotocol-1.0.3.tar.bz2
Source40: make-git-snapshot.sh
2014-01-23 20:30:38 +00:00
Patch0: fontsproto-0001-Replace-pointer-with-the-equivalent-void.patch
Patch1: xproto-0001-Replace-pointer-with-explicit-void.patch
BuildRequires: pkgconfig
BuildRequires: xorg-x11-util-macros >= 1.0.2-1
2013-03-07 04:31:55 +00:00
BuildRequires: autoconf automake libtool
2006-03-01 06:29:58 +00:00
%if ! %{build_bootstrap}
Requires: mesa-libGL-devel
Requires: libXau-devel
2006-03-01 06:29:58 +00:00
%endif
2007-02-28 20:35:40 +00:00
Requires: pkgconfig
%description
X.Org X11 Protocol headers
%prep
%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 -a32 -a33
2014-01-23 20:30:38 +00:00
pushd fontsproto-*
%patch0 -p1
popd
pushd xproto-*
%patch1 -p1
popd
%build
# Proceed through each proto package directory, building them all
for dir in $(ls -1) ; do
pushd $dir
[ -e configure ] || ./autogen.sh
2007-10-11 14:02:44 +00:00
# yes, this looks horrible, but it's to get the .pc files in datadir
2013-03-07 04:31:55 +00:00
autoreconf -vif
2011-09-21 17:20:07 +00:00
%configure --libdir=%{_datadir} --without-xmlto
make %{?_smp_mflags}
# XXX presentproto, dri3proto missing this initially
[ -e COPYING ] || touch COPYING
2007-02-28 20:35:40 +00:00
mv COPYING COPYING-${dir%%-*}
popd
done
2010-11-25 16:34:39 +00:00
%install
rm -rf $RPM_BUILD_ROOT
for dir in $(ls -1) ; do
pushd $dir
make install DESTDIR=$RPM_BUILD_ROOT
install -m 444 COPYING-${dir%%-*} $OLDPWD
popd
done
2011-01-06 15:40:32 +00:00
2011-01-06 15:52:04 +00:00
mv $RPM_BUILD_ROOT%{_docdir}/*/*.{txt,xml} .
2011-01-06 15:40:32 +00:00
#for i in composite damage fixes randr render ; do
# mv $RPM_BUILD_ROOT%{_docdir}/${i}proto/${i}proto.txt .
#done
mv $RPM_BUILD_ROOT%{_docdir}/xproxymanagementprotocol/PM_spec .
2011-02-28 15:45:17 +00:00
# keep things building even if you have the html doc tools for xmlto installed
rm -f $RPM_BUILD_ROOT%{_docdir}/*/*.{html,svg}
2011-02-28 15:45:17 +00:00
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc COPYING-*
2011-01-06 15:40:32 +00:00
%doc *.txt
%doc PM_spec
%dir %{_includedir}/GL
%{_includedir}/GL/glxint.h
%{_includedir}/GL/glxmd.h
%{_includedir}/GL/glxproto.h
%{_includedir}/GL/glxtokens.h
%dir %{_includedir}/GL/internal
%{_includedir}/GL/internal/glcore.h
%dir %{_includedir}/X11
%{_includedir}/X11/DECkeysym.h
%{_includedir}/X11/HPkeysym.h
%dir %{_includedir}/X11/PM
%{_includedir}/X11/PM/PM.h
%{_includedir}/X11/PM/PMproto.h
%{_includedir}/X11/Sunkeysym.h
%{_includedir}/X11/X.h
%{_includedir}/X11/XF86keysym.h
%{_includedir}/X11/XWDFile.h
%{_includedir}/X11/Xalloca.h
%{_includedir}/X11/Xarch.h
%{_includedir}/X11/Xatom.h
%{_includedir}/X11/Xdefs.h
%{_includedir}/X11/Xfuncproto.h
%{_includedir}/X11/Xfuncs.h
%{_includedir}/X11/Xmd.h
%{_includedir}/X11/Xos.h
%{_includedir}/X11/Xos_r.h
%{_includedir}/X11/Xosdefs.h
%{_includedir}/X11/Xpoll.h
%{_includedir}/X11/Xproto.h
%{_includedir}/X11/Xprotostr.h
%{_includedir}/X11/Xthreads.h
%{_includedir}/X11/Xw32defs.h
%{_includedir}/X11/Xwindows.h
%{_includedir}/X11/Xwinsock.h
%{_includedir}/X11/ap_keysym.h
%dir %{_includedir}/X11/dri
%{_includedir}/X11/dri/xf86dri.h
%{_includedir}/X11/dri/xf86driproto.h
%{_includedir}/X11/dri/xf86dristr.h
%dir %{_includedir}/X11/extensions
%{_includedir}/X11/extensions/EVI.h
%{_includedir}/X11/extensions/EVIproto.h
%{_includedir}/X11/extensions/XI.h
2009-06-18 02:09:52 +00:00
%{_includedir}/X11/extensions/XI2.h
%{_includedir}/X11/extensions/XI2proto.h
%{_includedir}/X11/extensions/XIproto.h
%{_includedir}/X11/extensions/XKB.h
%{_includedir}/X11/extensions/XKBgeom.h
%{_includedir}/X11/extensions/XKBproto.h
%{_includedir}/X11/extensions/XKBsrv.h
%{_includedir}/X11/extensions/XKBstr.h
%{_includedir}/X11/extensions/XResproto.h
%{_includedir}/X11/extensions/Xeviestr.h
%{_includedir}/X11/extensions/Xv.h
%{_includedir}/X11/extensions/XvMC.h
%{_includedir}/X11/extensions/XvMCproto.h
%{_includedir}/X11/extensions/Xvproto.h
%{_includedir}/X11/extensions/ag.h
%{_includedir}/X11/extensions/agproto.h
%{_includedir}/X11/extensions/bigreqsproto.h
%{_includedir}/X11/extensions/bigreqstr.h
%{_includedir}/X11/extensions/composite.h
%{_includedir}/X11/extensions/compositeproto.h
%{_includedir}/X11/extensions/cup.h
%{_includedir}/X11/extensions/cupproto.h
%{_includedir}/X11/extensions/damageproto.h
%{_includedir}/X11/extensions/damagewire.h
%{_includedir}/X11/extensions/dbe.h
%{_includedir}/X11/extensions/dbeproto.h
%{_includedir}/X11/extensions/dmx.h
%{_includedir}/X11/extensions/dmxproto.h
%{_includedir}/X11/extensions/dpmsconst.h
%{_includedir}/X11/extensions/dpmsproto.h
2008-03-31 22:57:33 +00:00
%{_includedir}/X11/extensions/dri2proto.h
2008-08-28 20:28:19 +00:00
%{_includedir}/X11/extensions/dri2tokens.h
%{_includedir}/X11/extensions/dri3proto.h
%{_includedir}/X11/extensions/evieproto.h
2008-06-10 19:55:59 +00:00
%{_includedir}/X11/extensions/ge.h
%{_includedir}/X11/extensions/geproto.h
%{_includedir}/X11/extensions/lbx.h
%{_includedir}/X11/extensions/lbxproto.h
%{_includedir}/X11/extensions/mitmiscconst.h
%{_includedir}/X11/extensions/mitmiscproto.h
%{_includedir}/X11/extensions/multibufconst.h
%{_includedir}/X11/extensions/multibufproto.h
%{_includedir}/X11/extensions/panoramiXproto.h
%{_includedir}/X11/extensions/presentproto.h
%{_includedir}/X11/extensions/presenttokens.h
%{_includedir}/X11/extensions/randr.h
%{_includedir}/X11/extensions/randrproto.h
%{_includedir}/X11/extensions/recordconst.h
%{_includedir}/X11/extensions/recordproto.h
%{_includedir}/X11/extensions/recordstr.h
%{_includedir}/X11/extensions/render.h
%{_includedir}/X11/extensions/renderproto.h
%{_includedir}/X11/extensions/saver.h
%{_includedir}/X11/extensions/saverproto.h
%{_includedir}/X11/extensions/secur.h
%{_includedir}/X11/extensions/securproto.h
%{_includedir}/X11/extensions/shapeconst.h
%{_includedir}/X11/extensions/shapeproto.h
%{_includedir}/X11/extensions/shapestr.h
%{_includedir}/X11/extensions/shm.h
%{_includedir}/X11/extensions/shmproto.h
%{_includedir}/X11/extensions/shmstr.h
%{_includedir}/X11/extensions/syncconst.h
%{_includedir}/X11/extensions/syncproto.h
%{_includedir}/X11/extensions/syncstr.h
%{_includedir}/X11/extensions/vldXvMC.h
%{_includedir}/X11/extensions/xcmiscproto.h
%{_includedir}/X11/extensions/xcmiscstr.h
%{_includedir}/X11/extensions/xf86bigfont.h
%{_includedir}/X11/extensions/xf86bigfproto.h
%{_includedir}/X11/extensions/xf86bigfstr.h
%{_includedir}/X11/extensions/xf86dga.h
%{_includedir}/X11/extensions/xf86dga1const.h
%{_includedir}/X11/extensions/xf86dga1proto.h
%{_includedir}/X11/extensions/xf86dga1str.h
%{_includedir}/X11/extensions/xf86dgaconst.h
%{_includedir}/X11/extensions/xf86dgaproto.h
%{_includedir}/X11/extensions/xf86dgastr.h
%{_includedir}/X11/extensions/xf86misc.h
%{_includedir}/X11/extensions/xf86mscstr.h
%{_includedir}/X11/extensions/xf86vm.h
%{_includedir}/X11/extensions/xf86vmproto.h
%{_includedir}/X11/extensions/xf86vmstr.h
%{_includedir}/X11/extensions/xfixesproto.h
%{_includedir}/X11/extensions/xfixeswire.h
2009-07-22 10:46:59 +00:00
%{_includedir}/X11/extensions/xtestconst.h
%{_includedir}/X11/extensions/xtestext1const.h
%{_includedir}/X11/extensions/xtestext1proto.h
%{_includedir}/X11/extensions/xtestproto.h
%dir %{_includedir}/X11/fonts
%{_includedir}/X11/fonts/FS.h
%{_includedir}/X11/fonts/FSproto.h
%{_includedir}/X11/fonts/font.h
%{_includedir}/X11/fonts/fontproto.h
%{_includedir}/X11/fonts/fontstruct.h
%{_includedir}/X11/fonts/fsmasks.h
%{_includedir}/X11/keysym.h
%{_includedir}/X11/keysymdef.h
2007-10-11 14:02:44 +00:00
%{_datadir}/pkgconfig/bigreqsproto.pc
%{_datadir}/pkgconfig/compositeproto.pc
%{_datadir}/pkgconfig/damageproto.pc
%{_datadir}/pkgconfig/dmxproto.pc
2008-03-31 22:57:33 +00:00
%{_datadir}/pkgconfig/dri2proto.pc
%{_datadir}/pkgconfig/dri3proto.pc
2007-10-11 14:02:44 +00:00
%{_datadir}/pkgconfig/evieproto.pc
%{_datadir}/pkgconfig/fixesproto.pc
%{_datadir}/pkgconfig/fontsproto.pc
%{_datadir}/pkgconfig/glproto.pc
%{_datadir}/pkgconfig/inputproto.pc
%{_datadir}/pkgconfig/kbproto.pc
%{_datadir}/pkgconfig/presentproto.pc
2007-10-11 14:02:44 +00:00
%{_datadir}/pkgconfig/randrproto.pc
%{_datadir}/pkgconfig/recordproto.pc
%{_datadir}/pkgconfig/renderproto.pc
%{_datadir}/pkgconfig/resourceproto.pc
%{_datadir}/pkgconfig/scrnsaverproto.pc
%{_datadir}/pkgconfig/videoproto.pc
%{_datadir}/pkgconfig/xcmiscproto.pc
%{_datadir}/pkgconfig/xextproto.pc
%{_datadir}/pkgconfig/xf86bigfontproto.pc
%{_datadir}/pkgconfig/xf86dgaproto.pc
%{_datadir}/pkgconfig/xf86driproto.pc
%{_datadir}/pkgconfig/xf86miscproto.pc
%{_datadir}/pkgconfig/xf86vidmodeproto.pc
%{_datadir}/pkgconfig/xineramaproto.pc
%{_datadir}/pkgconfig/xproto.pc
%{_datadir}/pkgconfig/xproxymngproto.pc
%changelog
2014-01-23 20:30:38 +00:00
* Thu Jan 23 2014 Adam Jackson <ajax@redhat.com> 7.7-9
- Backport pointer-to-void* changes
2013-12-10 16:33:28 +00:00
* Tue Dec 10 2013 Adam Jackson <ajax@redhat.com> 7.7-8
- glproto 1.4.17
* Wed Nov 06 2013 Adam Jackson <ajax@redhat.com> 7.7-7
- presentproto 1.0
- dri3proto 1.0
- xextproto 7.2.99.901
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.7-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-04-01 21:37:04 +00:00
* Tue Apr 02 2013 Peter Hutterer <peter.hutterer@redhat.com> 7.7-5
- xproto 7.0.24
2013-03-07 04:31:55 +00:00
* Thu Mar 07 2013 Dave Airlie <airlied@redhat.com> 7.7-4
- autoreconf for aarch64
2013-03-07 01:01:56 +00:00
* Thu Mar 07 2013 Peter Hutterer <peter.hutterer@redhat.com> 7.7-3
- inputproto 2.3
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2013-01-08 20:50:59 +00:00
* Tue Jan 08 2013 Adam Jackson <ajax@redhat.com> 7.7-1
- inputproto 2.2.99.1
* Thu Jul 26 2012 Peter Hutterer <peter.hutterer@redhat.com> 7.6-24
- bigregsproto 1.1.2
- compositeproto 0.4.2
- damageproto 1.2.1
- fontsproto 2.1.2
- inputproto 2.2
- kbproto 1.0.6
- recordproto 1.14.2
- scrnsaverproto 1.2.2
- xcmiscproto 1.2.2
- xextproto 7.2.1
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.6-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Thu Jul 12 2012 Dave Airlie <airlied@redhat.com> 7.6-22
- glproto 1.4.16
- dri2proto 2.8
- randrproto 1.4.0
2012-03-16 19:01:15 +00:00
* Fri Mar 16 2012 Adam Jackson <ajax@redhat.com> 7.6-21
- xproto 7.0.23
2012-02-15 00:47:05 +00:00
* Wed Feb 15 2012 Peter Hutterer <peter.hutterer@redhat.com> 7.6-20
- inputproto 2.1.99.6
2012-01-26 14:49:11 +00:00
* Thu Jan 26 2012 Dave Airlie <airlied@redhat.com> 7.6-19
- glproto 1.4.15
2012-01-09 00:37:32 +00:00
* Mon Jan 09 2012 Peter Hutterer <peter.hutterer@redhat.com> 7.6-18
- inputproto 2.1.99.5
2011-12-21 05:47:12 +00:00
* Wed Dec 21 2011 Peter Hutterer <peter.hutterer@redhat.com> 7.6-17
- inputproto 2.1.99.4
2011-12-16 01:18:05 +00:00
* Fri Dec 16 2011 Peter Hutterer <peter.hutterer@redhat.com> 7.6-16
- inputproto 2.1
* Wed Nov 09 2011 Peter Hutterer <peter.hutterer@redhat.com> 7.6-15
- Err, that should have been inputproto 2.0.99.1
2011-11-09 00:49:08 +00:00
* Wed Nov 09 2011 Peter Hutterer <peter.hutterer@redhat.com> 7.6-14
- inputproto 2.1.99.1
2011-09-21 17:20:07 +00:00
* Wed Sep 21 2011 Adam Jackson <ajax@redhat.com> 7.6-13
- Build --without-xmlto
2011-06-30 00:27:35 +00:00
* Thu Jun 30 2011 Peter Hutterer <peter.hutterer@redhat.com> 7.6-12
- glproto 1.4.14
- dri2proto 2.6
2011-06-22 23:53:56 +00:00
* Thu Jun 23 2011 Peter Hutterer <peter.hutterer@redhat.com> 7.6-11
- xproto 7.0.22
2011-06-07 22:43:37 +00:00
* Wed Jun 08 2011 Peter Hutterer <peter.hutterer@redhat.com> 7.6-10
- inputproto 2.0.2
2011-05-29 23:25:54 +00:00
* Mon May 30 2011 Peter Hutterer <peter.hutterer@redhat.com> 7.6-9
- resourceproto 1.2.0
* Wed Mar 23 2011 Peter Hutterer <peter.hutterer@redhat.com> 7.6-8
- xproto 7.0.21
- 0001-Add-XF86XK_TouchpadOn-Off.patch: drop, 5d3428de974d
- 0001-Add-defines-for-Unicode-Sinhala-to-keysymdef.h.patch: drop,
423f5faddbb1023d
* Wed Mar 16 2011 Peter Hutterer <peter.hutterer@redhat.com> 7.6-7
- 0001-Add-defines-for-Unicode-Sinhala-to-keysymdef.h.patch: add defines for
Unicode Sinhala
2011-03-15 14:15:50 +00:00
* Tue Mar 15 2011 Adam Jackson <ajax@redhat.com> 7.6-6
- fixesproto 5.0
- Drop libXxf86dga Conflicts, not relevant since at least F12.
2011-02-28 15:45:17 +00:00
* Mon Feb 28 2011 Adam Jackson <ajax@redhat.com> 7.6-5
- 0001-fixesproto-v5-Pointer-barriers.patch: from git.
2011-02-27 23:18:00 +00:00
* Mon Feb 28 2011 Peter Hutterer <peter.hutterer@redhat.com> 7.6-4
- xextproto 7.2.0
* Thu Feb 24 2011 Peter Hutterer <peter.hutterer@redhat.com> 7.6-3
- xextproto and randrproto git snapshots, needed by server.
* Thu Feb 24 2011 Peter Hutterer <peter.hutterer@redhat.com>
- Add make-git-snapshot script to snapshot protocol releases.
* Thu Feb 24 2011 Peter Hutterer <peter.hutterer@redhat.com>
- update source addresses: www.x.org is 301 Moved Permanently, moved to
xorg.freedesktop.org.
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2011-01-06 15:40:32 +00:00
* Thu Jan 06 2011 Adam Jackson <ajax@redhat.com> 7.6-1
- dmxproto 2.3.1
- evieext 1.1.1
- xf86driproto 2.1.1
- xf86vidmodeproto 2.3.1
- xineramaproto 1.2.1
2010-11-25 16:34:39 +00:00
* Thu Nov 25 2010 Bastien Nocera <bnocera@redhat.com> 7.5-4
- Add XF86XK_TouchpadOn/Off keysyms
2010-11-11 22:27:22 +00:00
* Fri Nov 12 2010 Peter Hutterer <peter.hutterer@redhat.com> 7.5-3
- inputproto 2.0.1
2010-11-04 00:05:05 +00:00
* Thu Nov 04 2010 Peter Hutterer <peter.hutterer@redhat.com> 7.5-2
- xproto 7.0.19
* Mon Nov 01 2010 Peter Hutterer <peter.hutterer@redhat.com> 7.5-1
- randrproto 1.3.2
- recordproto 1.14.1
- scrnsaverproto 1.2.1
- xcmiscproto 1.2.1
* Thu Aug 12 2010 Peter Hutterer <peter.hutterer@redhat.com> 7.4-39
- glproto-1.4.12
- kbproto 1.0.5
- renderproto 0.11.1
- videoproto 2.3.1
- xextproto 7.1.2
- xproto 7.0.18
* Wed Aug 04 2010 Adam Jackson <ajax@redhat.com> 7.4-38
- glproto-1.4.11-hyperpipe.patch: Fix conflict with glxext.h
2010-05-19 17:41:22 +00:00
* Wed May 19 2010 Adam Jackson <ajax@redhat.com> 7.4-37
- xproto 7.0.17
2010-04-21 00:27:52 +00:00
* Thu Feb 25 2010 Adam Jackson <ajax@redhat.com> 7.4-36
- dri2proto 2.3
2010-01-16 08:34:44 +00:00
* Sat Jan 16 2010 Dave Airlie <airlied@redhat.com> 7.4-35
- dri2proto 2.2
- glproto 1.4.11
* Tue Oct 13 2009 Adam Jackson <ajax@redhat.com> 7.4-34
- kbproto 1.0.4
- xf86miscproto 0.9.3
- xproxymanagementprotocol 1.0.3
* Tue Oct 06 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-33
- Upload xf86dgaproto 2.1 tarball, this time for real.
* Tue Oct 06 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-32
- compositeproto 0.4.1
- xf86dgaproto 2.1
- dmxproto 2.3
- inputproto 2.0
- fixesproto 4.1.1
- randrproto 1.3.1
- recordproto 1.14
- xf86vidmodeproto 2.3
- xineramaproto 1.2
- xproto 7.0.16
* Fri Aug 28 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-31
- bigreqsproto 1.1.0
- damageproto 1.2.0
- dmxproto 2.2.99.1
- evieext 1.1.0
- fontsproto 2.1.0
- resourceproto 1.1.0
- scrnsaverproto 1.2.0
- videoproto 2.3.0
- xcmiscproto 1.2.0
- xf86bigfontproto 1.2.0
- xf86dgaproto 2.0.99.1
- xf86driproto 2.1.0
- xf86vidmodeproto 2.2.99.1
- xineramaproto 1.1.99.1
* Tue Aug 25 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-30
- recordproto 1.13.99.1
- xextproto 7.1.1
2009-08-25 00:44:22 +00:00
* Tue Aug 25 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-29
- inputproto 1.9.99.902
2009-08-06 01:56:13 +00:00
* Thu Aug 06 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-28
- xextproto 7.1.0
2009-07-29 19:59:25 +00:00
* Wed Jul 29 2009 Kristian Høgsberg <krh@redhat.com> - 7.4-27
2009-07-29 19:58:38 +00:00
- Add patch for DRI2 page flipping.
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.4-26
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-07-23 12:55:57 +00:00
* Thu Jul 23 2009 Adam Jackson <ajax@redhat.com> 7.4-25
2009-07-23 12:54:42 +00:00
- fixesproto 4.1
2009-07-22 10:46:59 +00:00
* Wed Jul 22 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-24
- xextproto 7.0.99.3
* Wed Jul 22 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-23
- xextproto 7.0.99.2
- inputproto 1.9.99.15
* Tue Jul 21 2009 Adam Jackson <ajax@redhat.com> 7.4-22
- xextproto 7.0.99.1
- fixesproto snapshot
2009-07-16 20:26:36 +00:00
* Thu Jul 16 2009 Adam Jackson <ajax@redhat.com> 7.4-21
- randrproto 1.3.0
2009-07-15 17:46:43 +00:00
* Wed Jul 15 2009 Adam Jackson <ajax@redhat.com> 7.4-20
- Clean up %%install slightly.
* Wed Jul 15 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-19
- renderproto 0.11
- inputproto 1.9.99.14
2009-07-12 07:38:03 +00:00
* Sun Jul 12 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-18
- inputproto 1.9.99.13
2009-06-18 02:09:52 +00:00
* Thu Jun 18 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-17
- inputproto 1.9.99.12
2009-06-18 01:41:47 +00:00
* Thu Jun 18 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-16
- dri2proto 2.1
2009-05-26 21:22:34 +00:00
* Tue May 26 2009 Adam Jackson <ajax@redhat.com> 7.4-15
- glproto 1.4.10
* Tue Mar 03 2009 Peter Hutterer <peter.hutterer@redhat.com> 7.4-14
- xproto 7.0.15
- Purge x11proto-7.0.14-XF86XK_Suspend.patch.
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.4-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2008-12-20 09:42:59 +00:00
* Sat Dec 20 2008 Dave Airlie <airlied@redhat.com> 7.4-12
- update dri2proto
* Thu Dec 18 2008 Adam Jackson <ajax@redhat.com> 7.4-11
- bootstrap build for a moment so xcb changes can happen
2008-12-18 00:38:10 +00:00
* Thu Dec 18 2008 Peter Hutterer <peter.hutterer@redhat.com> 7.4-10
- xextproto 7.0.4
2008-12-16 18:28:17 +00:00
* Tue Dec 16 2008 Adam Jackson <ajax@redhat.com> 7.4-9
- randrproto 1.2.99.3
2008-12-03 15:56:47 +00:00
* Wed Dec 03 2008 Adam Jackson <ajax@redhat.com> 7.4-8
- inputproto 1.5.0
2008-11-20 18:19:05 +00:00
* Thu Nov 20 2008 Adam Jackson <ajax@redhat.com> 7.4-7
- Fix (delete) dri2proto URL.
* Tue Nov 18 2008 Peter Hutterer <peter.hutterer@redhat.com> 7.4-5
- x11proto-7.0.14-XF86XK_Suspend.patch: add XF86XK_Suspend and
XF86XK_Hibernate to keysyms.
* Mon Nov 10 2008 Adam Jackson <ajax@redhat.com> 7.4-5
- Drop explicit virtual Provides, we get them for free from pkgconfig
- Drop some ancient upgrade Prov/Req/Obs
2008-10-24 00:32:00 +00:00
* Thu Oct 23 2008 Peter Hutterer <peter.hutterer@redhat.com> 7.4-4
- xproto 7.0.14
2008-09-03 23:49:12 +00:00
* Fri Aug 29 2008 Adam Jackson <ajax@redhat.com> 7.4-3
- inputproto 1.4.4
2008-08-28 20:28:19 +00:00
* Thu Aug 28 2008 Kristian Høgsberg <krh@redhat.com> - 7.4-2
- dri2proto 1.99.1
2008-07-21 03:25:25 +00:00
* Sun Jul 20 2008 Adam Jackson <ajax@redhat.com> 7.4-1
- Magic superstition version number bump.
- Dropped: fontcacheproto, trapproto, xf86rushproto
- Updated: randrproto 1.2.2
2008-06-10 19:55:59 +00:00
* Tue Jun 10 2008 Adam Jackson <ajax@redhat.com> 7.3-13
- xproto 7.0.13
- xextproto 7.0.3
2008-04-07 14:52:18 +00:00
* Mon Apr 07 2008 Adam Jackson <ajax@redhat.com> 7.3-12
- dri2proto 1.1.0
* Tue Apr 01 2008 Adam Jackson <ajax@redhat.com> 7.3-11
- inputproto-1.4.3-card32-sucks.patch: Unbreak qt build. (#436703)
2008-04-01 17:52:45 +00:00
* Tue Apr 1 2008 Kristian Høgsberg <krh@redhat.com> - 7.3-10
- Update to xf86driproto 2.0.4.
2008-03-31 22:57:33 +00:00
* Mon Mar 31 2008 Kristian Høgsberg <krh@redhat.com> 7.3-9
- Add dri2proto.
2008-03-06 03:17:19 +00:00
* Wed Mar 05 2008 Adam Jackson <ajax@redhat.com> 7.3-8
- inputproto 1.4.3
- xproto 7.0.12
* Tue Nov 13 2007 Adam Jackson <ajax@redhat.com> 7.3-7
- inputproto-1.4.2-card32.patch: Make sure CARD32 is defined on lp64.
2007-11-12 23:38:23 +00:00
* Mon Nov 12 2007 Adam Jackson <ajax@redhat.com> 7.3-6
- renderproto 0.9.3
2007-11-09 16:45:47 +00:00
* Fri Nov 9 2007 Kristian Høgsberg <krh@redhat.com> - 7.3-5
- Bump and rebuild.
* Thu Oct 25 2007 Kristian Høgsberg <krh@redhat.com> 7.3-4
- Pull in new glproto to get proto structs for GLX_SGIX_pbuffer.
* Thu Oct 11 2007 Adam Jackson <ajax@redhat.com> 7.3-3
- BuildArch: noarch
2007-10-11 14:02:44 +00:00
* Thu Oct 11 2007 Adam Jackson <ajax@redhat.com> 7.3-3
- BuildArch: noarch
* Thu Sep 27 2007 Adam Jackson <ajax@redhat.com> 7.3-2
- Require libXau-devel when not doing arch bootstrap (#207391)
2007-09-24 18:40:07 +00:00
* Mon Sep 24 2007 Adam Jackson <ajax@redhat.com> 7.3-1
- dgaproto 2.0.3
- Bump to 7.3
2007-08-29 19:09:12 +00:00
* Wed Aug 29 2007 Adam Jackson <ajax@redhat.com> 7.2-13
- Remove the horrible header hack, in favor of proper fix in xserver itself.
* Tue Jul 24 2007 Adam Jackson <ajax@redhat.com> 7.2-12
- Remove dri_interface.h. It's not protocol, it belongs in Mesa.
2007-07-11 19:33:26 +00:00
* Wed Jul 11 2007 Adam Jackson <ajax@redhat.com> 7.2-11
- compositeproto 0.4
* Wed Jul 11 2007 Adam Jackson <ajax@redhat.com> 7.2-10
- inputproto-1.4.2-horrible-header-hack.patch: Re-add some #defines from
older inputproto to make old drivers build. Do not commit this patch
upstream.
* Thu Apr 26 2007 Adam Jackson <ajax@redhat.com> 7.2-9
- inputproto 1.4.2
* Thu Apr 05 2007 Adam Jackson <ajax@redhat.com> 7.2-8
- Add virtual provides for the subprotocols (#231156)
* Mon Apr 02 2007 Adam Jackson <ajax@redhat.com> 7.2-7
- inputproto 1.4.1
* Mon Mar 12 2007 Adam Jackson <ajax@redhat.com> 7.2-6
- Fix doc macros as per package review (#226641)
2007-02-28 20:35:40 +00:00
* Wed Feb 28 2007 Adam Jackson <ajax@redhat.com> 7.2-5
- Package review cleanups (#226641)
2007-02-28 20:16:12 +00:00
* Wed Feb 28 2007 Adam Jackson <ajax@redhat.com> 7.2-4
- Appease RPM. (#229336)
* Fri Feb 23 2007 Adam Jackson <ajax@redhat.com> 7.2-3
- damageproto 1.1.0
* Mon Feb 19 2007 Adam Jackson <ajax@redhat.com> 7.2-2
- randrproto 1.2.1
* Mon Feb 12 2007 Adam Jackson <ajax@redhat.com> 7.2-1
- randrproto 1.2
- Superstition bump to 7.2
* Fri Jan 05 2007 Adam Jackson <ajax@redhat.com> 7.1-11
- xproto 7.0.10
* Tue Oct 3 2006 Adam Jackson <ajackson@redhat.com> 7.1-10
- Install just enough LBX headers to make libXext build. (#203815)
2006-10-01 21:19:24 +00:00
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 7.1-9
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
* Wed Sep 20 2006 Kristian Høgsberg <krh@redhat.com> - 7.1-8.fc6
- Update to 1.4.8 to get the finaly update of GLX_EXT_tfp opcodes.
2006-09-08 21:55:04 +00:00
* Fri Sep 8 2006 Soren Sandmann <sandmann@redhat.com> 7.1-7.fc6
- Remove printproto source. Rest of 175350.
2006-08-18 03:00:54 +00:00
* Thu Aug 17 2006 Soren Sandmann <sandmann@redhat.com> 7.1-6.fc6
- Don't install xprint headers, as they are being moved to the libXp
package instead. Bug 175350.
* Thu Jul 27 2006 Mike A. Harris <mharris@redhat.com> 7.1-5.fc6
- Don't install LBX protocol headers, as LBX is obsoleted in the 7.1 release
and no longer supported.
* Fri Jul 21 2006 Adam Jackson <ajackson@redhat.com> 7.1-4
- Use dist tag. Update to kbproto-1.0.3.
2006-07-13 05:18:56 +00:00
* Thu Jul 13 2006 Kristian Høgsberg <krh@redhat.com> 7.1-3
- Tag as 7.1-3.fc5.aiglx.
2006-07-13 04:45:47 +00:00
* Thu Jul 13 2006 Kristian Høgsberg <krh@redhat.com> 7.1-3
- Add dist tag.
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 7.1-2.1
2006-07-12 09:18:21 +00:00
- rebuild
* Wed Jun 21 2006 Mike A. Harris <mharris@redhat.com> 7.1-2
- Update to xproto 7.0.7 for X11R7.1
- Use "make install" instead of makeinstall macro.
* Thu May 25 2006 Mike A. Harris <mharris@redhat.com> 7.1-1
- Bump package version-release to 7.1-1 for X.Org X11R7.1 release.
* Fri May 12 2006 Adam Jackson <ajackson@redhat.com> 7.0-13
- Update to glproto 1.4.7 for final EXT_tfp defines
* Thu Apr 27 2006 Adam Jackson <ajackson@redhat.com> 7.0-12
- Update to xproto 7.0.5 for misc fixes
2006-04-10 22:25:39 +00:00
* Fri Apr 07 2006 Adam Jackson <ajackson@redhat.com> 7.0-10
- Update to compositeproto-0.3.1 to fix big-endian LP64.
* Sat Apr 01 2006 Adam Jackson <ajackson@redhat.com> 7.0-9
- Update to scrnsaverproto-1.1
2006-03-20 14:44:04 +00:00
* Mon Mar 20 2006 Adam Jackson <ajackson@redhat.com> 7.0-8
- Fix the base URL.
* Wed Mar 15 2006 Adam Jackson <ajackson@redhat.com> 7.0-7
- Update to fixesproto-4.0, compositeproto-0.3, and glproto-1.4.6
* Wed Mar 01 2006 Mike A. Harris <mharris@redhat.com> 7.0-6
- Update to glproto-1.4.5
- Remove xorg-x11-proto-devel-7.0-buffer-values.patch which is in 1.4.5.
2006-03-01 06:29:58 +00:00
* Wed Feb 22 2006 Jeremy Katz <katzj@redhat.com> 7.0-5
- require mesa-libGL-devel since it's needed by some of the headers
* Sun Feb 19 2006 Ray Strode <rstrode@redhat.com> 7.0-4
- Add back part of glproto-texture-from-drawable patch that didn't
get integrated for some reason
* Thu Feb 16 2006 Mike A. Harris <mharris@redhat.com> 7.0-3
- Update to glproto-1.4.4
- Drop glproto-texture-from-drawable patch, which is integrated now.
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> 7.0-2.3
2006-02-11 06:24:56 +00:00
- bump again for double-long bug on ppc(64)
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> 7.0-2.1
2006-02-07 14:37:43 +00:00
- rebuilt for new gcc4.1 snapshot and glibc changes
* Fri Jan 27 2006 Kristian Høgsberg <krh@redhat.com> 7.0-2
- Add glproto-texture-from-drawable.patch to add opcodes and tokens
for GLX_texture_from_drawable extension.
* Fri Dec 23 2005 Mike A. Harris <mharris@redhat.com> 7.0-1
- Update to damageproto-1.0.3, glproto-1.4.3, xf86driproto-2.0.2 from the
X11R7.0 final release.
- Bump package version to 7.0 to match the X11R7 version, for no particularly
strong reason other than "it feels good".
* Thu Dec 15 2005 Mike A. Harris <mharris@redhat.com> 0.99.4-1
- Update all proto tarballs to the RC4 release.
* Wed Dec 07 2005 Mike A. Harris <mharris@redhat.com> 0.99.3-1
- Update to printproto-1.0.2, trapproto-3.4.2, xproto-7.0.3 from the
X11R7 RC3 release.
* Mon Nov 21 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-3
- Added "Requires(pre): xorg-x11-filesystem >= 0.99.2-1" to attempt to
workaround bug( #173384).
* Thu Nov 17 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-2
- Change Conflicts to "Obsoletes: XFree86-devel, xorg-x11-devel"
* Fri Nov 11 2005 Mike A. Harris <mharris@redhat.com> 0.99.2-1
- Update to X11R7 RC2 release, picking up new xproto-7.0.2.
* Thu Oct 20 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-2
- This package contains only C header files and pkg-config *.pc files,
and does not contain any ELF binaries or DSOs, so we disable debuginfo
generation.
* Thu Oct 20 2005 Mike A. Harris <mharris@redhat.com> 0.99.1-1
- Update all tarballs to X11R7 RC1 release.
- Remove panoramixproto, as it is now known as xineramaproto.
- Remove glu.h and glx.h from file manifest, as they're provided by Mesa.
- Added {_includedir}/GL/internal/dri_interface.h to file manifest.
* Sun Oct 02 2005 Mike A. Harris <mharris@redhat.com> 0.0.1-3
- Use Fedora-Extras style BuildRoot
- Invoke make with _smp_mflags
- Add full URLs to SourceN lines
* Mon Sep 12 2005 Kristian Høgsberg <krh@redhat.com> 0.0.1-2
- Update to 20050912 cvs snapshot of kbproto.
* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.0.1-1
2005-11-07 18:07:51 +00:00
- Changed for loop in build section to use "ls -1" instead of find "*proto*"
when going through protocol dirs, as "evieext" just *HAD* to be named
something completely different from everything else, in true X.Org
inconsistency fashion.
- Added Conflicts with XFree86-devel and xorg-x11-devel.
* Mon Aug 22 2005 Mike A. Harris <mharris@redhat.com> 0.0.1-0
- Initial build of xproto from X.Org modular CVS checkout and "make dist".
- Since there are no upstream tarballs yet, and "make dist" generates
a "7.0" non-beta final version, I changed the version to 0.0 as I've no
idea what the intention is and want to avoid using Epoch later.