Updated to 2.13.5

This commit is contained in:
Алзим 2017-08-16 20:38:49 +03:00
parent d07a19ba5e
commit ccbf47f7ea
2 changed files with 10 additions and 10 deletions

View file

@ -1,2 +1,2 @@
sources:
git-2.13.2.tar.xz: 2eb5d02274b63be803afec791143deaa4b8ad45a
git-2.13.5.tar.xz: f7f762620f44bfbf46c2a723ed04264f9c861d2f

View file

@ -4,7 +4,7 @@
Summary: Global Information Tracker
Name: git
Version: 2.13.2
Version: 2.13.5
Release: 1
Epoch: 1
License: GPLv2+
@ -127,20 +127,20 @@ Git revision tree visualiser.
#----------------------------------------------------------------------------
# %package -n gitview
# %%package -n gitview
# Summary: Git graphical revision tree visualiser
# Group: Development/Other
# Requires: git-core = %{EVRD}
# Requires: git-core = %%{EVRD}
# Requires: python-cairo
# Requires: pygtk2.0
# Requires: python-gtksourceview
#
# %description -n gitview
# %%description -n gitview
# Git graphical revision tree visualiser.
#
# %files -n gitview
# %doc contrib/gitview/gitview.txt
# %{_bindir}/gitview
# %%files -n gitview
# %%doc contrib/gitview/gitview.txt
# %%{_bindir}/gitview
#----------------------------------------------------------------------------
@ -313,7 +313,7 @@ chmod -x contrib/mw-to-git/git-remote-mediawiki.perl
mkdir -p %{buildroot}%{_datadir}/doc/git-core
cp -ar contrib %{buildroot}%{_datadir}/doc/git-core
# (cg) Even tho' we copy the whole contrib dir, copy this rather than symlink incase the user is excluding docs
# install -m 755 contrib/gitview/gitview %{buildroot}%{_bindir}
# install -m 755 contrib/gitview/gitview %%{buildroot}%%{_bindir}
mkdir -p %{buildroot}%{_includedir}/git
cp *.h %{buildroot}%{_includedir}/git
@ -365,7 +365,7 @@ install -m644 contrib/completion/git-prompt.sh \
install -D -m 0644 %{SOURCE3} %{buildroot}%{_sysconfdir}/profile.d/%{profile_branch}
# exposes a bug in less, as reported by coling
#install -D -m 0644 %SOURCE4 %{buildroot}%{_sysconfdir}/profile.d/%{profile_env}
#install -D -m 0644 %%SOURCE4 %%{buildroot}%%{_sysconfdir}/profile.d/%%{profile_env}
%find_lang %{name}