Accepting request 424692 from devel:tools:scm
1 OBS-URL: https://build.opensuse.org/request/show/424692 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=186
This commit is contained in:
parent
9dd90505f2
commit
d324862e99
BIN
git-2.10.0.tar.sign
Normal file
BIN
git-2.10.0.tar.sign
Normal file
Binary file not shown.
3
git-2.10.0.tar.xz
Normal file
3
git-2.10.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c73364ac00ae85ffc6cfb12ca2700bb0edf30f63262be97be4039be594ff29e7
|
||||||
|
size 4096264
|
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9f1473350c1792310b51af03a9cb5cce841f68202f835b20d46312a30232fa63
|
|
||||||
size 4025288
|
|
15
git-asciidoc.patch
Normal file
15
git-asciidoc.patch
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
Documentation/asciidoc.conf | 2 ++
|
||||||
|
1 file changed, 2 insertions(+)
|
||||||
|
|
||||||
|
--- a/Documentation/asciidoc.conf
|
||||||
|
+++ b/Documentation/asciidoc.conf
|
||||||
|
@@ -21,6 +21,8 @@ tilde=~
|
||||||
|
apostrophe='
|
||||||
|
backtick=`
|
||||||
|
litdd=--
|
||||||
|
+# drops the "last-updated" footer, with asciidoc-8.6.9+
|
||||||
|
+footer-style=none
|
||||||
|
|
||||||
|
ifdef::backend-docbook[]
|
||||||
|
[linkgit-inlinemacro]
|
19
git-tclIndex.patch
Normal file
19
git-tclIndex.patch
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
ALL_LIBFILES uses wildcard, which provides the result in directory
|
||||||
|
order. This order depends on the underlying filesystem on the
|
||||||
|
buildhost. To get reproducible builds it is required to sort such list
|
||||||
|
before using them.
|
||||||
|
---
|
||||||
|
git-gui/Makefile | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
--- a/git-gui/Makefile
|
||||||
|
+++ b/git-gui/Makefile
|
||||||
|
@@ -259,7 +259,7 @@ lib/tclIndex: $(ALL_LIBFILES) GIT-GUI-VA
|
||||||
|
rm -f $@ ; \
|
||||||
|
echo '# Autogenerated by git-gui Makefile' >$@ && \
|
||||||
|
echo >>$@ && \
|
||||||
|
- $(foreach p,$(PRELOAD_FILES) $(ALL_LIBFILES),echo '$(subst lib/,,$p)' >>$@ &&) \
|
||||||
|
+ $(foreach p,$(PRELOAD_FILES) $(sort $(ALL_LIBFILES)),echo '$(subst lib/,,$p)' >>$@ &&) \
|
||||||
|
echo >>$@ ; \
|
||||||
|
fi
|
||||||
|
|
16
git.changes
16
git.changes
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 3 19:25:08 UTC 2016 - astieger@suse.com
|
||||||
|
|
||||||
|
- git 2.10.0, feature and bugfix update:
|
||||||
|
* various workflow output improvements
|
||||||
|
* various improvements and extensions of command line options
|
||||||
|
* A handful of "git svn" updates.
|
||||||
|
* internal performance improvements
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 31 15:55:05 UTC 2016 - olaf@aepfle.de
|
||||||
|
|
||||||
|
- Reduce build-compare noise
|
||||||
|
git-asciidoc.patch
|
||||||
|
git-tclIndex.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 13 08:22:30 UTC 2016 - astieger@suse.com
|
Sat Aug 13 08:22:30 UTC 2016 - astieger@suse.com
|
||||||
|
|
||||||
|
6
git.spec
6
git.spec
@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: git
|
Name: git
|
||||||
Version: 2.9.3
|
Version: 2.10.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
|
||||||
@ -53,6 +53,8 @@ Patch5: git-bash-completion-egrep-color-fix.diff
|
|||||||
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)
|
||||||
Patch7: git-zsh-completion-fixes.diff
|
Patch7: git-zsh-completion-fixes.diff
|
||||||
|
Patch8: git-asciidoc.patch
|
||||||
|
Patch9: git-tclIndex.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: apache2
|
BuildRequires: apache2
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
@ -244,6 +246,8 @@ directory /git/ that calls the cgi script.
|
|||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
|
%patch8 -p1
|
||||||
|
%patch9 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cat > .make <<'EOF'
|
cat > .make <<'EOF'
|
||||||
|
Loading…
Reference in New Issue
Block a user