From 545f3d1c695f0c9e96f2694120741865a3a6486b1b7843169529c8287d1cffae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 10 Aug 2013 09:50:35 +0000 Subject: [PATCH] Accepting request 186544 from devel:tools:scm updated to version 1.8.3.4 (forwarded request 186540 from douglarek) OBS-URL: https://build.opensuse.org/request/show/186544 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=117 --- git-1.8.3.1.tar.gz | 3 --- git-1.8.3.4.tar.gz | 3 +++ git.changes | 26 ++++++++++++++++++++++++++ git.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 git-1.8.3.1.tar.gz create mode 100644 git-1.8.3.4.tar.gz diff --git a/git-1.8.3.1.tar.gz b/git-1.8.3.1.tar.gz deleted file mode 100644 index 95a84f1..0000000 --- a/git-1.8.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea2dde231b3f659da92dd0afc092a16720d63f1206cdcb271920e88f328bda83 -size 4470932 diff --git a/git-1.8.3.4.tar.gz b/git-1.8.3.4.tar.gz new file mode 100644 index 0000000..15486fe --- /dev/null +++ b/git-1.8.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa2cdf2df92b4abe956b1e7586030381c4e39e89161ab789a660d8d1f24d9d9 +size 4479898 diff --git a/git.changes b/git.changes index 8088ee1..5dd6c45 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Fri Aug 9 08:09:04 UTC 2013 - douglarek@outlook.com + +- updated to version 1.8.3.4: + + * The bisect log listed incorrect commits when bisection ends with + only skipped ones. + + * The test coverage framework was left broken for some time. + + * The test suite for HTTP transport did not run with Apache 2.4. + + * "git diff" used to fail when core.safecrlf is set and the working + tree contents had mixed CRLF/LF line endings. Committing such a + content must be prohibited, but "git diff" should help the user to + locate and fix such problems without failing. + +------------------------------------------------------------------- +Wed Jul 3 06:42:03 UTC 2013 - douglarek@outlook.com + +- updated to version 1.8.3.2: + * bug fixes and documentation updates + + more details, please see here: + https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.3.2.txt + ------------------------------------------------------------------- Mon Jun 17 02:06:21 UTC 2013 - douglarek@outlook.com diff --git a/git.spec b/git.spec index e7c6f8b..082dd3f 100644 --- a/git.spec +++ b/git.spec @@ -20,7 +20,7 @@ %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services Name: git -Version: 1.8.3.1 +Version: 1.8.3.4 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0