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
This commit is contained in:
parent
5e188f3e1e
commit
09ca0f2300
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dee574defbe05ec7356a0842ddbda51315926f2fa7e39c2539f2c3dcc52e457b
|
|
||||||
size 3909636
|
|
BIN
git-2.8.1.tar.sign
Normal file
BIN
git-2.8.1.tar.sign
Normal file
Binary file not shown.
3
git-2.8.1.tar.xz
Normal file
3
git-2.8.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e6626b43ba4bc63ad4918df4c275f50bd7f8af2ab54bde60496ad75e91e927fc
|
||||||
|
size 3970056
|
25
git.changes
25
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 "<branch>^{/!-<pattern>}" 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.[<url>.]pinnedpubkey to specify the pinned public key
|
||||||
|
* bug fixes and performance improvements
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 17 21:22:02 UTC 2016 - astieger@suse.com
|
Thu Mar 17 21:22:02 UTC 2016 - astieger@suse.com
|
||||||
|
|
||||||
|
11
git.spec
11
git.spec
@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: git
|
Name: git
|
||||||
Version: 2.7.4
|
Version: 2.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fast, scalable, distributed revision control system
|
Summary: Fast, scalable, distributed revision control system
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
@ -335,7 +335,7 @@ if ! test -f $RPM_BUILD_ROOT%{gitexecdir}/git-add; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
mkdir -p "%buildroot/%_docdir/git"
|
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/"}
|
%{!?_without_docs: cp -a Documentation/*.html "%buildroot/%_docdir/git/"}
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
@ -364,12 +364,12 @@ fi
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %_docdir/%name
|
%dir %_docdir/%name
|
||||||
%_docdir/%name/README
|
%_docdir/%name/README.md
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%_docdir/%name/
|
%_docdir/%name/
|
||||||
%exclude %_docdir/%name/README
|
%exclude %_docdir/%name/README.md
|
||||||
|
|
||||||
%files svn
|
%files svn
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -458,7 +458,8 @@ fi
|
|||||||
/usr/share/tcsh
|
/usr/share/tcsh
|
||||||
/etc/profile.d/*.csh
|
/etc/profile.d/*.csh
|
||||||
/etc/zsh_completion.d
|
/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/*.html Documentation/howto}
|
||||||
%{!?_without_docs: %doc Documentation/technical}
|
%{!?_without_docs: %doc Documentation/technical}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user