xorgproto 2019.1

This commit is contained in:
Peter Hutterer 2019-06-20 13:17:49 +10:00
parent 60f47f7f4c
commit f40ebcfb55
3 changed files with 12 additions and 11 deletions

1
.gitignore vendored
View File

@ -134,3 +134,4 @@ inputproto-2.0.1.tar.bz2
/xorgproto-2018.2.tar.bz2 /xorgproto-2018.2.tar.bz2
/xorgproto-2018.3.tar.bz2 /xorgproto-2018.3.tar.bz2
/xorgproto-2018.4.tar.bz2 /xorgproto-2018.4.tar.bz2
/xorgproto-2019.1.tar.bz2

View File

@ -1 +1 @@
SHA512 (xorgproto-2018.4.tar.bz2) = 2db682d10280ca58cdc04d8eb9fef30c111d4cd379de9fec86cff317865b859a576de5426447be9231d24be9762cc1d684c57383a99ad499398e8b7d62b1c03c SHA512 (xorgproto-2019.1.tar.bz2) = f26c17f4a027acdc799b532fa65c3ea1b0e8c30794c7b7293060ee9d9dec84b4878966cd2dcda43584849232e73a208abd4213374f89b05c10e5aae92bdc00be

View File

@ -1,9 +1,12 @@
%global debug_package %{nil} %global debug_package %{nil}
# When releasing a xorg-x11-proto-devel version with updated keysyms,
# rebuild libX11
Summary: X.Org X11 Protocol headers Summary: X.Org X11 Protocol headers
Name: xorg-x11-proto-devel Name: xorg-x11-proto-devel
Version: 2018.4 Version: 2019.1
Release: 3%{?dist} Release: 1%{?dist}
License: MIT License: MIT
URL: https://www.x.org URL: https://www.x.org
BuildArch: noarch BuildArch: noarch
@ -25,7 +28,7 @@ X.Org X11 Protocol headers
%build %build
autoreconf -f -i -v autoreconf -f -i -v
%configure --without-xmlto %configure --disable-specs
make %{?_smp_mflags} make %{?_smp_mflags}
@ -54,9 +57,6 @@ rm -f $RPM_BUILD_ROOT%{_docdir}/*/*.{html,svg}
%dir %{_includedir}/X11 %dir %{_includedir}/X11
%{_includedir}/X11/DECkeysym.h %{_includedir}/X11/DECkeysym.h
%{_includedir}/X11/HPkeysym.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/Sunkeysym.h
%{_includedir}/X11/X.h %{_includedir}/X11/X.h
%{_includedir}/X11/XF86keysym.h %{_includedir}/X11/XF86keysym.h
@ -163,8 +163,6 @@ rm -f $RPM_BUILD_ROOT%{_docdir}/*/*.{html,svg}
%{_includedir}/X11/extensions/xf86dgaconst.h %{_includedir}/X11/extensions/xf86dgaconst.h
%{_includedir}/X11/extensions/xf86dgaproto.h %{_includedir}/X11/extensions/xf86dgaproto.h
%{_includedir}/X11/extensions/xf86dgastr.h %{_includedir}/X11/extensions/xf86dgastr.h
%{_includedir}/X11/extensions/xf86misc.h
%{_includedir}/X11/extensions/xf86mscstr.h
%{_includedir}/X11/extensions/xf86vm.h %{_includedir}/X11/extensions/xf86vm.h
%{_includedir}/X11/extensions/xf86vmproto.h %{_includedir}/X11/extensions/xf86vmproto.h
%{_includedir}/X11/extensions/xf86vmstr.h %{_includedir}/X11/extensions/xf86vmstr.h
@ -206,14 +204,16 @@ rm -f $RPM_BUILD_ROOT%{_docdir}/*/*.{html,svg}
%{_datadir}/pkgconfig/xf86bigfontproto.pc %{_datadir}/pkgconfig/xf86bigfontproto.pc
%{_datadir}/pkgconfig/xf86dgaproto.pc %{_datadir}/pkgconfig/xf86dgaproto.pc
%{_datadir}/pkgconfig/xf86driproto.pc %{_datadir}/pkgconfig/xf86driproto.pc
%{_datadir}/pkgconfig/xf86miscproto.pc
%{_datadir}/pkgconfig/xf86vidmodeproto.pc %{_datadir}/pkgconfig/xf86vidmodeproto.pc
%{_datadir}/pkgconfig/xineramaproto.pc %{_datadir}/pkgconfig/xineramaproto.pc
%{_datadir}/pkgconfig/xproto.pc %{_datadir}/pkgconfig/xproto.pc
%{_datadir}/pkgconfig/xproxymngproto.pc
%{_docdir}/xorgproto/* %{_docdir}/xorgproto/*
%changelog %changelog
* Thu Jun 20 2019 Peter Hutterer <peter.hutterer@redhat.com> 2019.1-1
- xorgproto 2019.1
- drop files for xf86misc and proxy management proto, they're legacy now
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2018.4-3 * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2018.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild