]> git.pld-linux.org Git - packages/git-core.git/commitdiff
up to 2.7.3 auto/th/git-core-2.7.3-1
authorJan Palus <atler@pld-linux.org>
Fri, 11 Mar 2016 23:59:41 +0000 (00:59 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 11 Mar 2016 23:59:41 +0000 (00:59 +0100)
- grep patch no longer needed

git-core-test-grep.patch [deleted file]
git-core.spec

diff --git a/git-core-test-grep.patch b/git-core-test-grep.patch
deleted file mode 100644 (file)
index 20e3b1d..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
---- t/t8005-blame-i18n.sh.orig 2016-02-06 17:47:21.108000446 +0100
-+++ t/t8005-blame-i18n.sh      2016-02-06 17:48:04.231487635 +0100
-@@ -36,7 +36,7 @@
- test_expect_success !MINGW \
-       'blame respects i18n.commitencoding' '
-       git blame --incremental file | \
--              egrep "^(author|summary) " > actual &&
-+              egrep -a "^(author|summary) " > actual &&
-       test_cmp actual expected
- '
-@@ -53,7 +53,7 @@
-       'blame respects i18n.logoutputencoding' '
-       git config i18n.logoutputencoding eucJP &&
-       git blame --incremental file | \
--              egrep "^(author|summary) " > actual &&
-+              egrep -a "^(author|summary) " > actual &&
-       test_cmp actual expected
- '
-@@ -69,7 +69,7 @@
- test_expect_success !MINGW \
-       'blame respects --encoding=UTF-8' '
-       git blame --incremental --encoding=UTF-8 file | \
--              egrep "^(author|summary) " > actual &&
-+              egrep -a "^(author|summary) " > actual &&
-       test_cmp actual expected
- '
-@@ -85,7 +85,7 @@
- test_expect_success !MINGW \
-       'blame respects --encoding=none' '
-       git blame --incremental --encoding=none file | \
--              egrep "^(author|summary) " > actual &&
-+              egrep -a "^(author|summary) " > actual &&
-       test_cmp actual expected
- '
index a379bd2d60562f33a9468c2ea103199c2f5f6cd3..2507d15c6568cf78f3164b49188904cf0d537f2e 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.7.2
+Version:       2.7.3
 Release:       1
 License:       GPL v2
 Group:         Development/Tools
 Source0:       http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.gz
-# Source0-md5: 162ddc6c9b243899ad67ebd6b1c166b1
+# Source0-md5: cf6ed3510f0d7784da5e9f4e64c6a43e
 Source1:       %{name}-gitweb.conf
 Source2:       %{name}-gitweb-httpd.conf
 Source3:       %{name}-gitweb-lighttpd.conf
@@ -31,7 +31,6 @@ Patch1:               %{name}-key-bindings.patch
 Patch2:                %{name}-sysconfdir.patch
 Patch3:                cherry-picked-commitlog.patch
 Patch4:                %{name}-svn-exit-errors.patch
-Patch5:                %{name}-test-grep.patch
 URL:           http://git-scm.com/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
@@ -471,7 +470,6 @@ Moduł trzeba zarejestrować poleceniem:
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p0
 
 %{__rm} {Documentation/technical,contrib/emacs,contrib/credential/gnome-keyring}/.gitignore
 
This page took 0.037279 seconds and 4 git commands to generate.