rpms/cogito/devel .cvsignore, 1.6, 1.7 cogito.spec, 1.8, 1.9 sources, 1.6, 1.7

Chris Wright (chrisw) fedora-extras-commits at redhat.com
Tue Feb 28 18:15:49 UTC 2006


Author: chrisw

Update of /cvs/extras/rpms/cogito/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17294

Modified Files:
	.cvsignore cogito.spec sources 
Log Message:
Update cogito to 0.17



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cogito/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	16 Jan 2006 05:28:15 -0000	1.6
+++ .cvsignore	28 Feb 2006 18:15:48 -0000	1.7
@@ -1 +1 @@
-cogito-0.16.3.tar.gz
+cogito-0.17.tar.gz


Index: cogito.spec
===================================================================
RCS file: /cvs/extras/rpms/cogito/devel/cogito.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cogito.spec	16 Jan 2006 05:28:15 -0000	1.8
+++ cogito.spec	28 Feb 2006 18:15:48 -0000	1.9
@@ -1,5 +1,5 @@
 Name: 		cogito
-Version: 	0.16.3
+Version: 	0.17
 Release: 	1%{?dist}
 Summary:  	The Cogito Version Control System
 License: 	GPL
@@ -7,7 +7,7 @@
 URL: 		http://kernel.org/pub/software/scm/cogito/
 Source: 	http://kernel.org/pub/software/scm/cogito/%{name}-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: 	git-core >= 0.99.9
+Requires: 	git-core >= 1.1.0
 BuildRequires: 	asciidoc, xmlto
 BuildArch:	noarch
 
@@ -22,7 +22,7 @@
 
 %build
 
-make all doc
+make %{_smp_mflags} all doc
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -38,10 +38,15 @@
 %{_bindir}/*
 %dir %{_libdir}/cogito
 %{_libdir}/cogito/*
+%dir %{_datadir}/cogito
+%{_datadir}/cogito/*
 %{_mandir}/man*/*
 %doc README COPYING Documentation/tutorial-script
 
 %changelog
+* Tue Feb 28 2006 Chris Wright <chrisw at redhat.com> 0.17-1
+- 0.17
+
 * Sun Jan 15 2006 Chris Wright <chrisw at redhat.com> 0.16.3-1
 - 0.16.3
 
@@ -51,6 +56,9 @@
 * Tue Jan 10 2006 Chris Wright <chrisw at redhat.com> 0.16.2-1
 - 0.16.2
 
+* Thu Dec 8 2005 H. Peter Anvin <hpa at zytor.com>
+- add %{_smp_mflags}
+
 * Tue Nov 1 2005 Pavel Roskin <proski at gnu.org> 0.15.1-1
 - generate and include manuals
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cogito/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	16 Jan 2006 05:28:15 -0000	1.6
+++ sources	28 Feb 2006 18:15:48 -0000	1.7
@@ -1 +1 @@
-e4773a360087b8c012519fba9a7b5205  cogito-0.16.3.tar.gz
+549a1720f896bcf1da16b581f1e4cc33  cogito-0.17.tar.gz




More information about the scm-commits mailing list