Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

neovim update #4935

Merged
merged 4 commits into from
Jan 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions common/CI/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ static_libs:
- ldc
- libboost
- libnss
- libuv
- llvm
- llvm-15
- llvm-bolt
Expand Down
10 changes: 9 additions & 1 deletion packages/l/libluv/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ UNKNOWN:lua_topointer
UNKNOWN:lua_touserdata
UNKNOWN:lua_type
UNKNOWN:lua_typename
libc.so.6:__cxa_atexit
libc.so.6:__fprintf_chk
libc.so.6:__stack_chk_fail
libc.so.6:abort
Expand Down Expand Up @@ -159,6 +158,7 @@ libuv.so.1:uv_get_total_memory
libuv.so.1:uv_getaddrinfo
libuv.so.1:uv_getnameinfo
libuv.so.1:uv_getrusage
libuv.so.1:uv_getrusage_thread
libuv.so.1:uv_gettimeofday
libuv.so.1:uv_guess_handle
libuv.so.1:uv_handle_get_type
Expand Down Expand Up @@ -275,13 +275,16 @@ libuv.so.1:uv_tcp_nodelay
libuv.so.1:uv_tcp_open
libuv.so.1:uv_tcp_simultaneous_accepts
libuv.so.1:uv_thread_create_ex
libuv.so.1:uv_thread_detach
libuv.so.1:uv_thread_equal
libuv.so.1:uv_thread_getaffinity
libuv.so.1:uv_thread_getcpu
libuv.so.1:uv_thread_getname
libuv.so.1:uv_thread_getpriority
libuv.so.1:uv_thread_join
libuv.so.1:uv_thread_self
libuv.so.1:uv_thread_setaffinity
libuv.so.1:uv_thread_setname
libuv.so.1:uv_thread_setpriority
libuv.so.1:uv_timer_again
libuv.so.1:uv_timer_get_due_in
Expand Down Expand Up @@ -316,12 +319,17 @@ libuv.so.1:uv_udp_set_multicast_ttl
libuv.so.1:uv_udp_set_source_membership
libuv.so.1:uv_udp_set_ttl
libuv.so.1:uv_udp_try_send
libuv.so.1:uv_udp_try_send2
libuv.so.1:uv_udp_using_recvmmsg
libuv.so.1:uv_unref
libuv.so.1:uv_update_time
libuv.so.1:uv_uptime
libuv.so.1:uv_utf16_length_as_wtf8
libuv.so.1:uv_utf16_to_wtf8
libuv.so.1:uv_version
libuv.so.1:uv_version_string
libuv.so.1:uv_walk
libuv.so.1:uv_write
libuv.so.1:uv_write2
libuv.so.1:uv_wtf8_length_as_utf16
libuv.so.1:uv_wtf8_to_utf16
6 changes: 3 additions & 3 deletions packages/l/libluv/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : libluv
version : 1.48.0
release : 8
version : 1.50.0
release : 9
source :
- https://github.com/luvit/luv/releases/download/1.48.0-2/luv-1.48.0-2.tar.gz : 2c3a1ddfebb4f6550293a40ee789f7122e97647eede51511f57203de48c03b7a
- https://github.com/luvit/luv/releases/download/v1.50.0-0/luv-v1.50.0-0.tar.gz : 27454564c5aa5951993578ec408ab823f1d17d122d17eac06449b35b286a5018
homepage : https://github.com/luvit/luv
license : Apache-2.0
component : programming
Expand Down
10 changes: 5 additions & 5 deletions packages/l/libluv/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PartOf>programming</PartOf>
<Files>
<Path fileType="library">/usr/lib/libluv.so.1</Path>
<Path fileType="library">/usr/lib/libluv.so.1.48.0</Path>
<Path fileType="library">/usr/lib/libluv.so.1.50.0</Path>
</Files>
</Package>
<Package>
Expand All @@ -31,7 +31,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="8">libluv</Dependency>
<Dependency release="9">libluv</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/luv/lhandle.h</Path>
Expand All @@ -43,9 +43,9 @@
</Files>
</Package>
<History>
<Update release="8">
<Date>2024-05-21</Date>
<Version>1.48.0</Version>
<Update release="9">
<Date>2025-01-29</Date>
<Version>1.50.0</Version>
<Comment>Packaging update</Comment>
<Name>Evan Maddock</Name>
<Email>[email protected]</Email>
Expand Down
5 changes: 5 additions & 0 deletions packages/l/libuv/abi_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ libuv.so.1:uv_get_total_memory
libuv.so.1:uv_getaddrinfo
libuv.so.1:uv_getnameinfo
libuv.so.1:uv_getrusage
libuv.so.1:uv_getrusage_thread
libuv.so.1:uv_gettimeofday
libuv.so.1:uv_guess_handle
libuv.so.1:uv_handle_get_data
Expand Down Expand Up @@ -252,13 +253,16 @@ libuv.so.1:uv_tcp_open
libuv.so.1:uv_tcp_simultaneous_accepts
libuv.so.1:uv_thread_create
libuv.so.1:uv_thread_create_ex
libuv.so.1:uv_thread_detach
libuv.so.1:uv_thread_equal
libuv.so.1:uv_thread_getaffinity
libuv.so.1:uv_thread_getcpu
libuv.so.1:uv_thread_getname
libuv.so.1:uv_thread_getpriority
libuv.so.1:uv_thread_join
libuv.so.1:uv_thread_self
libuv.so.1:uv_thread_setaffinity
libuv.so.1:uv_thread_setname
libuv.so.1:uv_thread_setpriority
libuv.so.1:uv_timer_again
libuv.so.1:uv_timer_get_due_in
Expand Down Expand Up @@ -296,6 +300,7 @@ libuv.so.1:uv_udp_set_multicast_ttl
libuv.so.1:uv_udp_set_source_membership
libuv.so.1:uv_udp_set_ttl
libuv.so.1:uv_udp_try_send
libuv.so.1:uv_udp_try_send2
libuv.so.1:uv_udp_using_recvmmsg
libuv.so.1:uv_unref
libuv.so.1:uv_update_time
Expand Down
4 changes: 4 additions & 0 deletions packages/l/libuv/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ libc.so.6:pthread_condattr_destroy
libc.so.6:pthread_condattr_init
libc.so.6:pthread_condattr_setclock
libc.so.6:pthread_create
libc.so.6:pthread_detach
libc.so.6:pthread_getaffinity_np
libc.so.6:pthread_getname_np
libc.so.6:pthread_getschedparam
libc.so.6:pthread_getspecific
libc.so.6:pthread_join
Expand All @@ -146,6 +148,7 @@ libc.so.6:pthread_rwlock_unlock
libc.so.6:pthread_rwlock_wrlock
libc.so.6:pthread_self
libc.so.6:pthread_setaffinity_np
libc.so.6:pthread_setname_np
libc.so.6:pthread_setschedparam
libc.so.6:pthread_setspecific
libc.so.6:pthread_sigmask
Expand Down Expand Up @@ -202,6 +205,7 @@ libc.so.6:strcmp
libc.so.6:strcspn
libc.so.6:strlen
libc.so.6:strncmp
libc.so.6:strncpy
libc.so.6:strnlen
libc.so.6:strrchr
libc.so.6:strstr
Expand Down
13 changes: 7 additions & 6 deletions packages/l/libuv/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : libuv

