summaryrefslogtreecommitdiffstats
path: root/git.spec
diff options
context:
space:
mode:
authorChris Wright <chrisw@fedoraproject.org>2007-03-13 21:02:08 +0000
committerChris Wright <chrisw@fedoraproject.org>2007-03-13 21:02:08 +0000
commitf0090ff29ee08c69a170a3394a69b0adfea4e94f (patch)
tree4fe1c9837e2e09683dfa253e34b590a77a5c4d96 /git.spec
parent29dba59fb4ed65693a2371d24d96b3ab4d3f5f8c (diff)
downloadgit-package-f0090ff29ee08c69a170a3394a69b0adfea4e94f.tar.gz
git-package-f0090ff29ee08c69a170a3394a69b0adfea4e94f.tar.xz
git-package-f0090ff29ee08c69a170a3394a69b0adfea4e94f.zip
Update to git-1.5.0.3
Diffstat (limited to 'git.spec')
-rw-r--r--git.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/git.spec b/git.spec
index 611709d..c99d6d0 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.5.0.2
-Release: 2%{?dist}
+Version: 1.5.0.3
+Release: 1%{?dist}
Summary: Git core and tools
License: GPL
Group: Development/Tools
@@ -167,6 +167,9 @@ rm -rf $RPM_BUILD_ROOT
%{!?_without_docs: %doc Documentation/*.html }
%changelog
+* Tue Mar 13 2007 Chris Wright <chrisw@redhat.com> 1.5.0.3-1
+- git-1.5.0.3
+
* Fri Mar 2 2007 Chris Wright <chrisw@redhat.com> 1.5.0.2-2
- BuildRequires perl-devel as of perl-5.8.8-14 (bz 230680)