SHA256
1
0
forked from pool/git

Accepting request 1008719 from devel:tools:scm

OBS-URL: https://build.opensuse.org/request/show/1008719
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=289
This commit is contained in:
Fabian Vogt 2022-10-10 16:43:42 +00:00 committed by Git OBS Bridge
parent 877a55d6a2
commit 7d88583a8d
6 changed files with 30 additions and 10 deletions

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:814641d7f61659cfbc17825d0462499ca1403e39ff53d76a8512050e6483e87a
size 6987464

BIN
git-2.38.0.tar.sign Normal file

Binary file not shown.

3
git-2.38.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:923eade26b1814de78d06bda8e0a9f5da8b7c4b304b3f9050ffb464f0310320a
size 7086664

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Oct 6 19:29:30 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
- git 2.38.0:
* scalar: a repository management tool for large repositories
* new git rebase --update-refs (global rebase.updateRefs)
to update dependent branches
* merge-tree integrated with the new ort merge strategy
--write-tree, while --trivial-merge retains the old mode
* bare git repositories can now be stored and distributed
in other git repositories
* Setting the safe.bareRepository configuration to "explicit"
avoids running arbitrary commands from filesystem monitoring
hooks of untrusted git repositories unless --git-dir is set
* git grep: new -m / --max-count options to limit the number
of matches per file
* git ls-files --format is a new option to customize outout
* git cat-file and git show now support mailmap author mapping
* bug fixes and performance improvements
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 22 13:49:57 UTC 2022 - Dirk Müller <dmueller@suse.com> Thu Sep 22 13:49:57 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -36,7 +36,7 @@
%bcond_with asciidoctor %bcond_with asciidoctor
%endif %endif
Name: git Name: git
Version: 2.37.3 Version: 2.38.0
Release: 0 Release: 0
Summary: Fast, scalable, distributed revision control system Summary: Fast, scalable, distributed revision control system
License: GPL-2.0-only License: GPL-2.0-only
@ -78,10 +78,10 @@ BuildRequires: zlib-devel
Requires: git-core = %{version} Requires: git-core = %{version}
Requires: perl-Git = %{version} Requires: perl-Git = %{version}
Recommends: git-email Recommends: git-email
Suggests: git-gui
Suggests: gitk
Suggests: git-daemon Suggests: git-daemon
Suggests: git-gui
Suggests: git-web Suggests: git-web
Suggests: gitk
%if 0%{?suse_version} >= 1500 %if 0%{?suse_version} >= 1500
BuildRequires: openssh-clients BuildRequires: openssh-clients
BuildRequires: sysuser-tools BuildRequires: sysuser-tools
@ -264,7 +264,7 @@ Group: Development/Tools/Version Control
Requires: git-core = %{version} Requires: git-core = %{version}
Requires: tk >= 8.4 Requires: tk >= 8.4
%if 0%{?suse_version} == 1315 %if 0%{?suse_version} == 1315
Supplements: packageand(git-core:tk) Supplements: (git-core and tk)
%else %else
Supplements: (git-core and tk) Supplements: (git-core and tk)
%endif %endif
@ -283,7 +283,7 @@ Group: Development/Tools/Version Control
Requires: git-core = %{version} Requires: git-core = %{version}
Requires: tk >= 8.4 Requires: tk >= 8.4
%if 0%{?suse_version} == 1315 %if 0%{?suse_version} == 1315
Supplements: packageand(git-core:tk) Supplements: (git-core and tk)
%else %else
Supplements: (git-core and tk) Supplements: (git-core and tk)
%endif %endif
@ -305,7 +305,7 @@ Requires: git-core = %{version}
Requires: perl-CGI Requires: perl-CGI
Requires: perl-Git = %{version} Requires: perl-Git = %{version}
%if 0%{?suse_version} == 1315 %if 0%{?suse_version} == 1315
Supplements: packageand(git-core:apache2) Supplements: (git-core and apache2)
%else %else
Supplements: (git-core and apache2) Supplements: (git-core and apache2)
%endif %endif
@ -321,7 +321,7 @@ directory /git/ that calls the cgi script.
%build %build
# update shebang to use python3 # update shebang to use python3
sed -e '1{s,.*,#!/usr/bin/python3,}' git-p4.py sed -e '1{s,.*,#!%{_bindir}/python3,}' git-p4.py
cat > .make <<'EOF' cat > .make <<'EOF'
#!/bin/bash #!/bin/bash
%make_build CFLAGS="%{optflags}" \ %make_build CFLAGS="%{optflags}" \