summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-12-26 21:50:16 -0500
committerTodd Zullinger <tmz@pobox.com>2008-12-27 10:35:32 -0500
commit9a377adec21f9d0f46274f7cfc32e5f62179d284 (patch)
treef8414338ab44b4f0616ed2a6ca96a7a3321d0e8d
parent77a5d0bdb18fcf7f8b737f8246e1b4a2fd727ff6 (diff)
downloadgit-package-9a377adec21f9d0f46274f7cfc32e5f62179d284.tar.gz
git-package-9a377adec21f9d0f46274f7cfc32e5f62179d284.tar.xz
git-package-9a377adec21f9d0f46274f7cfc32e5f62179d284.zip
Update to git-1.6.1HEADdevel
-rw-r--r--.cvsignore2
-rw-r--r--git.spec8
-rw-r--r--sources2
3 files changed, 6 insertions, 6 deletions
diff --git a/.cvsignore b/.cvsignore
index 3db4196..a78fd3d 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-git-1.6.0.6.tar.bz2
+git-1.6.1.tar.bz2
diff --git a/git.spec b/git.spec
index 893cec7..45a9200 100644
--- a/git.spec
+++ b/git.spec
@@ -1,7 +1,7 @@
# Pass --without docs to rpmbuild if you don't want the documentation
Name: git
-Version: 1.6.0.6
-Release: 2%{?dist}
+Version: 1.6.1
+Release: 1%{?dist}
Summary: Core git tools
License: GPLv2
Group: Development/Tools
@@ -232,7 +232,7 @@ rm -rf $RPM_BUILD_ROOT
%files gui
%defattr(-,root,root)
-%{_libexecdir}/git-core/git-gui
+%{_libexecdir}/git-core/git-gui*
%{_libexecdir}/git-core/git-citool
%{_datadir}/git-gui/
%{!?_without_docs: %{_mandir}/man1/git-gui.1*}
@@ -272,7 +272,7 @@ rm -rf $RPM_BUILD_ROOT
# No files for you!
%changelog
-* Sat Dec 20 2008 Todd Zullinger <tmz@pobox.com> 1.6.0.6-2
+* Thu Dec 25 2008 Todd Zullinger <tmz@pobox.com> 1.6.1-1
- Install git-* commands in %%{_libexecdir}/git-core, the upstream default
- Remove libcurl from Requires, rpm will pick this up automatically
- Consolidate build/install options in %%make_git (Roland McGrath)
diff --git a/sources b/sources
index 383d999..004c7dd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b5be9b34b441cb57f92086bfaf59f255 git-1.6.0.6.tar.bz2
+66265d85593473b23290232b9dccef77 git-1.6.1.tar.bz2