rpms/git-core/FC-3 .cvsignore, 1.5, 1.6 git-core.spec, 1.4, 1.5 sources, 1.5, 1.6

Chris Wright (chrisw) fedora-extras-commits at redhat.com
Tue Oct 4 00:12:16 UTC 2005


Author: chrisw

Update of /cvs/extras/rpms/git-core/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30486

Modified Files:
	.cvsignore git-core.spec sources 
Log Message:
Update git-core to 0.99.8



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/git-core/FC-3/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	22 Sep 2005 19:47:52 -0000	1.5
+++ .cvsignore	4 Oct 2005 00:12:14 -0000	1.6
@@ -1 +1 @@
-git-core-0.99.7a.tar.gz
+git-core-0.99.8.tar.gz


Index: git-core.spec
===================================================================
RCS file: /cvs/extras/rpms/git-core/FC-3/git-core.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- git-core.spec	22 Sep 2005 19:47:52 -0000	1.4
+++ git-core.spec	4 Oct 2005 00:12:14 -0000	1.5
@@ -1,6 +1,6 @@
 # Pass --without docs to rpmbuild if you don't want the documetnation
 Name: 		git-core
-Version: 	0.99.7a
+Version: 	0.99.8
 Release: 	1%{?dist}
 Summary:  	Git core and tools
 License: 	GPL
@@ -9,7 +9,7 @@
 Source: 	http://kernel.org/pub/software/scm/git/%{name}-%{version}.tar.gz
 BuildRequires:	zlib-devel, openssl-devel, curl-devel  %{!?_without_docs:, xmlto, asciidoc > 6.0.3}
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:	rsync, rcs, curl, less, openssh-clients, python >= 2.3, tk
+Requires:	rsync, rcs, curl, less, openssh-clients, python >= 2.3, tk >= 8.4
 
 %description
 This is a stupid (but extremely fast) directory content manager.  It
@@ -23,12 +23,12 @@
 %setup -q
 
 %build
-make COPTS="$RPM_OPT_FLAGS" WITH_OWN_SUBPROCESS_PY=YesPlease \
+make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" WITH_OWN_SUBPROCESS_PY=YesPlease \
      prefix=%{_prefix} all %{!?_without_docs: doc}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT WITH_OWN_SUBPROCESS_PY=YesPlease \
+make %{_smp_mflags} DESTDIR=$RPM_BUILD_ROOT WITH_OWN_SUBPROCESS_PY=YesPlease \
      prefix=%{_prefix} mandir=%{_mandir} \
      install %{!?_without_docs: install-doc}
 
@@ -45,6 +45,10 @@
 %{!?_without_docs: %{_mandir}/man7/*.7*}
 
 %changelog
+* Tue Sep 27 2005 H. Peter Anvin <hpa at zytor.com>
+- parallelize build
+- COPTS -> CFLAGS
+
 * Fri Sep 16 2005 Chris Wright <chrisw at osdl.org> 0.99.6-1
 - update to 0.99.6
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/git-core/FC-3/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	22 Sep 2005 19:47:52 -0000	1.5
+++ sources	4 Oct 2005 00:12:14 -0000	1.6
@@ -1 +1 @@
-9c1f316a34f00e1b595cc0063010a213  git-core-0.99.7a.tar.gz
+1043b2fc900b767723b40dfd5e00c9fd  git-core-0.99.8.tar.gz




More information about the fedora-extras-commits mailing list