From 4bf18b297e8413a3b11e8c60d02922d5131a1d8429cf0519b5068c6d3d1baf03 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 12 Nov 2015 18:40:08 +0000 Subject: [PATCH] Accepting request 342882 from devel:tools:scm gi3 2.6.3 OBS-URL: https://build.opensuse.org/request/show/342882 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=169 --- git-2.6.2.tar.sign | Bin 543 -> 0 bytes git-2.6.2.tar.xz | 3 --- git-2.6.3.tar.sign | Bin 0 -> 543 bytes git-2.6.3.tar.xz | 3 +++ git.changes | 12 ++++++++++++ git.spec | 3 ++- 6 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 git-2.6.2.tar.sign delete mode 100644 git-2.6.2.tar.xz create mode 100644 git-2.6.3.tar.sign create mode 100644 git-2.6.3.tar.xz diff --git a/git-2.6.2.tar.sign b/git-2.6.2.tar.sign deleted file mode 100644 index e119b25ae7e06833f11c9a8301d9cf53a52fe71650c1f7e19e67252c105810de..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 543 zcmV+)0^t3L0vrSY0RjL91p-zfbh-cv2@tTg=!TZB=F1&j5B(f|R||DatidYw{j}50 z@8{!hwPnVc0%xlG?RbNo!VT)GWV?)>U7+OqfX5-J;58^>u@+63`B- znt#tHkDtCbV|3w47HpApIc8Q{ryA zUV@$mm}5c|97g8GaYys*4(izHZ$G7{vLmrBclIWkSs%?;#R@_@J_2AS4ycGyR3zw=ov$}}~n^qhZ7X&a1sUxdAahugLM(AdvQg=<|I629*DSFG&Ln^W*8w!61-q&``bZmaiq9v>*F` z%YZ;r91W@2Tr4GR`@U9}d$q#(o+V>*HT^rkI{+<#Sc(GOzf}3JGDA>XFe|l&ClcD) hi(w{h#h2#;OGchtn@V{GZDh+E`x$?SWm>y!{73KwAhJ??+X`YNYBqCmW`-d; zs62r_4twGbX#xAX*?Z}^yAik!1ycFRq|aG!Dq7Ae8OAqMI-aj{-aP|b z*edFUU;XDU?LkfrKrtY&j##IfEURulDlepbu@UW`#ru<66Us4V;DYu8ZLjJ%a!ii9v`a<5F2#v_-Qo?2(1e39{pF0}@Q> h`|lF!=97R|>+om2No481{rv!bXw>ia_Sf*HMS^2`2crN0 literal 0 HcmV?d00001 diff --git a/git-2.6.3.tar.xz b/git-2.6.3.tar.xz new file mode 100644 index 0000000..b7c0943 --- /dev/null +++ b/git-2.6.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d697e4d3d76830996c05bfc2a1d88aa726415b276a884a40d137575e5d597da3 +size 3819080 diff --git a/git.changes b/git.changes index d650c29..89abf5e 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Nov 7 14:12:41 UTC 2015 - astieger@suse.com + +- git 2.6.3: + * UI output fixes + * Bug fixes on case insensitive filesystems + * git p4 fixes + * Prepare for Git on-disk repository representation to undergo + backward incompatible changes by introducing a new repository + format version "1", with an extension mechanism. +- include gpg2 for tests + ------------------------------------------------------------------- Thu Oct 22 20:27:11 CEST 2015 - tiwai@suse.de diff --git a/git.spec b/git.spec index 680a61a..f3b3485 100644 --- a/git.spec +++ b/git.spec @@ -26,7 +26,7 @@ %endif Name: git -Version: 2.6.2 +Version: 2.6.3 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0 @@ -61,6 +61,7 @@ BuildRequires: apache2 BuildRequires: asciidoc BuildRequires: curl BuildRequires: fdupes +BuildRequires: gpg2 BuildRequires: libcurl-devel BuildRequires: libexpat-devel %if %{with git_gnome_keyring}