Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package git for openSUSE:Factory checked in 
at 2021-01-15 19:43:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git (Old)
 and      /work/SRC/openSUSE:Factory/.git.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git"

Fri Jan 15 19:43:14 2021 rev:257 rq:859290 version:2.30.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/git/git.changes  2020-11-26 23:12:52.396951653 
+0100
+++ /work/SRC/openSUSE:Factory/.git.new.28504/git.changes       2021-01-15 
19:43:16.577745577 +0100
@@ -1,0 +2,12 @@
+Tue Dec 29 19:30:29 UTC 2020 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- git 2.30.0:
+  * Userdiff updates for PHP, Rust, CSS
+  * New features and options to multiple subcommands and workflows
+  * Avoid administrator error leading to data loss with 
+    "git push --force-with-lease[=<ref>]" by introducing
+    "--force-if-includes"
+  * Updates to shell autocompletion
+  * Bug fixes and internal improvements
+
+-------------------------------------------------------------------

Old:
----
  git-2.29.2.tar.sign
  git-2.29.2.tar.xz

New:
----
  git-2.30.0.tar.sign
  git-2.30.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ git.spec ++++++
--- /var/tmp/diff_new_pack.vZJona/_old  2021-01-15 19:43:17.461747026 +0100
+++ /var/tmp/diff_new_pack.vZJona/_new  2021-01-15 19:43:17.465747033 +0100
@@ -39,7 +39,7 @@
 %endif
 
 Name:           git
-Version:        2.29.2
+Version:        2.30.0
 Release:        0
 Summary:        Fast, scalable, distributed revision control system
 License:        GPL-2.0-only
@@ -91,8 +91,8 @@
 BuildRequires:  sgml-skel
 BuildRequires:  xmlto
 %if %{with asciidoctor}
-BuildRequires:  docbook5-xsl-stylesheets
 BuildRequires:  %{rubygem asciidoctor}
+BuildRequires:  docbook5-xsl-stylesheets
 %else
 BuildRequires:  asciidoc
 %endif

++++++ git-2.29.2.tar.xz -> git-2.30.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/git/git-2.29.2.tar.xz 
/work/SRC/openSUSE:Factory/.git.new.28504/git-2.30.0.tar.xz differ: char 15, 
line 1


++++++ git-zsh-completion-fixes.diff ++++++
--- /var/tmp/diff_new_pack.vZJona/_old  2021-01-15 19:43:17.561747190 +0100
+++ /var/tmp/diff_new_pack.vZJona/_new  2021-01-15 19:43:17.561747190 +0100
@@ -2,15 +2,15 @@
  contrib/completion/git-completion.zsh |    1 +
  1 file changed, 1 insertion(+)
 
-Index: git-2.11.0/contrib/completion/git-completion.zsh
+Index: git-2.30.0/contrib/completion/git-completion.zsh
 ===================================================================
---- git-2.11.0.orig/contrib/completion/git-completion.zsh
-+++ git-2.11.0/contrib/completion/git-completion.zsh
-@@ -31,6 +31,7 @@ if [ -z "$script" ]; then
-       local e
-       locations=(
-               $(dirname ${funcsourcetrace[1]%:*})/git-completion.bash
+--- git-2.30.0.orig/contrib/completion/git-completion.zsh
++++ git-2.30.0/contrib/completion/git-completion.zsh
+@@ -36,6 +36,7 @@ if [ -z "$script" ]; then
+               "$(dirname ${funcsourcetrace[1]%:*})"/git-completion.bash
+               "$HOME/.local/share/bash-completion/completions/git"
+               "$bash_completion/git"
 +              '/etc/bash_completion.d/git.sh' # suse
-               '/etc/bash_completion.d/git' # fedora, old debian
-               '/usr/share/bash-completion/completions/git' # arch, ubuntu, 
new debian
-               '/usr/share/bash-completion/git' # gentoo
+               '/etc/bash_completion.d/git' # old debian
+               )
+       for e in $locations; do

Reply via email to