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

watchexec: Update to v2.3.0 #5019

Merged
merged 1 commit into from
Feb 11, 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
7 changes: 5 additions & 2 deletions packages/w/watchexec/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ libc.so.6:__xpg_strerror_r
libc.so.6:_exit
libc.so.6:abort
libc.so.6:bcmp
libc.so.6:bind
libc.so.6:calloc
libc.so.6:chdir
libc.so.6:clock_gettime
Expand All @@ -18,7 +19,6 @@ libc.so.6:dl_iterate_phdr
libc.so.6:dlsym
libc.so.6:dup2
libc.so.6:environ
libc.so.6:epoll_create
libc.so.6:epoll_create1
libc.so.6:epoll_ctl
libc.so.6:epoll_wait
Expand Down Expand Up @@ -46,12 +46,13 @@ libc.so.6:getsockopt
libc.so.6:getuid
libc.so.6:gnu_get_libc_version
libc.so.6:inotify_add_watch
libc.so.6:inotify_init
libc.so.6:inotify_init1
libc.so.6:inotify_rm_watch
libc.so.6:ioctl
libc.so.6:isatty
libc.so.6:kill
libc.so.6:killpg
libc.so.6:listen
libc.so.6:lseek64
libc.so.6:lstat64
libc.so.6:malloc
Expand Down Expand Up @@ -112,6 +113,7 @@ libc.so.6:setgid
libc.so.6:setgroups
libc.so.6:setpgid
libc.so.6:setsid
libc.so.6:setsockopt
libc.so.6:setuid
libc.so.6:shutdown
libc.so.6:sigaction
Expand Down Expand Up @@ -149,6 +151,7 @@ libgcc_s.so.1:_Unwind_SetIP
libm.so.6:ceil
libm.so.6:floor
libm.so.6:floorf
libm.so.6:fmod
libm.so.6:logf
libm.so.6:pow
libm.so.6:round
6 changes: 3 additions & 3 deletions packages/w/watchexec/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : watchexec
version : 2.2.1
release : 3
version : 2.3.0
release : 4
source :
- https://github.com/watchexec/watchexec/archive/refs/tags/v2.2.1.tar.gz : 67845d1c07bc47f74016cf93e7f7390e193c679003f97be7ab1ca95acf730380
- https://github.com/watchexec/watchexec/archive/refs/tags/v2.3.0.tar.gz : bf508d3662fe85294a61ab39a3fbfb0a76f79202448fb3c038a3003ae3e18245
homepage : https://watchexec.github.io
license : Apache-2.0
component : system.utils
Expand Down
6 changes: 3 additions & 3 deletions packages/w/watchexec/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
</Files>
</Package>
<History>
<Update release="3">
<Date>2025-01-06</Date>
<Version>2.2.1</Version>
<Update release="4">
<Date>2025-02-10</Date>
<Version>2.3.0</Version>
<Comment>Packaging update</Comment>
<Name>Ian M. Jones</Name>
<Email>[email protected]</Email>
Expand Down