Updated to 2.19.1

This commit is contained in:
Алзим 2018-10-06 15:53:51 +03:00
parent 085365bf8a
commit a49dcb77a4
2 changed files with 2 additions and 24 deletions

View file

@ -1,2 +1,2 @@
sources:
git-2.19.0.tar.xz: 17f92df56588c58d2ebaacc5a47f677c8d8e7c61
git-2.19.1.tar.xz: b61b1bdaf0e695a9c76e9a7994bff0c6026ca540

View file

@ -4,7 +4,7 @@
Summary: Global Information Tracker
Name: git
Version: 2.19.0
Version: 2.19.1
Release: 1
Epoch: 1
License: GPLv2+
@ -128,23 +128,6 @@ Git revision tree visualiser.
#----------------------------------------------------------------------------
# %%package -n gitview
# Summary: Git graphical revision tree visualiser
# Group: Development/Other
# Requires: git-core = %%{EVRD}
# Requires: python-cairo
# Requires: pygtk2.0
# Requires: python-gtksourceview
#
# %%description -n gitview
# Git graphical revision tree visualiser.
#
# %%files -n gitview
# %%doc contrib/gitview/gitview.txt
# %%{_bindir}/gitview
#----------------------------------------------------------------------------
%package -n %{devname}
Summary: Git development files
Group: Development/Other
@ -313,8 +296,6 @@ chmod -x contrib/mw-to-git/git-remote-mediawiki.perl
# (cg) Copy the whole contrib dir as docs. It contains useful scripts.
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}
mkdir -p %{buildroot}%{_includedir}/git
cp *.h %{buildroot}%{_includedir}/git
@ -366,9 +347,6 @@ install -m644 contrib/completion/git-prompt.sh \
# And the prompt manipulation file
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}
%find_lang %{name}
%check