update to 2.29.0-rc0
Delete references to contrib/svn-fe, it was deleted in upstream commit fc47391e24 (drop vcs-svn experiment, 2020-08-13). Release notes: https://github.com/git/git/raw/v2.29.0-rc0/Documentation/RelNotes/2.29.0.txt
This commit is contained in:
parent
4ba9ba2188
commit
425f3a39fa
20
git.spec
20
git.spec
@ -86,11 +86,11 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Define for release candidates
|
# Define for release candidates
|
||||||
#global rcrev .rc0
|
%global rcrev .rc0
|
||||||
|
|
||||||
Name: git
|
Name: git
|
||||||
Version: 2.28.0
|
Version: 2.29.0
|
||||||
Release: 1%{?rcrev}%{?dist}
|
Release: 0.0%{?rcrev}%{?dist}
|
||||||
Summary: Fast Version Control System
|
Summary: Fast Version Control System
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://git-scm.com/
|
URL: https://git-scm.com/
|
||||||
@ -621,12 +621,11 @@ sed -i -e '1s@#! */usr/bin/env python$@#!%{__python2}@' \
|
|||||||
contrib/hg-to-git/hg-to-git.py \
|
contrib/hg-to-git/hg-to-git.py \
|
||||||
contrib/hooks/multimail/git_multimail.py \
|
contrib/hooks/multimail/git_multimail.py \
|
||||||
contrib/hooks/multimail/migrate-mailhook-config \
|
contrib/hooks/multimail/migrate-mailhook-config \
|
||||||
contrib/hooks/multimail/post-receive.example \
|
contrib/hooks/multimail/post-receive.example
|
||||||
contrib/svn-fe/svnrdump_sim.py
|
|
||||||
%else
|
%else
|
||||||
# Remove contrib/fast-import/import-zips.py, contrib/hg-to-git, and
|
# Remove contrib/fast-import/import-zips.py and contrib/hg-to-git which all
|
||||||
# contrib/svn-fe which all require python2.
|
# require python2.
|
||||||
rm -rf contrib/fast-import/import-zips.py contrib/hg-to-git contrib/svn-fe
|
rm -rf contrib/fast-import/import-zips.py contrib/hg-to-git
|
||||||
%endif
|
%endif
|
||||||
# endif with python2
|
# endif with python2
|
||||||
|
|
||||||
@ -795,7 +794,7 @@ not_core_doc_re="(git-(cvs|gui|citool|daemon|instaweb|subtree))|p4|svn|email|git
|
|||||||
mkdir -p %{buildroot}%{_pkgdocdir}/
|
mkdir -p %{buildroot}%{_pkgdocdir}/
|
||||||
cp -pr CODE_OF_CONDUCT.md README.md Documentation/*.txt Documentation/RelNotes contrib %{buildroot}%{_pkgdocdir}/
|
cp -pr CODE_OF_CONDUCT.md README.md Documentation/*.txt Documentation/RelNotes contrib %{buildroot}%{_pkgdocdir}/
|
||||||
# Remove contrib/ files/dirs which have nothing useful for documentation
|
# Remove contrib/ files/dirs which have nothing useful for documentation
|
||||||
rm -rf %{buildroot}%{_pkgdocdir}/contrib/{contacts,credential,svn-fe}/
|
rm -rf %{buildroot}%{_pkgdocdir}/contrib/{contacts,credential}/
|
||||||
cp -p gitweb/INSTALL %{buildroot}%{_pkgdocdir}/INSTALL.gitweb
|
cp -p gitweb/INSTALL %{buildroot}%{_pkgdocdir}/INSTALL.gitweb
|
||||||
cp -p gitweb/README %{buildroot}%{_pkgdocdir}/README.gitweb
|
cp -p gitweb/README %{buildroot}%{_pkgdocdir}/README.gitweb
|
||||||
|
|
||||||
@ -1058,6 +1057,9 @@ rmdir --ignore-fail-on-non-empty "$testdir"
|
|||||||
%{?with_docs:%{_pkgdocdir}/git-svn.html}
|
%{?with_docs:%{_pkgdocdir}/git-svn.html}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 05 2020 Todd Zullinger <tmz@pobox.com> - 2.29.0-0.0.rc0
|
||||||
|
- update to 2.29.0-rc0
|
||||||
|
|
||||||
* Mon Jul 27 2020 Todd Zullinger <tmz@pobox.com> - 2.28.0-1
|
* Mon Jul 27 2020 Todd Zullinger <tmz@pobox.com> - 2.28.0-1
|
||||||
- update to 2.28.0
|
- update to 2.28.0
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (git-2.28.0.tar.xz) = a6159c0a15e3c5f9603157d4010664a6d74e7d65b9fe97a03b36fac12607248ed57980d96565841e88eae343001c167222232737d3af812608c8db011941df1a
|
SHA512 (git-2.29.0.rc0.tar.xz) = 81f28ef88fe4fd11c31bfde70062f8c5cbf4a661d85d21480c74660d296c3989a8e9490503048caf27b2f29dabb6dae28a4097f9f03d13ab932b964b3f4d6f46
|
||||||
SHA512 (git-2.28.0.tar.sign) = 1af9fde8650307712c99fcb58f031aba3e5efa56977989023db3f0977e6a9d0a8c1f6f32a8eb698932f9b9cc2bd6f6b04f16619294e8cbfb2e9c11fb994214f2
|
SHA512 (git-2.29.0.rc0.tar.sign) = 9b5a801f6dbab1367b3f22871efd750a4e845a97829559441432cd19a858acdf1c1d292a0f7ecf7a52d8a00d5fa553a692af700ba42b34ac1b123e8f89bb4669
|
||||||
|
Loading…
Reference in New Issue
Block a user