Accepting request 159296 from devel:tools:scm
updated to version 1.8.2 (forwarded request 159267 from douglarek) OBS-URL: https://build.opensuse.org/request/show/159296 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=105
This commit is contained in:
parent
d352499c50
commit
65031f8424
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8b0be6e53e866f83cde64fa947011ebac56077bd1273c2e894038878986b955
|
||||
size 4306780
|
3
git-1.8.2.tar.gz
Normal file
3
git-1.8.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2f35bcefa4f62a54c4bde41cc0f1cd3ddf03e9a6bc8a79557f1683789f213e6
|
||||
size 4389957
|
@ -1,22 +1,11 @@
|
||||
---
|
||||
Makefile | 2 +-
|
||||
git_remote_helpers/Makefile | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
Makefile | 2 +-
|
||||
git_remote_helpers/Makefile | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
--- a/git_remote_helpers/Makefile
|
||||
+++ b/git_remote_helpers/Makefile
|
||||
@@ -29,7 +29,7 @@
|
||||
$(QUIET)$(PYTHON_PATH) $(pysetupfile) $(QUIETSETUP) build
|
||||
|
||||
install: $(pysetupfile)
|
||||
- $(PYTHON_PATH) $(pysetupfile) install --prefix $(DESTDIR_SQ)$(prefix)
|
||||
+ $(PYTHON_PATH) $(pysetupfile) install --prefix $(prefix) --root $(DESTDIR_SQ)
|
||||
|
||||
instlibdir: $(pysetupfile)
|
||||
@echo "$(DESTDIR_SQ)$(prefix)/$(PYLIBDIR)"
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -1800,7 +1800,7 @@
|
||||
@@ -1797,7 +1797,7 @@ $(patsubst %.py,%,$(SCRIPT_PYTHON)): GIT-CFLAGS GIT-PREFIX GIT-PYTHON-VARS
|
||||
$(patsubst %.py,%,$(SCRIPT_PYTHON)): % : %.py
|
||||
$(QUIET_GEN)$(RM) $@ $@+ && \
|
||||
INSTLIBDIR=`MAKEFLAGS= $(MAKE) -C git_remote_helpers -s \
|
||||
@ -25,3 +14,14 @@
|
||||
instlibdir` && \
|
||||
sed -e '1s|#!.*python|#!$(PYTHON_PATH_SQ)|' \
|
||||
-e 's|\(os\.getenv("GITPYTHONLIB"\)[^)]*)|\1,"@@INSTLIBDIR@@")|' \
|
||||
--- a/git_remote_helpers/Makefile
|
||||
+++ b/git_remote_helpers/Makefile
|
||||
@@ -35,7 +35,7 @@ all: $(pysetupfile)
|
||||
$(QUIET)echo "$(py_version)" >GIT-PYTHON-VERSION
|
||||
|
||||
install: $(pysetupfile)
|
||||
- $(PYTHON_PATH) $(pysetupfile) install --prefix $(DESTDIR_SQ)$(prefix)
|
||||
+ $(PYTHON_PATH) $(pysetupfile) install --prefix $(prefix) --root $(DESTDIR_SQ)
|
||||
|
||||
instlibdir: $(pysetupfile)
|
||||
@echo "$(DESTDIR_SQ)$(prefix)/$(PYLIBDIR)"
|
||||
|
11
git.changes
11
git.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 14 03:29:56 UTC 2013 - douglarek@outlook.com
|
||||
|
||||
- updated to version 1.8.2:
|
||||
|
||||
* a new release of 1.8.x, lots of bug fixes and documentation updates
|
||||
* git-python-install-fix.diff changed
|
||||
|
||||
more details, please see here:
|
||||
https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.2.txt
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 04:24:24 UTC 2013 - douglarek@outlook.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user