From 67c6aad4dab2141b1dd4c3c21fd539b4394f6195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B7=D0=B8=D0=BC?= Date: Sun, 5 Mar 2017 16:47:46 +0300 Subject: [PATCH] Updated to 2.12 --- .abf.yml | 2 +- git.spec | 34 +++++++++++++++++----------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.abf.yml b/.abf.yml index 8e78ee2..b89435e 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - git-2.11.0.tar.xz: a1567e3b5ef586b931768bec5c7cb3f1c857d469 + git-2.12.0.tar.xz: 42aafae5c29324b1fee0264a6c804fdffbd1d8d1 diff --git a/git.spec b/git.spec index 972f826..aa06b29 100644 --- a/git.spec +++ b/git.spec @@ -4,8 +4,8 @@ Summary: Global Information Tracker Name: git -Version: 2.11.0 -Release: 3 +Version: 2.12.0 +Release: 1 Epoch: 1 License: GPLv2+ Group: Development/Tools @@ -127,20 +127,20 @@ 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 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 #---------------------------------------------------------------------------- @@ -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