diff --git a/abi_used_symbols b/abi_used_symbols
--- a/abi_used_symbols
+++ b/abi_used_symbols
@@ -11,7 +11,6 @@
libc.so.6:__memmove_chk
libc.so.6:__memset_chk
libc.so.6:__open64_2
-libc.so.6:__poll_chk
libc.so.6:__printf_chk
libc.so.6:__snprintf_chk
libc.so.6:__stack_chk_fail
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
name : git
version : 2.35.3
-release : 111
+release : 112
source :
- https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.35.3.tar.xz : 15e9db4f9bf2ed9fff30cb62a00c5c7c0901015f5ab048cdb4e8b04ddee00fa2
license :
@@ -43,6 +43,8 @@
# Bash completion
install -Dm00644 contrib/completion/git-completion.bash $installdir/usr/share/bash-completion/completions/git
install -Dm00644 contrib/completion/git-prompt.sh $installdir/%libdir%/git/git-core/git-sh-prompt
+ # Zsh completion
+ install -Dm00644 contrib/completion/git-completion.zsh $installdir/usr/share/zsh/site-functions/_git
# Credential helper
install -Dm00755 contrib/credential/libsecret/git-credential-libsecret $installdir/%libdir%/git/git-core/git-credential-libsecret
# git-archive-all, used in most Solus tarball generation scripts
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,8 +3,8 @@
git
https://git-scm.com/
- Pierre-Yves
- pyu@riseup.net
+ Fabio Forni
+ livingsilver94.solus@redaril.me
GPL-2.0-only
LGPL-2.1-or-later
@@ -543,15 +543,16 @@
/usr/share/perl5/Git/SVN/Prompt.pm
/usr/share/perl5/Git/SVN/Ra.pm
/usr/share/perl5/Git/SVN/Utils.pm
+ /usr/share/zsh/site-functions/_git
-
- 2022-04-14
+
+ 2022-06-05
2.35.3
Packaging update
- Pierre-Yves
- pyu@riseup.net
+ Fabio Forni
+ livingsilver94.solus@redaril.me
\ No newline at end of file