2016-01-20 04:02:15 +00:00
|
|
|
%global debug_package %{nil}
|
2005-10-21 05:06:10 +00:00
|
|
|
|
2005-08-29 06:46:44 +00:00
|
|
|
Summary: X.Org X11 Protocol headers
|
|
|
|
Name: xorg-x11-proto-devel
|
2018-02-05 20:33:26 +00:00
|
|
|
Version: 2018.1
|
2018-02-09 21:58:31 +00:00
|
|
|
Release: 2%{?dist}
|
2007-02-28 20:35:40 +00:00
|
|
|
License: MIT
|
2005-08-29 06:46:44 +00:00
|
|
|
Group: Development/System
|
2017-11-07 15:10:26 +00:00
|
|
|
URL: https://www.x.org
|
2007-10-11 14:02:44 +00:00
|
|
|
BuildArch: noarch
|
2005-08-29 06:46:44 +00:00
|
|
|
|
2018-02-05 20:33:26 +00:00
|
|
|
Source0: https://www.x.org/pub/individual/proto/xorgproto-%{version}.tar.bz2
|
2008-04-01 19:58:12 +00:00
|
|
|
|
2011-02-24 01:08:54 +00:00
|
|
|
Source40: make-git-snapshot.sh
|
|
|
|
|
2005-12-16 10:10:00 +00:00
|
|
|
BuildRequires: pkgconfig
|
2006-06-22 00:33:35 +00:00
|
|
|
BuildRequires: xorg-x11-util-macros >= 1.0.2-1
|
2013-03-07 04:31:55 +00:00
|
|
|
BuildRequires: autoconf automake libtool
|
2005-08-29 06:46:44 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
X.Org X11 Protocol headers
|
|
|
|
|
2014-04-16 09:32:32 +00:00
|
|
|
|
2005-08-29 06:46:44 +00:00
|
|
|
%prep
|
2018-02-05 20:33:26 +00:00
|
|
|
%autosetup -n xorgproto-%{version}
|
2014-01-23 20:30:38 +00:00
|
|
|
|
2005-08-29 06:46:44 +00:00
|
|
|
%build
|
2018-02-05 20:33:26 +00:00
|
|
|
autoreconf -f -i -v
|
|
|
|
%configure --without-xmlto
|
|
|
|
make %{?_smp_mflags}
|
2005-08-29 06:46:44 +00:00
|
|
|
|
2010-11-25 16:34:39 +00:00
|
|
|
|
2005-08-29 06:46:44 +00:00
|
|
|
%install
|
2018-02-05 20:33:26 +00:00
|
|
|
%make_install
|
2011-01-06 15:40:32 +00:00
|
|
|
|
2018-02-05 20:33:26 +00:00
|
|
|
# trim some fat
|
|
|
|
for i in apple windows trap ; do
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_includedir}/X11/extensions/*${i}*
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_datadir}/pkgconfig/*${i}*
|
|
|
|
done
|
2005-08-29 06:46:44 +00:00
|
|
|
|
2011-02-28 15:45:17 +00:00
|
|
|
# keep things building even if you have the html doc tools for xmlto installed
|
2012-07-26 04:35:58 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_docdir}/*/*.{html,svg}
|
2011-02-28 15:45:17 +00:00
|
|
|
|
2005-08-29 06:46:44 +00:00
|
|
|
%files
|
2007-03-12 19:41:17 +00:00
|
|
|
%doc COPYING-*
|
2011-01-06 15:40:32 +00:00
|
|
|
%doc *.txt
|
2005-08-29 06:46:44 +00:00
|
|
|
%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
|
2009-08-28 03:01:07 +00:00
|
|
|
%{_includedir}/X11/dri/xf86driproto.h
|
2005-08-29 06:46:44 +00:00
|
|
|
%{_includedir}/X11/dri/xf86dristr.h
|
|
|
|
%dir %{_includedir}/X11/extensions
|
2009-07-21 17:21:16 +00:00
|
|
|
%{_includedir}/X11/extensions/EVI.h
|
|
|
|
%{_includedir}/X11/extensions/EVIproto.h
|
2005-08-29 06:46:44 +00:00
|
|
|
%{_includedir}/X11/extensions/XI.h
|
2009-06-18 02:09:52 +00:00
|
|
|
%{_includedir}/X11/extensions/XI2.h
|
|
|
|
%{_includedir}/X11/extensions/XI2proto.h
|
2009-07-21 17:21:16 +00:00
|
|
|
%{_includedir}/X11/extensions/XIproto.h
|
2005-08-29 06:46:44 +00:00
|
|
|
%{_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/Xv.h
|
|
|
|
%{_includedir}/X11/extensions/XvMC.h
|
|
|
|
%{_includedir}/X11/extensions/XvMCproto.h
|
|
|
|
%{_includedir}/X11/extensions/Xvproto.h
|
2009-07-21 17:21:16 +00:00
|
|
|
%{_includedir}/X11/extensions/ag.h
|
|
|
|
%{_includedir}/X11/extensions/agproto.h
|
2009-08-28 03:01:07 +00:00
|
|
|
%{_includedir}/X11/extensions/bigreqsproto.h
|
2005-08-29 06:46:44 +00:00
|
|
|
%{_includedir}/X11/extensions/bigreqstr.h
|
|
|
|
%{_includedir}/X11/extensions/composite.h
|
|
|
|
%{_includedir}/X11/extensions/compositeproto.h
|
2009-07-21 17:21:16 +00:00
|
|
|
%{_includedir}/X11/extensions/cup.h
|
|
|
|
%{_includedir}/X11/extensions/cupproto.h
|
2005-08-29 06:46:44 +00:00
|
|
|
%{_includedir}/X11/extensions/damageproto.h
|
|
|
|
%{_includedir}/X11/extensions/damagewire.h
|
2009-07-21 17:21:16 +00:00
|
|
|
%{_includedir}/X11/extensions/dbe.h
|
|
|
|
%{_includedir}/X11/extensions/dbeproto.h
|
2009-08-28 03:01:07 +00:00
|
|
|
%{_includedir}/X11/extensions/dmx.h
|
2005-08-29 06:46:44 +00:00
|
|
|
%{_includedir}/X11/extensions/dmxproto.h
|
2009-07-21 17:21:16 +00:00
|
|
|
%{_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
|
2013-11-06 18:11:25 +00:00
|
|
|
%{_includedir}/X11/extensions/dri3proto.h
|
2008-06-10 19:55:59 +00:00
|
|
|
%{_includedir}/X11/extensions/ge.h
|
|
|
|
%{_includedir}/X11/extensions/geproto.h
|
2009-07-21 17:21:16 +00:00
|
|
|
%{_includedir}/X11/extensions/lbx.h
|
|
|
|
%{_includedir}/X11/extensions/lbxproto.h
|
2009-07-22 06:05:57 +00:00
|
|
|
%{_includedir}/X11/extensions/mitmiscconst.h
|
2009-07-21 17:21:16 +00:00
|
|
|
%{_includedir}/X11/extensions/mitmiscproto.h
|
|
|
|
%{_includedir}/X11/extensions/multibufconst.h
|
|
|
|
%{_includedir}/X11/extensions/multibufproto.h
|
2005-08-29 06:46:44 +00:00
|
|
|
%{_includedir}/X11/extensions/panoramiXproto.h
|
2013-11-06 18:11:25 +00:00
|
|
|
%{_includedir}/X11/extensions/presentproto.h
|
|
|
|
%{_includedir}/X11/extensions/presenttokens.h
|
2005-08-29 06:46:44 +00:00
|
|
|
%{_includedir}/X11/extensions/randr.h
|
|
|
|
%{_includedir}/X11/extensions/randrproto.h
|
2009-08-25 04:56:12 +00:00
|
|
|
%{_includedir}/X11/extensions/recordconst.h
|
|
|
|
%{_includedir}/X11/extensions/recordproto.h
|
2005-08-29 06:46:44 +00:00
|
|
|
%{_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
|
2009-07-21 17:21:16 +00:00
|
|
|
%{_includedir}/X11/extensions/secur.h
|
|
|
|
%{_includedir}/X11/extensions/securproto.h
|
|
|
|
%{_includedir}/X11/extensions/shapeconst.h
|
|
|
|
%{_includedir}/X11/extensions/shapeproto.h
|
2010-08-12 03:03:20 +00:00
|
|
|
%{_includedir}/X11/extensions/shapestr.h
|
2009-07-21 17:21:16 +00:00
|
|
|
%{_includedir}/X11/extensions/shm.h
|
|
|
|
%{_includedir}/X11/extensions/shmproto.h
|
2010-08-12 03:03:20 +00:00
|
|
|
%{_includedir}/X11/extensions/shmstr.h
|
2009-07-21 17:21:16 +00:00
|
|
|
%{_includedir}/X11/extensions/syncconst.h
|
|
|
|
%{_includedir}/X11/extensions/syncproto.h
|
2010-08-12 03:03:20 +00:00
|
|
|
%{_includedir}/X11/extensions/syncstr.h
|
2005-08-29 06:46:44 +00:00
|
|
|
%{_includedir}/X11/extensions/vldXvMC.h
|
2009-08-28 03:01:07 +00:00
|
|
|
%{_includedir}/X11/extensions/xcmiscproto.h
|
2005-08-29 06:46:44 +00:00
|
|
|
%{_includedir}/X11/extensions/xcmiscstr.h
|
|
|
|
%{_includedir}/X11/extensions/xf86bigfont.h
|
2009-08-28 03:01:07 +00:00
|
|
|
%{_includedir}/X11/extensions/xf86bigfproto.h
|
2005-08-29 06:46:44 +00:00
|
|
|
%{_includedir}/X11/extensions/xf86bigfstr.h
|
2009-10-06 06:58:42 +00:00
|
|
|
%{_includedir}/X11/extensions/xf86dga.h
|
2009-08-28 03:01:07 +00:00
|
|
|
%{_includedir}/X11/extensions/xf86dga1const.h
|
|
|
|
%{_includedir}/X11/extensions/xf86dga1proto.h
|
2005-08-29 06:46:44 +00:00
|
|
|
%{_includedir}/X11/extensions/xf86dga1str.h
|
2009-08-28 03:01:07 +00:00
|
|
|
%{_includedir}/X11/extensions/xf86dgaconst.h
|
|
|
|
%{_includedir}/X11/extensions/xf86dgaproto.h
|
2005-08-29 06:46:44 +00:00
|
|
|
%{_includedir}/X11/extensions/xf86dgastr.h
|
|
|
|
%{_includedir}/X11/extensions/xf86misc.h
|
|
|
|
%{_includedir}/X11/extensions/xf86mscstr.h
|
2009-08-28 03:01:07 +00:00
|
|
|
%{_includedir}/X11/extensions/xf86vm.h
|
|
|
|
%{_includedir}/X11/extensions/xf86vmproto.h
|
2005-08-29 06:46:44 +00:00
|
|
|
%{_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
|
2009-07-21 17:21:16 +00:00
|
|
|
%{_includedir}/X11/extensions/xtestext1const.h
|
|
|
|
%{_includedir}/X11/extensions/xtestext1proto.h
|
|
|
|
%{_includedir}/X11/extensions/xtestproto.h
|
2005-08-29 06:46:44 +00:00
|
|
|
%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
|
2013-11-06 18:11:25 +00:00
|
|
|
%{_datadir}/pkgconfig/dri3proto.pc
|
2007-10-11 14:02:44 +00:00
|
|
|
%{_datadir}/pkgconfig/fixesproto.pc
|
|
|
|
%{_datadir}/pkgconfig/fontsproto.pc
|
|
|
|
%{_datadir}/pkgconfig/glproto.pc
|
|
|
|
%{_datadir}/pkgconfig/inputproto.pc
|
|
|
|
%{_datadir}/pkgconfig/kbproto.pc
|
2013-11-06 18:11:25 +00:00
|
|
|
%{_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
|
2018-02-05 20:33:26 +00:00
|
|
|
%{_docdir}/xorgproto/*
|
2005-08-29 06:46:44 +00:00
|
|
|
|
|
|
|
%changelog
|
2018-02-09 21:58:31 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2018.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-02-05 20:33:26 +00:00
|
|
|
* Mon Feb 05 2018 Adam Jackson <ajax@redhat.com> - 2018.1-1
|
|
|
|
- Switch to merged protocol headers
|
|
|
|
- Drop evie headers
|
|
|
|
- Pre-F18 changelog trim
|
|
|
|
|
2017-11-07 15:10:26 +00:00
|
|
|
* Tue Nov 07 2017 Adam Jackson <ajax@redhat.com> - 7.7-24
|
|
|
|
- Drop bootstrap hack (that had been enabled for like nine years anyway)
|
|
|
|
- Use https URLs
|
|
|
|
|
2017-07-27 22:21:50 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.7-23
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-05-12 12:29:47 +00:00
|
|
|
* Fri May 12 2017 Hans de Goede <hdegoede@redhat.com> - 7.7-22
|
|
|
|
- Add xproto patches from upstream adding XF86Keyboard and XF86RFKill keysyms
|
|
|
|
|
2017-02-11 18:05:08 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.7-21
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-09-26 13:48:06 +00:00
|
|
|
* Mon Sep 26 2016 Adam Jackson <ajax@redhat.com> - 7.7-20
|
|
|
|
- xproto 7.0.31
|
|
|
|
|
2016-04-04 02:42:42 +00:00
|
|
|
* Mon Apr 04 2016 Peter Hutterer <peter.hutterer@redhat.com> 7.7-19
|
|
|
|
- inputproto 2.3.2
|
|
|
|
|
2016-03-11 18:24:26 +00:00
|
|
|
* Fri Mar 11 2016 Adam Jackson <ajax@redhat.com> 7.7-18
|
|
|
|
- videoproto 2.3.3
|
|
|
|
|
2016-02-05 03:44:55 +00:00
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 7.7-17
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-20 04:02:15 +00:00
|
|
|
* Wed Jan 20 2016 Peter Hutterer <peter.hutterer@redhat.com>
|
|
|
|
- s/define/global/
|
|
|
|
|
2015-07-01 15:52:34 +00:00
|
|
|
* Wed Jul 01 2015 Adam Jackson <ajax@redhat.com> 7.7-16
|
|
|
|
- xproto 7.0.28
|
|
|
|
|
2015-06-19 04:21:03 +00:00
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.7-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-17 04:37:37 +00:00
|
|
|
* Sun May 17 2015 Dave Airlie <airlied@redhat.com> 7.7-14
|
|
|
|
- randrproto-1.5.0
|
|
|
|
|
2015-04-01 00:53:33 +00:00
|
|
|
* Wed Apr 01 2015 Dave Airlie <airlied@redhat.com> 7.7-13
|
|
|
|
- randrproto-1.4.1
|
|
|
|
|
2014-06-12 21:09:38 +00:00
|
|
|
* Thu Jun 12 2014 Hans de Goede <hdegoede@redhat.com> - 7.7-12
|
|
|
|
- inputproto-2.3.1
|
|
|
|
|
2014-06-08 06:37:36 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.7-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-16 09:32:32 +00:00
|
|
|
* Wed Apr 16 2014 Hans de Goede <hdegoede@redhat.com> - 7.7-10
|
|
|
|
- fontsproto-2.1.3
|
|
|
|
- videoproto-2.3.2
|
|
|
|
- xextproto-7.3.0
|
|
|
|
- xproto-7.0.26
|
|
|
|
- Cherry pick some unreleased fixes from upstream git
|
|
|
|
|
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
|
|
|
|
|
2013-11-06 18:11:25 +00:00
|
|
|
* Wed Nov 06 2013 Adam Jackson <ajax@redhat.com> 7.7-7
|
|
|
|
- presentproto 1.0
|
|
|
|
- dri3proto 1.0
|
|
|
|
- xextproto 7.2.99.901
|
|
|
|
|
2013-08-04 09:01:25 +00:00
|
|
|
* 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
|
|
|
|
|
2013-02-15 03:59:12 +00:00
|
|
|
* 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
|
|
|
|
|
2012-07-26 04:35:58 +00:00
|
|
|
* 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
|
|
|
|
|
2012-07-22 06:53:17 +00:00
|
|
|
* 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
|