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:
Stephan Kulow 2013-03-14 14:20:23 +00:00 committed by Git OBS Bridge
parent d352499c50
commit 65031f8424
5 changed files with 30 additions and 19 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c2f35bcefa4f62a54c4bde41cc0f1cd3ddf03e9a6bc8a79557f1683789f213e6
size 4389957

View File

@ -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)"

View File

@ -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

View File

@ -30,7 +30,7 @@ BuildRequires: perl-Error
BuildRequires: python
BuildRequires: sgml-skel
BuildRequires: xmlto
Version: 1.8.1.5
Version: 1.8.2
Release: 0
Summary: Fast, scalable, distributed revision control system
License: GPL-2.0