From a2b5a8f986de88542114b4b4c4e7253eeca1ed287bb8108f826fb8b4a246f0ff Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 22 Feb 2013 15:51:22 +0000 Subject: [PATCH] Accepting request 156029 from devel:tools:scm - updated to version 1.8.1.4: * "git imap-send" talking over imaps:// did make sure it received a valid certificate from the other end, but did not check if the certificate matched the host it thought it was talking to. (forwarded request 156028 from tiwai) OBS-URL: https://build.opensuse.org/request/show/156029 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=103 --- git-1.8.1.2.tar.gz | 3 --- git-1.8.1.4.tar.gz | 3 +++ git-bash-completion-egrep-color-fix.diff | 18 +++++++++--------- git.changes | 18 ++++++++++++++++++ git.spec | 2 +- 5 files changed, 31 insertions(+), 13 deletions(-) delete mode 100644 git-1.8.1.2.tar.gz create mode 100644 git-1.8.1.4.tar.gz diff --git a/git-1.8.1.2.tar.gz b/git-1.8.1.2.tar.gz deleted file mode 100644 index 43a2692..0000000 --- a/git-1.8.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07d210a37deec465b4d00e4907c732dee5c5d23c7d90c1b582e7ab754bcf24c7 -size 4297221 diff --git a/git-1.8.1.4.tar.gz b/git-1.8.1.4.tar.gz new file mode 100644 index 0000000..58f6ef8 --- /dev/null +++ b/git-1.8.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb88cfab66c88189ac93a9cfdeebdd2b2fdf833848fbec0c566278889c17de1 +size 4304045 diff --git a/git-bash-completion-egrep-color-fix.diff b/git-bash-completion-egrep-color-fix.diff index d110b36..3b664b3 100644 --- a/git-bash-completion-egrep-color-fix.diff +++ b/git-bash-completion-egrep-color-fix.diff @@ -4,12 +4,12 @@ --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash -@@ -815,7 +815,7 @@ __git_complete_strategy () - __git_list_all_commands () - { - local i IFS=" "$'\n' -- for i in $(git help -a|egrep '^ [a-zA-Z0-9]') -+ for i in $(git help -a|egrep --color=never '^ [a-zA-Z0-9]') - do - case $i in - *--*) : helper pattern;; +@@ -536,7 +536,7 @@ __git_commands () { + then + printf "%s" "${GIT_TESTING_COMMAND_COMPLETION}" + else +- git help -a|egrep '^ [a-zA-Z0-9]' ++ git help -a|egrep --color=never '^ [a-zA-Z0-9]' + fi + } + diff --git a/git.changes b/git.changes index 81686af..aa8c4fe 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Feb 20 17:26:15 CET 2013 - tiwai@suse.de + +- updated to version 1.8.1.4: + * "git imap-send" talking over imaps:// did make sure it received a + valid certificate from the other end, but did not check if the + certificate matched the host it thought it was talking to. + +------------------------------------------------------------------- +Sat Feb 16 02:19:25 UTC 2013 - douglarek@outlook.com + +- updated to version 1.8.1.3: + + * minor fixes and documentation updates. + + more details, please see here: + https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.1.3.txt + ------------------------------------------------------------------- Wed Jan 30 01:57:15 UTC 2013 - douglarek@outlook.com diff --git a/git.spec b/git.spec index bfd6657..3711909 100644 --- a/git.spec +++ b/git.spec @@ -30,7 +30,7 @@ BuildRequires: perl-Error BuildRequires: python BuildRequires: sgml-skel BuildRequires: xmlto -Version: 1.8.1.2 +Version: 1.8.1.4 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0