rpms/git/devel .cvsignore, 1.84, 1.85 git.spec, 1.98, 1.99 sources, 1.84, 1.85

Todd M. Zullinger tmz at fedoraproject.org
Sat Oct 31 01:44:29 UTC 2009


Author: tmz

Update of /cvs/pkgs/rpms/git/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6639

Modified Files:
	.cvsignore git.spec sources 
Log Message:
Update to git-1.6.5.2
    
- Drop asciidoc --unsafe option, it should not be needed anymore
- Don't use install -t/-T, they're not compatible with older coreutils
- Don't use -perm /a+x with find, it's incompatible with older findutils



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/git/devel/.cvsignore,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -p -r1.84 -r1.85
--- .cvsignore	18 Oct 2009 13:30:26 -0000	1.84
+++ .cvsignore	31 Oct 2009 01:44:28 -0000	1.85
@@ -1 +1 @@
-git-1.6.5.1.tar.bz2
+git-1.6.5.2.tar.bz2


Index: git.spec
===================================================================
RCS file: /cvs/pkgs/rpms/git/devel/git.spec,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -p -r1.98 -r1.99
--- git.spec	18 Oct 2009 13:30:26 -0000	1.98
+++ git.spec	31 Oct 2009 01:44:28 -0000	1.99
@@ -1,6 +1,6 @@
 # Pass --without docs to rpmbuild if you don't want the documentation
 Name:           git
-Version:        1.6.5.1
+Version:        1.6.5.2
 Release:        1%{?dist}
 Summary:        Fast Version Control System
 License:        GPLv2
@@ -195,7 +195,7 @@ Requires:       git = %{version}-%{relea
 # Otherwise it will rebuild in %%install due to flags changes.
 %define make_git \
 make %{_smp_mflags} V=1 CFLAGS="$RPM_OPT_FLAGS" \\\
-     ASCIIDOC="asciidoc --unsafe" ASCIIDOC8=1 ASCIIDOC_NO_ROFF=1 \\\
+     ASCIIDOC8=1 ASCIIDOC_NO_ROFF=1 \\\
      BLK_SHA1=1 \\\
      ETC_GITCONFIG=%{_sysconfdir}/gitconfig \\\
      DESTDIR=$RPM_BUILD_ROOT \\\
@@ -241,8 +241,8 @@ install -Dpm 644 %{SOURCE1} \
 %endif
 
 mkdir -p $RPM_BUILD_ROOT%{_var}/www/git
-install -pm 644 -t $RPM_BUILD_ROOT%{_var}/www/git gitweb/*.png gitweb/*.css
-install -pm 755 -t $RPM_BUILD_ROOT%{_var}/www/git gitweb/gitweb.cgi
+install -pm 644 gitweb/*.png gitweb/*.css $RPM_BUILD_ROOT%{_var}/www/git
+install -pm 755 gitweb/gitweb.cgi $RPM_BUILD_ROOT%{_var}/www/git
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/conf.d
 install -pm 0644 %{SOURCE3} $RPM_BUILD_ROOT/%{_sysconfdir}/httpd/conf.d/git.conf
 
@@ -267,7 +267,7 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/x
 install -pm 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d/git
 
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
-install -pm 644 -T contrib/completion/git-completion.bash $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/git
+install -pm 644 contrib/completion/git-completion.bash $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/git
 
 # Move contrib/hooks out of %%docdir and make them executable
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/git-core/contrib
@@ -289,7 +289,7 @@ chmod g-w $RPM_BUILD_ROOT%{_libexecdir}/
 chmod a-x $RPM_BUILD_ROOT%{_libexecdir}/git-core/git-mergetool--lib
 rm -f {Documentation/technical,contrib/emacs}/.gitignore
 chmod a-x Documentation/technical/api-index.sh
-find contrib -type f -perm /a+x | xargs chmod -x
+find contrib -type f | xargs chmod -x
 
 
 %clean
@@ -387,6 +387,12 @@ rm -rf $RPM_BUILD_ROOT
 # No files for you!
 
 %changelog
+* Mon Oct 26 2009 Todd Zullinger <tmz at pobox.com> - 1.6.5.2-1
+- git-1.6.5.2
+- Drop asciidoc --unsafe option, it should not be needed anymore
+- Don't use install -t/-T, they're not compatible with older coreutils
+- Don't use -perm /a+x with find, it's incompatible with older findutils
+
 * Sat Oct 17 2009 Todd Zullinger <tmz at pobox.com> - 1.6.5.1-1
 - git-1.6.5.1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/git/devel/sources,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -p -r1.84 -r1.85
--- sources	18 Oct 2009 13:30:26 -0000	1.84
+++ sources	31 Oct 2009 01:44:28 -0000	1.85
@@ -1 +1 @@
-fd784f407d538705ed36c0498542d4f5  git-1.6.5.1.tar.bz2
+99708c449b23433136dbdfa38bd16d80  git-1.6.5.2.tar.bz2




More information about the scm-commits mailing list