Accepting request 618889 from devel:tools:scm
git 2.18.0 OBS-URL: https://build.opensuse.org/request/show/618889 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=221
This commit is contained in:
parent
0a9fed604d
commit
9753df24fc
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:79136e7aa83abae4d8a25c8111f113d3c5a63aeb5fd93cc72c26d49c6d5ba65e
|
|
||||||
size 5015484
|
|
BIN
git-2.18.0.tar.sign
Normal file
BIN
git-2.18.0.tar.sign
Normal file
Binary file not shown.
3
git-2.18.0.tar.xz
Normal file
3
git-2.18.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8b40be383a603147ae29337136c00d1c634bdfdc169a30924a024596a7e30e92
|
||||||
|
size 5102264
|
@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
contrib/completion/git-completion.bash | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
Index: git-2.11.0/contrib/completion/git-completion.bash
|
|
||||||
===================================================================
|
|
||||||
--- git-2.11.0.orig/contrib/completion/git-completion.bash
|
|
||||||
+++ git-2.11.0/contrib/completion/git-completion.bash
|
|
||||||
@@ -627,7 +627,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
|
|
||||||
}
|
|
||||||
|
|
12
git.changes
12
git.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 25 07:40:25 UTC 2018 - astieger@suse.com
|
||||||
|
|
||||||
|
- git 2.18.0:
|
||||||
|
* improvements to rename detection logic
|
||||||
|
* When built with more recent cURL, GIT_SSL_VERSION can now
|
||||||
|
specify "tlsv1.3" as its value.
|
||||||
|
* "git mergetools" learned talking to guiffy.
|
||||||
|
* various other workflow improvements and fixes
|
||||||
|
* performance improvements and other developer visible fixes
|
||||||
|
- drop git-bash-completion-egrep-color-fix.diff no longer required
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 29 23:11:45 UTC 2018 - avindra@opensuse.org
|
Tue May 29 23:11:45 UTC 2018 - avindra@opensuse.org
|
||||||
|
|
||||||
|
6
git.spec
6
git.spec
@ -35,7 +35,7 @@
|
|||||||
%bcond_without docs
|
%bcond_without docs
|
||||||
|
|
||||||
Name: git
|
Name: git
|
||||||
Version: 2.17.1
|
Version: 2.18.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fast, scalable, distributed revision control system
|
Summary: Fast, scalable, distributed revision control system
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@ -55,8 +55,6 @@ Source10: %{name}-gui.png
|
|||||||
Patch3: completion-wordbreaks.diff
|
Patch3: completion-wordbreaks.diff
|
||||||
# CVE-2011-2186, bnc#698456
|
# CVE-2011-2186, bnc#698456
|
||||||
Patch4: git-prevent_xss-default.diff
|
Patch4: git-prevent_xss-default.diff
|
||||||
# fix broken bash copmletion with colored egrep (bnc#779536)
|
|
||||||
Patch5: git-bash-completion-egrep-color-fix.diff
|
|
||||||
# cook up tcsh completion to be installable (bnc#853183)
|
# cook up tcsh completion to be installable (bnc#853183)
|
||||||
Patch6: git-tcsh-completion-fixes.diff
|
Patch6: git-tcsh-completion-fixes.diff
|
||||||
# adapt paths in zsh completion (bnc#853183)
|
# adapt paths in zsh completion (bnc#853183)
|
||||||
@ -286,7 +284,6 @@ directory /git/ that calls the cgi script.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%patch5 -p1
|
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
%patch8 -p1
|
%patch8 -p1
|
||||||
@ -504,6 +501,7 @@ fi
|
|||||||
%{_datadir}/git-core/
|
%{_datadir}/git-core/
|
||||||
%dir %{gitexecdir}
|
%dir %{gitexecdir}
|
||||||
%dir %{gitexecdir}/mergetools
|
%dir %{gitexecdir}/mergetools
|
||||||
|
%{gitexecdir}/mergetools/guiffy
|
||||||
%{_bindir}/git-new-workdir
|
%{_bindir}/git-new-workdir
|
||||||
%if 0%{?suse_version} < 1140
|
%if 0%{?suse_version} < 1140
|
||||||
/var/adm/perl-modules/%{name}
|
/var/adm/perl-modules/%{name}
|
||||||
|
Loading…
Reference in New Issue
Block a user