Accepting request 223603 from devel:tools:scm
- update to version 1.9.0 - Rediffed git-zsh-completion-fixes.diff https://raw.github.com/git/git/master/Documentation/RelNotes/1.9.0.txt (forwarded request 223518 from burnus) OBS-URL: https://build.opensuse.org/request/show/223603 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=131
This commit is contained in:
parent
45fcd4a429
commit
7da1f0aa08
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:024694524b8be91fe29afca65bc3a9e40de1322dd5ef2b2c0babb6849c913e8a
|
|
||||||
size 4755723
|
|
3
git-1.9.0.tar.gz
Normal file
3
git-1.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:de3097fdc36d624ea6cf4bb853402fde781acdb860f12152c5eb879777389882
|
||||||
|
size 4839724
|
@ -4,10 +4,10 @@
|
|||||||
|
|
||||||
--- a/contrib/completion/git-completion.zsh
|
--- a/contrib/completion/git-completion.zsh
|
||||||
+++ b/contrib/completion/git-completion.zsh
|
+++ b/contrib/completion/git-completion.zsh
|
||||||
@@ -30,6 +30,7 @@ if [ -z "$script" ]; then
|
@@ -31,6 +31,7 @@ if [ -z "$script" ]; then
|
||||||
local -a locations
|
|
||||||
local e
|
local e
|
||||||
locations=(
|
locations=(
|
||||||
|
$(dirname ${funcsourcetrace[1]%:*})/git-completion.bash
|
||||||
+ '/etc/bash_completion.d/git.sh' # suse
|
+ '/etc/bash_completion.d/git.sh' # suse
|
||||||
'/etc/bash_completion.d/git' # fedora, old debian
|
'/etc/bash_completion.d/git' # fedora, old debian
|
||||||
'/usr/share/bash-completion/completions/git' # arch, ubuntu, new debian
|
'/usr/share/bash-completion/completions/git' # arch, ubuntu, new debian
|
||||||
|
@ -1,4 +1,11 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 22 20:01:02 UTC 2014 - burnus@net-b.de
|
||||||
|
|
||||||
|
- update to version 1.9.0
|
||||||
|
- Rediffed git-zsh-completion-fixes.diff
|
||||||
|
|
||||||
|
https://raw.github.com/git/git/master/Documentation/RelNotes/1.9.0.txt
|
||||||
|
-------------------------------------------------------------------
|
||||||
Wed Feb 5 14:08:04 CET 2014 - tiwai@suse.de
|
Wed Feb 5 14:08:04 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
- Fix a typo in git csh completion (non-existing label);
|
- Fix a typo in git csh completion (non-existing label);
|
||||||
|
2
git.spec
2
git.spec
@ -20,7 +20,7 @@
|
|||||||
%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
|
%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
|
||||||
|
|
||||||
Name: git
|
Name: git
|
||||||
Version: 1.8.5.2
|
Version: 1.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fast, scalable, distributed revision control system
|
Summary: Fast, scalable, distributed revision control system
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user