From 09ca0f230033afd1334b767c3102ee867e2f3d4726731ec7cc1e7810169b5b38 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 7 Apr 2016 11:36:05 +0000 Subject: [PATCH] Accepting request 383631 from devel:tools:scm git 2.8.1 OBS-URL: https://build.opensuse.org/request/show/383631 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/git?expand=0&rev=178 --- git-2.7.4.tar.sign | Bin 543 -> 0 bytes git-2.7.4.tar.xz | 3 --- git-2.8.1.tar.sign | Bin 0 -> 543 bytes git-2.8.1.tar.xz | 3 +++ git.changes | 25 +++++++++++++++++++++++++ git.spec | 11 ++++++----- 6 files changed, 34 insertions(+), 8 deletions(-) delete mode 100644 git-2.7.4.tar.sign delete mode 100644 git-2.7.4.tar.xz create mode 100644 git-2.8.1.tar.sign create mode 100644 git-2.8.1.tar.xz diff --git a/git-2.7.4.tar.sign b/git-2.7.4.tar.sign deleted file mode 100644 index 97a02d4979cefc3adb27deabbe9644ac5eab02c061900e83c39df7e28571a972..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 543 zcmV+)0^t3L0vrSY0RjL91p-#<8ZH0|2@tTg=!TZB=F3%35C3&X7wRb!|AXOtu|jQq z8mBD>i@pQQN?=tQ7Rx6->nVgi^dDe4EDY zo*8i{V zN3{G>#p1{XM&ymjHRbUyC|MU-b|o0rw_Xh#1mP*r3fG2tO7s#Dn zYp_gCtO(DEvD2P;mk7lizn4gkF2FB|!jw!h4pCU%E$#&ZAz8T^qTeg$ICm?!gM+D1 zF+O}W>&g~eHt1USucz=#&Iwxm+-ze{m!JLb#@6*pU~qa>fAwFbdgizg+6`VyRQ?T!@Bzy(i{=-M++5SVTfiWgS!K2>yFOk3QxQ_c~z?F zgFT{__2e8a<&_9DH`@(1QHshE`d#>o;?JWZCgs;tix5h>qyoX!E>~M^H#`u8aR@B_ zEfc3*q)8-8Z^)-!dD>V34fD6US?51a#whe?=fJQoz|~Pu+~$v}*^FJ;eJ;bt&fyV7rym4+T43 z^KN(yIK;3Z4qcf}d{dxQHI>EFva?}GMPnqhFF~xyem`pE2jWyp?ww*i!2V?o hbAq8W_lRLj!B>v*&4LQ!4i7b7kUE$>d)Jf8-qU*w1Udi! literal 0 HcmV?d00001 diff --git a/git-2.8.1.tar.xz b/git-2.8.1.tar.xz new file mode 100644 index 0000000..6a60d1d --- /dev/null +++ b/git-2.8.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6626b43ba4bc63ad4918df4c275f50bd7f8af2ab54bde60496ad75e91e927fc +size 3970056 diff --git a/git.changes b/git.changes index 57d29ff..8f27777 100644 --- a/git.changes +++ b/git.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sun Apr 3 19:51:56 UTC 2016 - astieger@suse.com + +- git 2.8.1: + * make rpmbuild target was broken, unused in openSUSE package + +------------------------------------------------------------------- +Fri Apr 1 09:20:24 UTC 2016 - astieger@suse.com + +- git 2.8.0 + * Backward compatibility: + + The rsync:// transport has been removed. + * various subcommands improvements + * various output improvements + * improved handling of notes + * improved handling of end of line styles + * http.proxyAuthMethod configures proxy authentication method + * new "^{/!-}" notation + * "user.useConfigOnly" configuration variable forces individual + project configuration + * "git fetch" and friends that make network connections can now be + told to only use ipv4 (or ipv6). + * http.[.]pinnedpubkey to specify the pinned public key + * bug fixes and performance improvements + ------------------------------------------------------------------- Thu Mar 17 21:22:02 UTC 2016 - astieger@suse.com diff --git a/git.spec b/git.spec index 9ee018e..906e8e2 100644 --- a/git.spec +++ b/git.spec @@ -26,7 +26,7 @@ %endif Name: git -Version: 2.7.4 +Version: 2.8.1 Release: 0 Summary: Fast, scalable, distributed revision control system License: GPL-2.0 @@ -335,7 +335,7 @@ if ! test -f $RPM_BUILD_ROOT%{gitexecdir}/git-add; then fi mkdir -p "%buildroot/%_docdir/git" -cp -a README COPYING Documentation/*.txt "%buildroot/%_docdir/git/" +cp -a README.md COPYING Documentation/*.txt "%buildroot/%_docdir/git/" %{!?_without_docs: cp -a Documentation/*.html "%buildroot/%_docdir/git/"} %find_lang %{name} @@ -364,12 +364,12 @@ fi %files %defattr(-,root,root) %dir %_docdir/%name -%_docdir/%name/README +%_docdir/%name/README.md %files doc %defattr(-,root,root) %_docdir/%name/ -%exclude %_docdir/%name/README +%exclude %_docdir/%name/README.md %files svn %defattr(-,root,root) @@ -458,7 +458,8 @@ fi /usr/share/tcsh /etc/profile.d/*.csh /etc/zsh_completion.d -%doc README COPYING Documentation/*.txt +%doc README.md COPYING Documentation/*.txt + %{!?_without_docs: %doc Documentation/*.html Documentation/howto} %{!?_without_docs: %doc Documentation/technical}