libxcb ver. bump

This commit is contained in:
Rmys
2024-04-16 13:17:48 +03:00
parent 97843643d8
commit 2a244ccfee
2 changed files with 17 additions and 3 deletions
+9 -2
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>The X protocol C-language Binding (XCB)</Summary>
<Description>The X protocol C-language Binding (XCB) is a replacement for Xlib featuring a small footprint, latency hiding, direct access to the protocol, improved threading support, and extensibility.</Description>
<Archive sha1sum="c6e9b7235f7db529531fa65cabef7363b32c53ce" type="tarxz">https://xorg.freedesktop.org/releases/individual/lib/libxcb-1.16.1.tar.xz</Archive>
<Archive sha1sum="ebb3197ac4c75c51c4e7e3278e8406d9441a4d47" type="tarxz">https://xorg.freedesktop.org/releases/individual/lib/libxcb-1.17.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>libXau-devel</Dependency>
<Dependency>libXdmcp-devel</Dependency>
@@ -20,7 +20,7 @@
<Dependency>libxslt-devel</Dependency>
<Dependency>util-macros</Dependency>
<Dependency>xorg-proto</Dependency>
<Dependency versionFrom="1.16.0">xcb-proto</Dependency>
<Dependency versionFrom="1.17.0">xcb-proto</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">libxcb-1.1-no-pthread-stubs.patch</Patch> -->
@@ -79,6 +79,13 @@
</Package>
<History>
<Update release="19">
<Date>2024-04-15</Date>
<Version>1.17.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="18">
<Date>2024-03-05</Date>
<Version>1.16.1</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>data</IsA>
<Summary>XCB protocol descriptions</Summary>
<Description>XCB is a project to enable efficient language bindings to the X11 protocol. This package contains the protocol descriptions themselves. Language bindings use these protocol descriptions to generate code for marshalling the protocol.</Description>
<Archive sha1sum="8479adf77b609e8b6c36387b69d31cc1605ead46" type="tarxz">https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-1.16.0.tar.xz</Archive>
<Archive sha1sum="75159dcd0668f76d87c8def84e9e6e4df92444e5" type="tarxz">https://xorg.freedesktop.org/archive/individual/proto/xcb-proto-1.17.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>libxml2-devel</Dependency>
<Dependency>python3-devel</Dependency>
@@ -33,6 +33,13 @@
</Package>
<History>
<Update release="15">
<Date>2024-04-15</Date>
<Version>1.17.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2023-10-16</Date>
<Version>1.16.0</Version>