Check notice on line 1 in packages/l/libuv/package.yml

View workflow job for this annotation

GitHub Actions / Checks

This package is included in the ISO. Consider validating the functionality in a newly built ISO.
version : 1.49.2
release : 19
version : 1.50.0
release : 20
source :
- https://github.com/libuv/libuv/archive/refs/tags/v1.49.2.tar.gz : 388ffcf3370d4cf7c4b3a3205504eea06c4be5f9e80d2ab32d19f8235accc1cf
- https://github.com/libuv/libuv/archive/refs/tags/v1.50.0.tar.gz : b1ec56444ee3f1e10c8bd3eed16ba47016ed0b94fe42137435aaf2e0bd574579
homepage : https://libuv.org
license : MIT
component : programming.library
Expand All @@ -15,6 +15,7 @@
%ninja_build
install : |
%ninja_install
check : |
unset LD_PRELOAD
%ninja_check
# Tests appear to no longer work
#check : |
# unset LD_PRELOAD
# %ninja_check
16 changes: 8 additions & 8 deletions packages/l/libuv/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>libuv</Name>
<Homepage>https://libuv.org</Homepage>
<Packager>
<Name>Reilly Brogan</Name>
<Email>[email protected]</Email>
<Name>Evan Maddock</Name>
<Email>[email protected]</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.library</PartOf>
Expand Down Expand Up @@ -33,7 +33,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="19">libuv</Dependency>
<Dependency release="20">libuv</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/uv.h</Path>
Expand All @@ -59,12 +59,12 @@
</Files>
</Package>
<History>
<Update release="19">
<Date>2024-10-28</Date>
<Version>1.49.2</Version>
<Update release="20">
<Date>2025-01-29</Date>
<Version>1.50.0</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
<Email>[email protected]</Email>
<Name>Evan Maddock</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>
6 changes: 3 additions & 3 deletions packages/n/neovim/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : neovim
version : 0.10.3
release : 45
version : 0.10.4
release : 46
source :
- https://github.com/neovim/neovim/archive/refs/tags/v0.10.3.tar.gz : 39fab47d241da7b9418823cc563c689d522c1c4b2def04036393834f3f1ca94c
- https://github.com/neovim/neovim/archive/refs/tags/v0.10.4.tar.gz : 10413265a915133f8a853dc757571334ada6e4f0aa15f4c4cc8cc48341186ca2
homepage : https://neovim.io
license : Apache-2.0
component : editor
Expand Down
6 changes: 3 additions & 3 deletions packages/n/neovim/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1918,9 +1918,9 @@
</Files>
</Package>
<History>
<Update release="45">
<Date>2024-12-22</Date>
<Version>0.10.3</Version>
<Update release="46">
<Date>2025-01-29</Date>
<Version>0.10.4</Version>
<Comment>Packaging update</Comment>
<Name>Evan Maddock</Name>
<Email>[email protected]</Email>
Expand Down
Loading