2.7.0
This commit is contained in:
parent
8e1923e29c
commit
8c329d52ad
10
git.spec
10
git.spec
@ -43,7 +43,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: git
|
Name: git
|
||||||
Version: 2.6.4
|
Version: 2.7.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Fast Version Control System
|
Summary: Fast Version Control System
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -67,7 +67,7 @@ Patch3: git-1.7-el5-emacs-support.patch
|
|||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1204193
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1204193
|
||||||
# http://thread.gmane.org/gmane.comp.version-control.git/266145
|
# http://thread.gmane.org/gmane.comp.version-control.git/266145
|
||||||
# could be removed when update/branch of Michael will be merged in upstream
|
# could be removed when update/branch of Michael will be merged in upstream
|
||||||
Patch4: git-infinite-loop.patch
|
#Patch4: git-infinite-loop.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -333,7 +333,7 @@ Requires: emacs-git = %{version}-%{release}
|
|||||||
%if %{emacs_old}
|
%if %{emacs_old}
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch4 -p1
|
#%patch4 -p1
|
||||||
|
|
||||||
%if %{use_prebuilt_docs}
|
%if %{use_prebuilt_docs}
|
||||||
mkdir -p prebuilt_docs/{html,man}
|
mkdir -p prebuilt_docs/{html,man}
|
||||||
@ -684,6 +684,10 @@ rm -rf %{buildroot}
|
|||||||
# No files for you!
|
# No files for you!
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 05 2016 Jon Ciesla <limburgher@gmail.com> - 2.7.0-1
|
||||||
|
- Update to 2.7.0.
|
||||||
|
- Infinite loop patch appears obsolete.
|
||||||
|
|
||||||
* Wed Dec 09 2015 Jon Ciesla <limburgher@gmail.com> - 2.6.4-1
|
* Wed Dec 09 2015 Jon Ciesla <limburgher@gmail.com> - 2.6.4-1
|
||||||
- Update to 2.6.4.
|
- Update to 2.6.4.
|
||||||
|
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
169409c2f9872797f1efb41fb9a99dc3 git-2.6.4.tar.gz
|
f3c3ed131e37e5e07cc0b81e9b539908 git-2.7.0.tar.gz
|
||||||
9ad6c228e9af453f6446619ddc63c8d9 git-htmldocs-2.6.4.tar.gz
|
28af913ecdef190cc67406c809c153b9 git-htmldocs-2.7.0.tar.gz
|
||||||
6b4c2b4324c4f47fd635cf345cdd42eb git-manpages-2.6.4.tar.gz
|
dca693846672e68c31d2eb1fc32e763b git-manpages-2.7.0.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user