Update to latest upstream release. Fix a few bugs

This commit is contained in:
jwboyer 2007-11-27 16:29:35 +00:00
commit ec58f1a2cb
3 changed files with 16 additions and 7 deletions

View file

@ -1 +1 @@
git-1.5.3.4.tar.gz
git-1.5.3.6.tar.gz

View file

@ -1,6 +1,6 @@
# Pass --without docs to rpmbuild if you don't want the documentation
Name: git
Version: 1.5.3.4
Version: 1.5.3.6
Release: 1%{?dist}
Summary: Git core and tools
License: GPLv2
@ -25,7 +25,7 @@ This is a dummy package which brings in all subpackages.
%package core
Summary: Core git tools
Group: Development/Tools
Requires: zlib >= 1.2, rsync, curl, less, openssh-clients, expat
Requires: zlib >= 1.2, rsync, curl, less, openssh-clients, expat, perl(Error)
%description core
Git is a fast, scalable, distributed revision control system with an
unusually rich command set that provides both high-level operations
@ -52,7 +52,7 @@ Simple web interface to track changes in git repositories
%package svn
Summary: Git tools for importing Subversion repositories
Group: Development/Tools
Requires: git-core = %{version}-%{release}, subversion
Requires: git-core = %{version}-%{release}, subversion, perl(Term::ReadKey)
%description svn
Git tools for importing Subversion repositories.
@ -73,7 +73,7 @@ Git tools for importing Arch repositories.
%package email
Summary: Git tools for sending email
Group: Development/Tools
Requires: git-core = %{version}-%{release}
Requires: git-core = %{version}-%{release}, perl-Git = %{version}-%{release}
%description email
Git tools for sending email.
@ -94,7 +94,7 @@ Git revision tree visualiser.
%package -n perl-Git
Summary: Perl interface to Git
Group: Development/Libraries
Requires: git-core = %{version}-%{release}
Requires: git-core = %{version}-%{release}, perl(Error)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildRequires: perl(Error), perl(ExtUtils::MakeMaker)
@ -233,6 +233,15 @@ rm -rf $RPM_BUILD_ROOT
%{!?_without_docs: %doc Documentation/technical}
%changelog
* Tue Nov 27 2007 Josh Boyer <jwboyer@gmail.com> 1.5.3.6-1
- git-1.5.3.6
- git-core requires perl(Error) (bug 367861)
- git-svn requires perl(Term:ReadKey) (bug 261361)
- git-email requires perl-Git (bug 333061)
* Wed Oct 24 2007 Lubomir Kundrak <lkundrak@redhat.com> 1.5.3.4-2
- git-Perl requires Error package
* Tue Oct 09 2007 James Bowes <jbowes@redhat.com> 1.5.3.4-1
- git-1.5.3.4

View file

@ -1 +1 @@
863235e36f5e4922c7f7a8459e0f8910 git-1.5.3.4.tar.gz
37126a4eb247b491b29e768fd25bfee8 git-1.5.3.6.tar.gz