diff --git a/.abf.yml b/.abf.yml index 738157d..0a9479f 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - git-2.19.0.tar.xz: 17f92df56588c58d2ebaacc5a47f677c8d8e7c61 + git-2.19.1.tar.xz: b61b1bdaf0e695a9c76e9a7994bff0c6026ca540 diff --git a/git.spec b/git.spec index 3df2543..b83a454 100644 --- a/git.spec +++ b/git.spec @@ -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