rpms/cogito/FC-3 cg-admin-rewritehist-fix.patch, NONE, 1.1 cogito.spec, 1.9, 1.10

Chris Wright (chrisw) fedora-extras-commits at redhat.com
Thu Mar 30 23:52:19 UTC 2006


Author: chrisw

Update of /cvs/extras/rpms/cogito/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2582

Modified Files:
	cogito.spec 
Added Files:
	cg-admin-rewritehist-fix.patch 
Log Message:
fix for bz 187434, 0.17.1-2

cg-admin-rewritehist-fix.patch:

--- NEW FILE cg-admin-rewritehist-fix.patch ---
16c76deb91b167c921a02641a2002e052143e16a
diff --git a/cg-admin-rewritehist b/cg-admin-rewritehist
index 306f855..9c49d80 100755
--- a/cg-admin-rewritehist
+++ b/cg-admin-rewritehist
@@ -143,7 +143,7 @@ filter_tree=
 filter_index=
 filter_parent=
 filter_msg=cat
-filter_commit=git-commit-tree
+filter_commit='git-commit-tree "$@"'
 while optparse; do
 	if optparse -d=; then
 		tempdir="$OPTARG"


Index: cogito.spec
===================================================================
RCS file: /cvs/extras/rpms/cogito/FC-3/cogito.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- cogito.spec	29 Mar 2006 19:37:52 -0000	1.9
+++ cogito.spec	30 Mar 2006 23:52:19 -0000	1.10
@@ -1,6 +1,6 @@
 Name: 		cogito
 Version: 	0.17.1
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 Summary:  	The Cogito Version Control System
 License: 	GPL
 Group: 		Development/Tools
@@ -11,6 +11,8 @@
 BuildRequires: 	asciidoc, xmlto
 BuildArch:	noarch
 
+Patch1: cg-admin-rewritehist-fix.patch
+
 %description
 Cogito is a version control system layered on top of the git tree history
 storage system. It aims at seamless user interface and ease of use, providing
@@ -19,6 +21,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 
@@ -44,6 +47,9 @@
 %doc README COPYING Documentation/tutorial-script
 
 %changelog
+* Thu Mar 30 2006 Chris Wright <chrisw at redhat.com> 0.17.1-2
+- cg-admin-rewritehist fix
+
 * Tue Mar 28 2006 Chris Wright <chrisw at redhat.com> 0.17.1-1
 - 0.17.1
 




More information about the fedora-extras-commits mailing list