Browse Source

git 2.14.1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11398 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 6 years ago
parent
commit
4d1c4454cc
1 changed files with 8 additions and 1 deletions
  1. 8 1
      g/git/git-vl.spec

+ 8 - 1
g/git/git-vl.spec

@@ -5,7 +5,7 @@
 
 # Pass --without docs to rpmbuild if you don't want the documentation
 Name:    git
-Version: 2.13.2
+Version: 2.14.1
 Release: 1%{?_dist_release}
 Summary: Core git tools
 Summary(ja): Core git ツール
@@ -215,6 +215,10 @@ make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -I%{_includedir/pcre}" \
      gitwebdir=/var/www/git \
      prefix=%{_prefix} all %{!?_without_docs: doc}
 
+pushd contrib/diff-highlight
+make diff-highlight
+popd
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT \
@@ -433,6 +437,9 @@ fi
 # No files for you!
 
 %changelog
+* Tue Aug 15 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 2.14.1-1
+- update to 2.14.1
+
 * Sun Jul  9 2017 IWAI, Masaharu <iwaim.sub@gmail.com> 2.13.2-1
 - update to 2.13.2