summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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