rpms/git/devel .cvsignore, 1.66, 1.67 git.spec, 1.73, 1.74 sources, 1.66, 1.67

Joshua W. Boyer jwboyer at fedoraproject.org
Thu Dec 11 16:48:09 UTC 2008


Author: jwboyer

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

Modified Files:
	.cvsignore git.spec sources 
Log Message:
* Thu Dec 11 2008 Josh Boyer <jboyer at gmail.com> 1.6.0.5-1
- git-1.6.0.5



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/git/devel/.cvsignore,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- .cvsignore	14 Nov 2008 13:54:36 -0000	1.66
+++ .cvsignore	11 Dec 2008 16:47:39 -0000	1.67
@@ -1 +1 @@
-git-1.6.0.4.tar.bz2
+git-1.6.0.5.tar.bz2


Index: git.spec
===================================================================
RCS file: /cvs/pkgs/rpms/git/devel/git.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- git.spec	14 Nov 2008 13:54:36 -0000	1.73
+++ git.spec	11 Dec 2008 16:47:39 -0000	1.74
@@ -1,6 +1,6 @@
 # Pass --without docs to rpmbuild if you don't want the documentation
 Name: 		git
-Version: 	1.6.0.4
+Version: 	1.6.0.5
 Release: 	1%{?dist}
 Summary:  	Core git tools
 License: 	GPLv2
@@ -171,7 +171,7 @@
 %else
 rm -rf $RPM_BUILD_ROOT%{_mandir}
 %endif
-mkdir -p $RPM_BUILD_ROOT/srv/git
+mkdir -p $RPM_BUILD_ROOT/var/lib/git-daemon
 
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
 install -m 644 -T contrib/completion/git-completion.bash $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/git
@@ -248,7 +248,7 @@
 %defattr(-,root,root)
 %{_bindir}/git-daemon
 %config(noreplace)%{_sysconfdir}/xinetd.d/git
-/srv/git
+/var/lib/git-daemon
 
 %files -n gitweb
 %defattr(-,root,root)
@@ -260,6 +260,12 @@
 # No files for you!
 
 %changelog
+* Thu Dec 11 2008 Josh Boyer <jboyer at gmail.com> 1.6.0.5-1
+- git-1.6.0.5
+
+* Mon Nov 17 2008 Seth Vidal <skvidal at fedoraproject.org>
+- switch from /srv/git to /var/lib/git-daemon for packaging rules compliance
+
 * Fri Nov 14 2008 Josh Boyer <jwboyer at gmail.com> 1.6.0.4-1
 - git-1.6.0.4
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/git/devel/sources,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- sources	14 Nov 2008 13:54:36 -0000	1.66
+++ sources	11 Dec 2008 16:47:39 -0000	1.67
@@ -1 +1 @@
-ed8c4fa007a44d51b646865c35461ce8  git-1.6.0.4.tar.bz2
+899172ebeac65f7a09a8e204d4f87d8c  git-1.6.0.5.tar.bz2




More information about the fedora-extras-commits mailing list