Browse Source

git 1.7.1-1

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

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

@@ -3,7 +3,7 @@
 
 # Pass --without docs to rpmbuild if you don't want the documentation
 Name: 		git
-Version: 	1.6.3.3
+Version: 	1.7.1
 Release:        1%{?_dist_release}
 Summary:  	Core git tools
 Summary(ja):	Core git ツール
@@ -179,6 +179,7 @@ rm -rf $RPM_BUILD_ROOT
 make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT \
      prefix=%{_prefix} mandir=%{_mandir} \
      ETC_GITCONFIG=/etc/gitconfig \
+     NO_PYTHON=1 \
      INSTALLDIRS=vendor install %{!?_without_docs: install-doc}
 
 # perl-Git
@@ -360,6 +361,11 @@ fi
 # No files for you!
 
 %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
 - new upstream release with security fix
 - drop patch10 (included in new release)