]> git.pld-linux.org Git - packages/git-core.git/commitdiff
up to 2.11.1 auto/th/git-core-2.11.1-1
authorJan Palus <atler@pld-linux.org>
Fri, 3 Feb 2017 01:36:59 +0000 (02:36 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 3 Feb 2017 01:36:59 +0000 (02:36 +0100)
- new patch to fix test t5615
- dropped "svn-exit-errors" patch -- over 3 years passed since it was
  added, number of upstream fixes were made around git-svn and both
  repos mentioned in
  http://lists-archives.com/git/803126-git-svn-exits-with-error-error-closing-pipe-bad-file-descriptor.html
  seem to work fine without the patch

git-core-svn-exit-errors.patch [deleted file]
git-core-t5615.patch [new file with mode: 0644]
git-core.spec

diff --git a/git-core-svn-exit-errors.patch b/git-core-svn-exit-errors.patch
deleted file mode 100644 (file)
index d522644..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/git-svn.perl b/git-svn.perl
-index d070de0..d93d133 100755
---- a/git-svn.perl
-+++ b/git-svn.perl
-@@ -2068,6 +2068,10 @@ sub gc_directory {
-       }
- }
-+END {
-+    undef $_repository;
-+}
-+
- __END__
- Data structures:
diff --git a/git-core-t5615.patch b/git-core-t5615.patch
new file mode 100644 (file)
index 0000000..1637c65
--- /dev/null
@@ -0,0 +1,11 @@
+diff -urN git-2.11.1.orig/t/t5615-alternate-env.sh git-2.11.1/t/t5615-alternate-env.sh
+--- git-2.11.1.orig/t/t5615-alternate-env.sh   2017-02-03 02:24:45.115143042 +0100
++++ git-2.11.1/t/t5615-alternate-env.sh        2017-02-03 02:24:58.081809318 +0100
+@@ -77,6 +77,7 @@
+       check_obj "$quoted:$unquoted" <<-EOF
+       $one blob
+       $two blob
++      EOF
+ '
+ test_expect_success !MINGW 'broken quoting falls back to interpreting raw' '
index 9c6cb6d995832d9ea144374c958cad92a53b9272..afcd9ebf1c8f5fa2ae6d2d09534e7e4ace36805c 100644 (file)
 Summary:       Distributed version control system focused on speed, effectivity and usability
 Summary(pl.UTF-8):     Rozproszony system śledzenia treści skupiony na szybkości, wydajności i użyteczności
 Name:          git-core
-Version:       2.11.0
+Version:       2.11.1
 Release:       1
 License:       GPL v2
 Group:         Development/Tools
 Source0:       http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.xz
-# Source0-md5: dd4e3360e28aec5bb902fb34dd7fce3b
+# Source0-md5: 2970ae6cd234b2fca4f2d14ba4226f35
 Source1:       %{name}-gitweb.conf
 Source2:       %{name}-gitweb-httpd.conf
 Source3:       %{name}-gitweb-lighttpd.conf
@@ -31,7 +31,7 @@ Patch0:               %{name}-tests.patch
 Patch1:                %{name}-key-bindings.patch
 Patch2:                %{name}-sysconfdir.patch
 Patch3:                cherry-picked-commitlog.patch
-Patch4:                %{name}-svn-exit-errors.patch
+Patch4:                %{name}-t5615.patch
 URL:           http://git-scm.com/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
This page took 0.045 seconds and 4 git commands to generate.