diff --git a/.abf.yml b/.abf.yml index c97e785..ab5fa4a 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - git-2.13.2.tar.xz: 2eb5d02274b63be803afec791143deaa4b8ad45a + git-2.13.5.tar.xz: f7f762620f44bfbf46c2a723ed04264f9c861d2f diff --git a/git.spec b/git.spec index 38a5f85..88a6a18 100644 --- a/git.spec +++ b/git.spec @@ -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}