diff --git a/git-2.34.0.tar.sign b/git-2.34.0.tar.sign deleted file mode 100644 index cd61555..0000000 Binary files a/git-2.34.0.tar.sign and /dev/null differ diff --git a/git-2.34.0.tar.xz b/git-2.34.0.tar.xz deleted file mode 100644 index 393e918..0000000 --- a/git-2.34.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd6cb9b26665794c61f9ca917dcf00e7c19b0c02be575ad6ba9354fa6962411f -size 6623924 diff --git a/git-2.34.1.tar.sign b/git-2.34.1.tar.sign new file mode 100644 index 0000000..22c648c Binary files /dev/null and b/git-2.34.1.tar.sign differ diff --git a/git-2.34.1.tar.xz b/git-2.34.1.tar.xz new file mode 100644 index 0000000..6f7e8b2 --- /dev/null +++ b/git-2.34.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a0755dd1cfab71a24dd96df3498c29cd0acd13b04f3d08bf933e81286db802c +size 6623760 diff --git a/git.changes b/git.changes index 9a1d651..e88b9e7 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Nov 26 21:20:00 UTC 2021 - Dirk Müller + +- 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 + +- fix url + ------------------------------------------------------------------- Thu Nov 18 15:41:32 UTC 2021 - Danilo Spinella diff --git a/git.spec b/git.spec index d84d9e0..ca97fd4 100644 --- a/git.spec +++ b/git.spec @@ -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}