Accepting request 934174 from devel:tools:scm

- update to 2.34.1:
  * "git grep" looking in a blob that has non-UTF8 payload was
    completely broken when linked with certain versions of PCREv2
    library in the latest release.
  * "git pull" with any strategy when the other side is behind us
    should succeed as it is a no-op, but doesn't.
  * An earlier change in 2.34.0 caused JGit application (that abused
    GIT_EDITOR mechanism when invoking "git config") to get stuck with
    a SIGTTOU signal; it has been reverted.
  * An earlier change that broke .gitignore matching has been reverted.
  * SubmittingPatches document gained a syntactically incorrect mark-up,
    which has been corrected.

- fix url

OBS-URL: https://build.opensuse.org/request/show/934174
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=271
This commit is contained in:
Dominique Leuenberger 2021-12-01 19:46:36 +00:00 committed by Git OBS Bridge
parent 041822fbc8
commit de4f943096
6 changed files with 27 additions and 5 deletions

Binary file not shown.

View File

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

BIN
git-2.34.1.tar.sign Normal file

Binary file not shown.

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

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Nov 26 21:20:00 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 2.34.1:
* "git grep" looking in a blob that has non-UTF8 payload was
completely broken when linked with certain versions of PCREv2
library in the latest release.
* "git pull" with any strategy when the other side is behind us
should succeed as it is a no-op, but doesn't.
* An earlier change in 2.34.0 caused JGit application (that abused
GIT_EDITOR mechanism when invoking "git config") to get stuck with
a SIGTTOU signal; it has been reverted.
* An earlier change that broke .gitignore matching has been reverted.
* SubmittingPatches document gained a syntactically incorrect mark-up,
which has been corrected.
-------------------------------------------------------------------
Sun Nov 21 11:11:10 UTC 2021 - Dirk Müller <dmueller@suse.com>
- fix url
-------------------------------------------------------------------
Thu Nov 18 15:41:32 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>

View File

@ -36,12 +36,12 @@
%bcond_with asciidoctor
%endif
Name: git
Version: 2.34.0
Version: 2.34.1
Release: 0
Summary: Fast, scalable, distributed revision control system
License: GPL-2.0-only
Group: Development/Tools/Version Control
URL: http://git-scm.com
URL: https://git-scm.com/
Source0: https://www.kernel.org/pub/software/scm/git/%{name}-%{version}.tar.xz
Source1: apache2-gitweb.conf
Source2: sysconfig.git-daemon
@ -88,6 +88,7 @@ Recommends: gitk
Suggests: git-daemon
Suggests: git-web
%if 0%{?suse_version} >= 1500
BuildRequires: openssh-clients
BuildRequires: sysuser-tools
%endif
%if %{with docs}