Skip to content

Commit

Permalink
libx11: Update to v1.8.8
Browse files Browse the repository at this point in the history
Release notes available [here](https://lists.x.org/archives/xorg-announce/2024-March/003492.html)

Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
  • Loading branch information
ReillyBrogan committed Mar 24, 2024
1 parent 6859982 commit fb595b5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
3 changes: 3 additions & 0 deletions packages/l/libx11/abi_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -967,6 +967,7 @@ libX11.so.6:_XimEncodeLocalIMAttr
libX11.so.6:_XimError
libX11.so.6:_XimErrorCallback
libX11.so.6:_XimExtension
libX11.so.6:_XimFabricateSerial
libX11.so.6:_XimFilterWaitEvent
libX11.so.6:_XimFlush
libX11.so.6:_XimForwardEvent
Expand All @@ -988,6 +989,7 @@ libX11.so.6:_XimGetWindowEventmask
libX11.so.6:_XimICOfXICID
libX11.so.6:_XimImSportRec
libX11.so.6:_XimInitialResourceInfo
libX11.so.6:_XimIsFabricatedSerial
libX11.so.6:_XimLcctstombs
libX11.so.6:_XimLcctstoutf8
libX11.so.6:_XimLcctstowcs
Expand Down Expand Up @@ -1063,6 +1065,7 @@ libX11.so.6:_XimTransWrite
libX11.so.6:_XimTransportRec
libX11.so.6:_XimTriggerNotify
libX11.so.6:_XimUnRegisterIMInstantiateCallback
libX11.so.6:_XimUnfabricateSerial
libX11.so.6:_XimUnregisterFilter
libX11.so.6:_XimUnregisterServerFilter
libX11.so.6:_XimWrite
Expand Down
3 changes: 3 additions & 0 deletions packages/l/libx11/abi_symbols32
Original file line number Diff line number Diff line change
Expand Up @@ -965,6 +965,7 @@ libX11.so.6:_XimEncodeLocalIMAttr
libX11.so.6:_XimError
libX11.so.6:_XimErrorCallback
libX11.so.6:_XimExtension
libX11.so.6:_XimFabricateSerial
libX11.so.6:_XimFilterWaitEvent
libX11.so.6:_XimFlush
libX11.so.6:_XimForwardEvent
Expand All @@ -986,6 +987,7 @@ libX11.so.6:_XimGetWindowEventmask
libX11.so.6:_XimICOfXICID
libX11.so.6:_XimImSportRec
libX11.so.6:_XimInitialResourceInfo
libX11.so.6:_XimIsFabricatedSerial
libX11.so.6:_XimLcctstombs
libX11.so.6:_XimLcctstoutf8
libX11.so.6:_XimLcctstowcs
Expand Down Expand Up @@ -1061,6 +1063,7 @@ libX11.so.6:_XimTransWrite
libX11.so.6:_XimTransportRec
libX11.so.6:_XimTriggerNotify
libX11.so.6:_XimUnRegisterIMInstantiateCallback
libX11.so.6:_XimUnfabricateSerial
libX11.so.6:_XimUnregisterFilter
libX11.so.6:_XimUnregisterServerFilter
libX11.so.6:_XimWrite
Expand Down
6 changes: 3 additions & 3 deletions packages/l/libx11/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : libx11
version : 1.8.7
release : 43
version : 1.8.8
release : 44
source :
- https://www.x.org/releases/individual/lib/libX11-1.8.7.tar.gz : 793ebebf569f12c864b77401798d38814b51790fce206e01a431e5feb982e20b
- https://www.x.org/releases/individual/lib/libX11-1.8.8.tar.gz : 26997a2bc48c03df7d670f8a4ee961d1d6b039bf947475e5fec6b7635b4efe72
license : MIT
component : xorg.library
homepage : https://www.x.org/
Expand Down
14 changes: 7 additions & 7 deletions packages/l/libx11/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@
</Description>
<PartOf>emul32</PartOf>
<RuntimeDependencies>
<Dependency release="43">libx11</Dependency>
<Dependency release="44">libx11</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libX11-xcb.so.1</Path>
Expand All @@ -386,8 +386,8 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="43">libx11-devel</Dependency>
<Dependency release="43">libx11-32bit</Dependency>
<Dependency release="44">libx11-devel</Dependency>
<Dependency release="44">libx11-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libX11-xcb.so</Path>
Expand All @@ -403,7 +403,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="43">libx11</Dependency>
<Dependency release="44">libx11</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/X11/ImUtil.h</Path>
Expand Down Expand Up @@ -1233,9 +1233,9 @@
</Files>
</Package>
<History>
<Update release="43">
<Date>2023-10-20</Date>
<Version>1.8.7</Version>
<Update release="44">
<Date>2024-03-24</Date>
<Version>1.8.8</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
Expand Down

0 comments on commit fb595b5

Please sign in to comment.