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-06-09 21:54:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git (Old)
 and      /work/SRC/openSUSE:Factory/.git.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git"

Wed Jun  9 21:54:51 2021 rev:265 rq:897976 version:2.32.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/git/git.changes  2021-05-10 15:36:39.446209555 
+0200
+++ /work/SRC/openSUSE:Factory/.git.new.32437/git.changes       2021-06-09 
21:54:54.266753051 +0200
@@ -1,0 +2,23 @@
+Sun Jun  6 15:30:14 UTC 2021 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- git 2.32.0:
+  * ".gitattributes", ".gitignore", and ".mailmap" files that are
+    symbolic links are ignored
+  * "git apply --3way" used to first attempt a straight
+    application, and only fell back to the 3-way merge algorithm
+    when the straight application failed.  Starting with this
+    version, the command will first try the 3-way merge algorithm
+    and only when it fails (either resulting with conflict or the
+    base versions of blobs are missing), falls back to the usual
+    patch application.
+  * "git stash show" can now show the untracked part of the stash
+  * Improved "git repack" strategy
+  * http code can now unlock a certificate with a cached password
+    respectively.
+  * "git clone --reject-shallow" option fails the clone as soon as
+    we notice that we are cloning from a shallow repository.
+  * "gitweb" learned "e-mail privacy" feature
+  * Multiple improvements to output and configuration options
+  * Bug fixes and developer visible fixes
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ git.spec ++++++
--- /var/tmp/diff_new_pack.UbTy8r/_old  2021-06-09 21:54:54.866754120 +0200
+++ /var/tmp/diff_new_pack.UbTy8r/_new  2021-06-09 21:54:54.866754120 +0200
@@ -36,7 +36,7 @@
 %bcond_with    asciidoctor
 %endif
 Name:           git
-Version:        2.31.1
+Version:        2.32.0
 Release:        0
 Summary:        Fast, scalable, distributed revision control system
 License:        GPL-2.0-only
@@ -74,10 +74,6 @@
 BuildRequires:  perl-MailTools
 BuildRequires:  python3-base
 BuildRequires:  systemd-rpm-macros
-%if 0%{?suse_version} >= 1500
-BuildRequires:  system-user-nobody
-BuildRequires:  sysuser-tools
-%endif
 BuildRequires:  tcsh
 BuildRequires:  update-desktop-files
 BuildRequires:  xz
@@ -91,6 +87,10 @@
 Recommends:     gitk
 Suggests:       git-daemon
 Suggests:       git-web
+%if 0%{?suse_version} >= 1500
+BuildRequires:  system-user-nobody
+BuildRequires:  sysuser-tools
+%endif
 %if %{with docs}
 BuildRequires:  sgml-skel
 BuildRequires:  xmlto
@@ -126,12 +126,12 @@
 Summary:        Core git tools
 Group:          Development/Tools/Version Control
 Requires:       less
+Obsoletes:      git-remote-helpers < %{version}
 %if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150300
 Requires:       openssh-clients
 %else
 Requires:       openssh
 %endif
-Obsoletes:      git-remote-helpers < %{version}
 
 %description core
 Git is a fast, scalable, distributed revision control system with an
@@ -143,8 +143,8 @@
 %package -n perl-Git
 Summary:        perl Bindings for Git
 Group:          Development/Libraries/Perl
-Provides:       git-core:%{perl_vendorlib}/Git
 Requires:       perl-Error
+Provides:       git-core:%{perl_vendorlib}/Git
 %{perl_requires}
 
 %description -n perl-Git
@@ -246,6 +246,8 @@
 %package daemon
 Summary:        Simple Server for Git Repositories
 Group:          Development/Tools/Version Control
+Requires:       git-core = %{version}
+Requires(pre):  %fillup_prereq
 %if 0%{?suse_version} >= 1550
 Requires(pre):  group(nobody)
 %sysusers_requires
@@ -254,8 +256,6 @@
 Requires(pre):  %{_sbindir}/useradd
 Requires(pre):  shadow
 %endif
-Requires:       git-core = %{version}
-Requires(pre):  %fillup_prereq
 
 %description daemon
 A really simple TCP git daemon. In the default configuration it allows
@@ -267,7 +267,7 @@
 Group:          Development/Tools/Version Control
 Requires:       git-core = %{version}
 Requires:       tk >= 8.4
-Supplements:    packageand(git-core:tk)
+Supplements:    (git-core and tk)
 
 %description -n gitk
 Grapical tool for visualization of revision trees of projects
@@ -282,7 +282,7 @@
 Group:          Development/Tools/Version Control
 Requires:       git-core = %{version}
 Requires:       tk >= 8.4
-Supplements:    packageand(git-core:tk)
+Supplements:    (git-core and tk)
 
 %description gui
 A Tcl/Tk based graphical user interface to Git. git-gui focuses on
@@ -300,7 +300,7 @@
 Requires:       git-core = %{version}
 Requires:       perl-CGI
 Requires:       perl-Git = %{version}
-Supplements:    packageand(git-core:apache2)
+Supplements:    (git-core and apache2)
 
 %description web
 CGI script that allows browsing git repositories via web interface.
@@ -548,8 +548,8 @@
 %{_sysconfdir}/apparmor.d
 %{gitexecdir}//git-instaweb
 %{gitexecdir}//git-web--browse
-%{_mandir}/man1/*web*1*
-%{_mandir}/man5/*web*5*
+%{_mandir}/man1/*web*1%{?ext_man}
+%{_mandir}/man5/*web*5%{?ext_man}
 
 %files core -f bin-man-doc-files
 %license COPYING

++++++ git-2.31.1.tar.xz -> git-2.32.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/git/git-2.31.1.tar.xz 
/work/SRC/openSUSE:Factory/.git.new.32437/git-2.32.0.tar.xz differ: char 26, 
line 1

Reply via email to