Update to 1.8.5.2
This commit is contained in:
parent
a9c6aee09c
commit
a29da9568f
@ -29,7 +29,7 @@ index 435b2de..dc8da19 100644
|
|||||||
|
|
||||||
gitver ?= $(word 3,$(shell git --version))
|
gitver ?= $(word 3,$(shell git --version))
|
||||||
@@ -30,8 +29,8 @@ $(GIT_SUBTREE): $(GIT_SUBTREE_SH)
|
@@ -30,8 +29,8 @@ $(GIT_SUBTREE): $(GIT_SUBTREE_SH)
|
||||||
doc: $(GIT_SUBTREE_DOC)
|
doc: $(GIT_SUBTREE_DOC) $(GIT_SUBTREE_HTML)
|
||||||
|
|
||||||
install: $(GIT_SUBTREE)
|
install: $(GIT_SUBTREE)
|
||||||
- $(INSTALL) -d -m 755 $(DESTDIR)$(libexecdir)
|
- $(INSTALL) -d -m 755 $(DESTDIR)$(libexecdir)
|
||||||
|
9
git.spec
9
git.spec
@ -50,8 +50,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: git
|
Name: git
|
||||||
Version: 1.8.4.2
|
Version: 1.8.5.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Fast Version Control System
|
Summary: Fast Version Control System
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -317,7 +317,7 @@ Requires: emacs-git = %{version}-%{release}
|
|||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
#%patch6 -p1
|
||||||
|
|
||||||
%if %{use_prebuilt_docs}
|
%if %{use_prebuilt_docs}
|
||||||
mkdir -p prebuilt_docs/{html,man}
|
mkdir -p prebuilt_docs/{html,man}
|
||||||
@ -641,6 +641,9 @@ rm -rf %{buildroot}
|
|||||||
# No files for you!
|
# No files for you!
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 18 2013 Ondrej Oprala <ooprala@redhat.com> - 1.8.5.2-1
|
||||||
|
* Update to 1.8.5.2
|
||||||
|
|
||||||
* Wed Nov 13 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.8.4.2-2
|
* Wed Nov 13 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.8.4.2-2
|
||||||
- Fix htmldir when doc dir is unversioned (#993779).
|
- Fix htmldir when doc dir is unversioned (#993779).
|
||||||
|
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
6f63d103465b86ca0ebe4189ea54731c git-1.8.4.2.tar.gz
|
df8519044f9880f3687d863d99245282 git-1.8.5.2.tar.gz
|
||||||
c76a6755d109bd2881da6813dac69153 git-htmldocs-1.8.4.2.tar.gz
|
ef4cd0547218bcdbe0a09487f8d3675c git-htmldocs-1.8.5.2.tar.gz
|
||||||
2b4719ec820d845134b689247abe65e8 git-manpages-1.8.4.2.tar.gz
|
27851cc39808f1be6d3789fae87c8308 git-manpages-1.8.5.2.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user