summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-09-14 10:16:28 -0400
committerTodd Zullinger <tmz@pobox.com>2008-09-14 10:16:28 -0400
commit732f068718868e45ae3a8a84da42fec09f10f528 (patch)
treebed0cd50e9d3a19a0890b49042464ca1bb4885c4
parenta1f7e12a3ae1e24ab1e0708b63a006a30433e7a5 (diff)
downloadgit-package-732f068718868e45ae3a8a84da42fec09f10f528.tar.gz
git-package-732f068718868e45ae3a8a84da42fec09f10f528.tar.xz
git-package-732f068718868e45ae3a8a84da42fec09f10f528.zip
sync with cvs tag git-1_6_0_1-1_fc10
-rw-r--r--.cvsignore2
-rw-r--r--git.spec7
-rw-r--r--sources2
3 files changed, 8 insertions, 3 deletions
diff --git a/.cvsignore b/.cvsignore
index 2d8c288..e4b6d52 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-git-1.5.6.4.tar.bz2
+git-1.6.0.1.tar.bz2
diff --git a/git.spec b/git.spec
index 4ab0248..fb66416 100644
--- a/git.spec
+++ b/git.spec
@@ -1,6 +1,6 @@
# Pass --without docs to rpmbuild if you don't want the documentation
Name: git
-Version: 1.5.6.4
+Version: 1.6.0.1
Release: 1%{?dist}
Summary: Core git tools
License: GPLv2
@@ -132,6 +132,7 @@ Requires: git = %{version}-%{release}, emacs-common
%build
make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" \
ETC_GITCONFIG=/etc/gitconfig \
+ gitexecdir=%{_bindir} \
prefix=%{_prefix} all %{!?_without_docs: doc}
make -C contrib/emacs
@@ -140,6 +141,7 @@ rm -rf $RPM_BUILD_ROOT
make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT \
prefix=%{_prefix} mandir=%{_mandir} \
ETC_GITCONFIG=/etc/gitconfig \
+ gitexecdir=%{_bindir} \
INSTALLDIRS=vendor install %{!?_without_docs: install-doc}
make -C contrib/emacs install \
emacsdir=$RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp
@@ -257,6 +259,9 @@ rm -rf $RPM_BUILD_ROOT
# No files for you!
%changelog
+* Thu Aug 28 2008 James Bowes <jbowes@redhat.com> 1.6.0.1-1
+- git-1.6.0.1
+
* Thu Jul 24 2008 James Bowes <jbowes@redhat.com> 1.5.6-4
- git-1.5.6.4
diff --git a/sources b/sources
index e38b97c..ce81aef 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b5f248c71d32921ff0ff7e35f7770003 git-1.5.6.4.tar.bz2
+264701ebd9036ca2458358f01aa6c093 git-1.6.0.1.tar.bz2