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