From 271c93bf6a72d99f021829d3bba9f8213ff40e3b710a634fc5dd13a57a381ceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 16 Aug 2012 19:57:28 +0000 Subject: [PATCH] Accepting request 131029 from devel:tools:scm - updated to version 1.7.11.5: * The Makefile rule to create assembly output (primarily for debugging purposes) did not create it next to the source. * The code to avoid mistaken attempt to add the object directory itself as its own alternate could read beyond end of a string while comparison. * On some architectures, "block-sha1" did not compile correctly when compilers inferred alignment guarantees from our source we did not intend to make. * When talking to a remote running ssh on IPv6 enabled host, whose address is spelled as "[HOST]:PORT", we did not parse the address correctly and failed to connect. * git-blame.el (in compat/) have been updated to use Elisp more correctly. * "git checkout " to come back from a detached HEAD state incorrectly computed reachability of the detached HEAD, resulting in unnecessary warnings. * "git mergetool" did not support --tool-help option to give the list of supported backends, like "git difftool" does. * "git grep" stopped spawning an external "grep" long time ago, but a duplicated test to check internal and external "grep" was left behind. OBS-URL: https://build.opensuse.org/request/show/131029 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=89 --- git-1.7.11.4.tar.gz | 3 --- git-1.7.11.5.tar.gz | 3 +++ git.changes | 26 ++++++++++++++++++++++++++ git.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 git-1.7.11.4.tar.gz create mode 100644 git-1.7.11.5.tar.gz diff --git a/git-1.7.11.4.tar.gz b/git-1.7.11.4.tar.gz deleted file mode 100644 index 0283e58..0000000 --- a/git-1.7.11.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e91d6d2552d2def0e1431feb2e521fb40c0722f6ceff965592027153447d4199 -size 4018914 diff --git a/git-1.7.11.5.tar.gz b/git-1.7.11.5.tar.gz new file mode 100644 index 0000000..71370ab --- /dev/null +++ b/git-1.7.11.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212408bd618b686c9ab0c3fb55414d7d112c70a482274ade97f37f1335f92662 +size 4018975 diff --git a/git.changes b/git.changes index ddbe672..c67803d 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Thu Aug 16 11:57:53 CEST 2012 - tiwai@suse.de + +- updated to version 1.7.11.5: + * The Makefile rule to create assembly output (primarily for + debugging purposes) did not create it next to the source. + * The code to avoid mistaken attempt to add the object directory + itself as its own alternate could read beyond end of a string while + comparison. + * On some architectures, "block-sha1" did not compile correctly + when compilers inferred alignment guarantees from our source we + did not intend to make. + * When talking to a remote running ssh on IPv6 enabled host, whose + address is spelled as "[HOST]:PORT", we did not parse the address + correctly and failed to connect. + * git-blame.el (in compat/) have been updated to use Elisp more + correctly. + * "git checkout " to come back from a detached HEAD state + incorrectly computed reachability of the detached HEAD, resulting + in unnecessary warnings. + * "git mergetool" did not support --tool-help option to give the list + of supported backends, like "git difftool" does. + * "git grep" stopped spawning an external "grep" long time ago, but a + duplicated test to check internal and external "grep" was left + behind. + ------------------------------------------------------------------- Tue Aug 7 14:48:24 CEST 2012 - tiwai@suse.de diff --git a/git.spec b/git.spec index 6d713e1..4cc9479 100644 --- a/git.spec +++ b/git.spec @@ -30,7 +30,7 @@ BuildRequires: perl-Error BuildRequires: python BuildRequires: sgml-skel BuildRequires: xmlto -Version: 1.7.11.4 +Version: 1.7.11.5 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0