Skip to content

Commit

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

Signed-off-by: Reilly Brogan <reilly@reillybrogan.com>
  • Loading branch information
ReillyBrogan committed Mar 24, 2024
1 parent fb595b5 commit 41facfd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/l/libxmu/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ libXt.so.6:XtAppSetTypeConverter
libXt.so.6:XtAppSetWarningMsgHandler
libXt.so.6:XtAppWarning
libXt.so.6:XtAppWarningMsg
libXt.so.6:XtAsprintf
libXt.so.6:XtCallConverter
libXt.so.6:XtCalloc
libXt.so.6:XtConvertAndStore
Expand Down Expand Up @@ -126,7 +127,6 @@ libc.so.6:qsort
libc.so.6:realloc
libc.so.6:reallocarray
libc.so.6:stderr
libc.so.6:stpcpy
libc.so.6:strcmp
libc.so.6:strcpy
libc.so.6:strlen
Expand Down
2 changes: 1 addition & 1 deletion packages/l/libxmu/abi_used_symbols32
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ libXt.so.6:XtAppSetTypeConverter
libXt.so.6:XtAppSetWarningMsgHandler
libXt.so.6:XtAppWarning
libXt.so.6:XtAppWarningMsg
libXt.so.6:XtAsprintf
libXt.so.6:XtCallConverter
libXt.so.6:XtCalloc
libXt.so.6:XtConvertAndStore
Expand Down Expand Up @@ -126,7 +127,6 @@ libc.so.6:qsort
libc.so.6:realloc
libc.so.6:reallocarray
libc.so.6:stderr
libc.so.6:stpcpy
libc.so.6:strcmp
libc.so.6:strcpy
libc.so.6:strlen
Expand Down
6 changes: 3 additions & 3 deletions packages/l/libxmu/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : libxmu
version : 1.1.4
release : 12
version : 1.2.0
release : 13
source :
- https://www.x.org/releases/individual/lib/libXmu-1.1.4.tar.gz : 3091d711cdc1d8ea0f545a13b90d1464c3c3ab64778fd121f0d789b277a80289
- https://www.x.org/releases/individual/lib/libXmu-1.2.0.tar.gz : b4686c4b4570044bcfc35bfaa3edbe68185ddf8e3250387f74a140c8e45afb2f
license : MIT
component : xorg.library
homepage : https://www.x.org/
Expand Down
14 changes: 7 additions & 7 deletions packages/l/libxmu/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</Description>
<PartOf>emul32</PartOf>
<RuntimeDependencies>
<Dependency release="12">libxmu</Dependency>
<Dependency release="13">libxmu</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libXmu.so.6</Path>
Expand All @@ -51,8 +51,8 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="12">libxmu-devel</Dependency>
<Dependency release="12">libxmu-32bit</Dependency>
<Dependency release="13">libxmu-devel</Dependency>
<Dependency release="13">libxmu-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libXmu.so</Path>
Expand All @@ -68,7 +68,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="12">libxmu</Dependency>
<Dependency release="13">libxmu</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/X11/Xmu/Atoms.h</Path>
Expand Down Expand Up @@ -101,9 +101,9 @@
</Files>
</Package>
<History>
<Update release="12">
<Date>2023-10-20</Date>
<Version>1.1.4</Version>
<Update release="13">
<Date>2024-03-24</Date>
<Version>1.2.0</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
<Email>solus@reillybrogan.com</Email>
Expand Down

0 comments on commit 41facfd

Please sign in to comment.