|
@@ -3,7 +3,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: 1.6.3.3
|
|
+Version: 1.7.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 ツール
|
|
@@ -179,6 +179,7 @@ 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 \
|
|
prefix=%{_prefix} mandir=%{_mandir} \
|
|
prefix=%{_prefix} mandir=%{_mandir} \
|
|
ETC_GITCONFIG=/etc/gitconfig \
|
|
ETC_GITCONFIG=/etc/gitconfig \
|
|
|
|
+ NO_PYTHON=1 \
|
|
INSTALLDIRS=vendor install %{!?_without_docs: install-doc}
|
|
INSTALLDIRS=vendor install %{!?_without_docs: install-doc}
|
|
|
|
|
|
# perl-Git
|
|
# perl-Git
|
|
@@ -360,6 +361,11 @@ fi
|
|
# No files for you!
|
|
# No files for you!
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Jun 9 2010 IWAI, Masaharu <iwai@alib.jp> 1.7.1-1
|
|
|
|
+- new upstream release
|
|
|
|
+- fix git-daemon path in git.xinetd: <BTS:VineLinux:919>
|
|
|
|
+- disable building of unused python remote helper libs
|
|
|
|
+
|
|
* Mon Jun 22 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> - 1.6.3.3-1
|
|
* Mon Jun 22 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> - 1.6.3.3-1
|
|
- new upstream release with security fix
|
|
- new upstream release with security fix
|
|
- drop patch10 (included in new release)
|
|
- drop patch10 (included in new release)
|