diff --git a/git-1.8.1.5.tar.gz b/git-1.8.1.5.tar.gz deleted file mode 100644 index 9d5e0dd..0000000 --- a/git-1.8.1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8b0be6e53e866f83cde64fa947011ebac56077bd1273c2e894038878986b955 -size 4306780 diff --git a/git-1.8.2.tar.gz b/git-1.8.2.tar.gz new file mode 100644 index 0000000..bfad1ba --- /dev/null +++ b/git-1.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f35bcefa4f62a54c4bde41cc0f1cd3ddf03e9a6bc8a79557f1683789f213e6 +size 4389957 diff --git a/git-python-install-fix.diff b/git-python-install-fix.diff index bb28e4f..ee7e9ff 100644 --- a/git-python-install-fix.diff +++ b/git-python-install-fix.diff @@ -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)" diff --git a/git.changes b/git.changes index 1e5ff13..26c3e70 100644 --- a/git.changes +++ b/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 diff --git a/git.spec b/git.spec index 9677ac7..0c8a00d 100644 --- a/git.spec +++ b/git.spec @@ -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