Advertisement
ReillyBrogan

Untitled

Apr 2nd, 2024
43
0
151 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 KB | None | 0 0
  1. diff --git a/packages/s/sdl2/abi_used_symbols b/packages/s/sdl2/abi_used_symbols
  2. index 4d9168140f..502826acb2 100644
  3. --- a/packages/s/sdl2/abi_used_symbols
  4. +++ b/packages/s/sdl2/abi_used_symbols
  5. @@ -265,6 +265,7 @@ libc.so.6:malloc
  6. libc.so.6:mbstowcs
  7. libc.so.6:memcmp
  8. libc.so.6:memcpy
  9. +libc.so.6:memfd_create
  10. libc.so.6:memmove
  11. libc.so.6:memset
  12. libc.so.6:mkdir
  13. @@ -278,6 +279,7 @@ libc.so.6:perror
  14. libc.so.6:pipe
  15. libc.so.6:pipe2
  16. libc.so.6:poll
  17. +libc.so.6:posix_fallocate
  18. libc.so.6:pthread_attr_init
  19. libc.so.6:pthread_attr_setdetachstate
  20. libc.so.6:pthread_attr_setstacksize
  21. @@ -358,6 +360,7 @@ libc.so.6:strtok_r
  22. libc.so.6:syscall
  23. libc.so.6:sysconf
  24. libc.so.6:uname
  25. +libc.so.6:unlink
  26. libc.so.6:unsetenv
  27. libc.so.6:usleep
  28. libc.so.6:vfork
  29. diff --git a/packages/s/sdl2/abi_used_symbols32 b/packages/s/sdl2/abi_used_symbols32
  30. index 06f5cda6bf..0839386118 100644
  31. --- a/packages/s/sdl2/abi_used_symbols32
  32. +++ b/packages/s/sdl2/abi_used_symbols32
  33. @@ -264,6 +264,7 @@ libc.so.6:malloc
  34. libc.so.6:mbstowcs
  35. libc.so.6:memcmp
  36. libc.so.6:memcpy
  37. +libc.so.6:memfd_create
  38. libc.so.6:memmove
  39. libc.so.6:memset
  40. libc.so.6:mkdir
  41. @@ -277,6 +278,7 @@ libc.so.6:perror
  42. libc.so.6:pipe
  43. libc.so.6:pipe2
  44. libc.so.6:poll
  45. +libc.so.6:posix_fallocate64
  46. libc.so.6:pthread_attr_init
  47. libc.so.6:pthread_attr_setdetachstate
  48. libc.so.6:pthread_attr_setstacksize
  49. @@ -357,6 +359,7 @@ libc.so.6:strtok_r
  50. libc.so.6:syscall
  51. libc.so.6:sysconf
  52. libc.so.6:uname
  53. +libc.so.6:unlink
  54. libc.so.6:unsetenv
  55. libc.so.6:usleep
  56. libc.so.6:vfork
  57. diff --git a/packages/s/sdl2/package.yml b/packages/s/sdl2/package.yml
  58. index 38fdd9b624..ac38c60de4 100644
  59. --- a/packages/s/sdl2/package.yml
  60. +++ b/packages/s/sdl2/package.yml
  61. @@ -1,8 +1,8 @@
  62. name : sdl2
  63. -version : 2.30.1
  64. -release : 44
  65. +version : 2.30.2
  66. +release : 45
  67. source :
  68. - - https://www.libsdl.org/release/SDL2-2.30.1.tar.gz : 01215ffbc8cfc4ad165ba7573750f15ddda1f971d5a66e9dcaffd37c587f473a
  69. + - https://www.libsdl.org/release/SDL2-2.30.2.tar.gz : 891d66ac8cae51361d3229e3336ebec1c407a8a2a063b61df14f5fdf3ab5ac31
  70. homepage : https://libsdl.org/
  71. license : Zlib
  72. component : multimedia.library
  73. diff --git a/packages/s/sdl2/pspec_x86_64.xml b/packages/s/sdl2/pspec_x86_64.xml
  74. index a2ba693fa1..92bef909b4 100644
  75. --- a/packages/s/sdl2/pspec_x86_64.xml
  76. +++ b/packages/s/sdl2/pspec_x86_64.xml
  77. @@ -21,7 +21,7 @@
  78. <PartOf>multimedia.library</PartOf>
  79. <Files>
  80. <Path fileType="library">/usr/lib64/libSDL2-2.0.so.0</Path>
  81. - <Path fileType="library">/usr/lib64/libSDL2-2.0.so.0.3000.1</Path>
  82. + <Path fileType="library">/usr/lib64/libSDL2-2.0.so.0.3000.2</Path>
  83. <Path fileType="data">/usr/share/licenses/SDL2/LICENSE.txt</Path>
  84. </Files>
  85. </Package>
  86. @@ -32,11 +32,14 @@
  87. </Description>
  88. <PartOf>emul32</PartOf>
  89. <RuntimeDependencies>
  90. - <Dependency release="44">sdl2</Dependency>
  91. + <Dependency release="45">sdl2</Dependency>
  92. </RuntimeDependencies>
  93. <Files>
  94. <Path fileType="library">/usr/lib32/libSDL2-2.0.so.0</Path>
  95. - <Path fileType="library">/usr/lib32/libSDL2-2.0.so.0.3000.1</Path>
  96. + <Path fileType="library">/usr/lib32/libSDL2-2.0.so.0.3000.2</Path>
  97. + <Path fileType="library">/usr/lib32/libSDL2_test.a</Path>
  98. + <Path fileType="library">/usr/lib32/libSDL2main.a</Path>
  99. + <Path fileType="data">/usr/lib32/pkgconfig/sdl2.pc</Path>
  100. </Files>
  101. </Package>
  102. <Package>
  103. @@ -46,8 +49,8 @@
  104. </Description>
  105. <PartOf>programming.devel</PartOf>
  106. <RuntimeDependencies>
  107. - <Dependency release="44">sdl2-32bit</Dependency>
  108. - <Dependency release="44">sdl2-devel</Dependency>
  109. + <Dependency release="45">sdl2-devel</Dependency>
  110. + <Dependency release="45">sdl2-32bit</Dependency>
  111. </RuntimeDependencies>
  112. <Files>
  113. <Path fileType="library">/usr/lib32/cmake/SDL2/SDL2Config.cmake</Path>
  114. @@ -61,9 +64,6 @@
  115. <Path fileType="library">/usr/lib32/cmake/SDL2/sdlfind.cmake</Path>
  116. <Path fileType="library">/usr/lib32/libSDL2-2.0.so</Path>
  117. <Path fileType="library">/usr/lib32/libSDL2.so</Path>
  118. - <Path fileType="library">/usr/lib32/libSDL2_test.a</Path>
  119. - <Path fileType="library">/usr/lib32/libSDL2main.a</Path>
  120. - <Path fileType="data">/usr/lib32/pkgconfig/sdl2.pc</Path>
  121. </Files>
  122. </Package>
  123. <Package>
  124. @@ -73,7 +73,7 @@
  125. </Description>
  126. <PartOf>programming.devel</PartOf>
  127. <RuntimeDependencies>
  128. - <Dependency release="44">sdl2</Dependency>
  129. + <Dependency release="45">sdl2</Dependency>
  130. </RuntimeDependencies>
  131. <Files>
  132. <Path fileType="executable">/usr/bin/sdl2-config</Path>
  133. @@ -174,9 +174,9 @@
  134. </Files>
  135. </Package>
  136. <History>
  137. - <Update release="44">
  138. - <Date>2024-03-06</Date>
  139. - <Version>2.30.1</Version>
  140. + <Update release="45">
  141. + <Date>2024-04-02</Date>
  142. + <Version>2.30.2</Version>
  143. <Comment>Packaging update</Comment>
  144. <Name>Reilly Brogan</Name>
  145. <Email>solus@reillybrogan.com</Email>
  146.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement