diff --git a/Add-documentation-for-XFixes-v6.patch b/Add-documentation-for-XFixes-v6.patch new file mode 100644 index 0000000000000000000000000000000000000000..dfbba69f4ac7517a408ab3c1fcdefbf44612c3ed --- /dev/null +++ b/Add-documentation-for-XFixes-v6.patch @@ -0,0 +1,62 @@ +From 0d440c579b0f364bd655d97d1976d4eeddecf488 Mon Sep 17 00:00:00 2001 +From: Demi Marie Obenour +Date: Fri, 23 Jul 2021 14:02:12 -0400 +Subject: [PATCH] Add documentation for XFixes v6 + +This was previously added but was not documented. + +Signed-off-by: Demi Marie Obenour +--- + src/xfixes.xml | 25 ++++++++++++++++++++++++- + 1 file changed, 24 insertions(+), 1 deletion(-) + +diff --git a/src/xfixes.xml b/src/xfixes.xml +index a01cd7b..442bc02 100644 +--- a/src/xfixes.xml ++++ b/src/xfixes.xml +@@ -365,10 +365,28 @@ authorization from the authors. + + 0 + 0 ++ ++ ++ ++ + + + + ++ ++ Sets the disconnect mode for the client. ++ ++ + + + +@@ -376,7 +394,12 @@ authorization from the authors. + + + ++ ++ Gets the disconnect mode for the client. ++ ++ + + +- + +-- +2.40.0.windows.1 + diff --git a/xcb-proto.spec b/xcb-proto.spec index dbd8fdd02a5186b17ee53dc3262d4fa58306a512..18f88af1f7bad70e5f41fedcf518b151e1ed1c1f 100644 --- a/xcb-proto.spec +++ b/xcb-proto.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: xcb-proto Version: 1.15.2 -Release: 1 +Release: 2 Summary: XCB protocol descriptions License: MIT URL: https://gitlab.freedesktop.org/xorg/proto/xcbproto/ @@ -13,6 +13,7 @@ BuildRequires: python3-devel Requires: pkgconfig Patch0001: backport-0001-Document-the-MIT-SHM-extension.patch +Patch0002: Add-documentation-for-XFixes-v6.patch %description The X protocol C-language Binding (XCB) is a replacement for @@ -38,6 +39,9 @@ to the protocol, improved threading support, and extensibility. %{python3_sitelib}/xcbgen %changelog +* Fri Jul 7 2023 yaozile - 1.15.2-2 +- Add-documentation-for-XFixes-v6.patch + * Mon May 29 2023 wulei - 1.15.2-1 - Upgrade package to version 1.15.2