Accepting request 591587 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/591587 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=217
This commit is contained in:
parent
854a9666f3
commit
a5f1009f43
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5560578bd21468d98637f41515c165d32f69caff0838b8989dee5ce10022c717
|
||||
size 4963204
|
BIN
git-2.16.3.tar.sign
Normal file
BIN
git-2.16.3.tar.sign
Normal file
Binary file not shown.
3
git-2.16.3.tar.xz
Normal file
3
git-2.16.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d65d99e9e5b081c1f14ea018973806e942a2eb7d0da2ebc01bd2525adee62d48
|
||||
size 4966248
|
39
git.changes
39
git.changes
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 27 11:55:21 CEST 2018 - kukuk@suse.de
|
||||
|
||||
- Use %license instead of %doc [bsc#1082318]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 23 03:12:14 UTC 2018 - avindra@opensuse.org
|
||||
|
||||
- git 2.16.3:
|
||||
* "git status" after moving a path in the working tree (hence
|
||||
making it appear "removed") and then adding with the -N option
|
||||
(hence making that appear "added") detected it as a rename, but
|
||||
did not report the old and new pathnames correctly.
|
||||
* "git commit --fixup" did not allow "-m<message>" option to be
|
||||
used at the same time; allow it to annotate resulting commit
|
||||
with more text.
|
||||
* When resetting the working tree files recursively, the working
|
||||
tree of submodules are now also reset to match.
|
||||
* Fix for a commented-out code to adjust it to a rather old API
|
||||
change around object ID.
|
||||
* When there are too many changed paths, "git diff" showed a
|
||||
warning message but in the middle of a line.
|
||||
* The http tracing code, often used to debug connection issues,
|
||||
learned to redact potentially sensitive information from its
|
||||
output so that it can be more safely sharable.
|
||||
* Crash fix for a corner case where an error codepath tried to
|
||||
unlock what it did not acquire lock on.
|
||||
* The split-index mode had a few corner case bugs fixed.
|
||||
* Assorted fixes to "git daemon".
|
||||
* Completion of "git merge -s<strategy>" (in contrib/) did not
|
||||
work well in non-C locale.
|
||||
* Workaround for segfault with more recent versions of SVN.
|
||||
* Recently introduced leaks in fsck have been plugged.
|
||||
* Travis CI integration now builds the executable in 'script'
|
||||
phase to follow the established practice, rather than during
|
||||
'before_script' phase. This allows the CI categorize the
|
||||
failures better ('failed' is project's fault, 'errored' is
|
||||
build environment's).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 8 12:58:20 CET 2018 - tiwai@suse.de
|
||||
|
||||
|
7
git.spec
7
git.spec
@ -35,7 +35,7 @@
|
||||
%bcond_without docs
|
||||
|
||||
Name: git
|
||||
Version: 2.16.2
|
||||
Version: 2.16.3
|
||||
Release: 0
|
||||
Summary: Fast, scalable, distributed revision control system
|
||||
License: GPL-2.0-only
|
||||
@ -393,7 +393,7 @@ if ! test -f %{buildroot}%{gitexecdir}/git-add; then
|
||||
fi
|
||||
|
||||
mkdir -p "%buildroot/%_docdir/git" "%buildroot/%_docdir/git/howto" "%buildroot/%_docdir/git/technical"
|
||||
cp -a README.md COPYING Documentation/*.txt "%buildroot/%_docdir/git/"
|
||||
cp -a README.md Documentation/*.txt "%buildroot/%_docdir/git/"
|
||||
cp -a Documentation/howto/*.txt "%buildroot/%_docdir/git/howto/"
|
||||
cp -a Documentation/technical/*.txt "%buildroot/%_docdir/git/technical/"
|
||||
%{!?_without_docs: cp -a Documentation/*.html "%buildroot/%_docdir/git/"}
|
||||
@ -437,7 +437,6 @@ fi
|
||||
%files doc
|
||||
%_docdir/%name/
|
||||
%exclude %_docdir/%name/README.md
|
||||
%exclude %_docdir/%name/COPYING
|
||||
|
||||
%files svn
|
||||
%{gitexecdir}/*svn*
|
||||
@ -513,6 +512,6 @@ fi
|
||||
%{_datadir}/tcsh
|
||||
/etc/profile.d/*.csh
|
||||
/etc/zsh_completion.d
|
||||
%doc %{_docdir}/%name/COPYING
|
||||
%license COPYING
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user