rpms/git/devel .cvsignore, 1.64, 1.65 git.spec, 1.71, 1.72 sources, 1.64, 1.65

Joshua W. Boyer jwboyer at fedoraproject.org
Wed Oct 22 12:19:20 UTC 2008


Author: jwboyer

Update of /cvs/pkgs/rpms/git/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17384

Modified Files:
	.cvsignore git.spec sources 
Log Message:
* Wed Oct 22 2008 Josh Boyer <jwboyer at gmail.com> 1.6.0.3-1
- git-1.6.0.3
- Drop curl requirement in favor of libcurl (bug 449388)
- Add requires for SMTP-SSL perl module to make git-send-email work (bug 443615)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/git/devel/.cvsignore,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- .cvsignore	28 Aug 2008 12:16:58 -0000	1.64
+++ .cvsignore	22 Oct 2008 12:18:50 -0000	1.65
@@ -1 +1 @@
-git-1.6.0.1.tar.bz2
+git-1.6.0.3.tar.bz2


Index: git.spec
===================================================================
RCS file: /cvs/pkgs/rpms/git/devel/git.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- git.spec	28 Aug 2008 12:16:58 -0000	1.71
+++ git.spec	22 Oct 2008 12:18:50 -0000	1.72
@@ -1,6 +1,6 @@
 # Pass --without docs to rpmbuild if you don't want the documentation
 Name: 		git
-Version: 	1.6.0.1
+Version: 	1.6.0.3
 Release: 	1%{?dist}
 Summary:  	Core git tools
 License: 	GPLv2
@@ -11,11 +11,11 @@
 Source2:	git.xinetd
 Source3:	git.conf.httpd
 Patch0:		git-1.5-gitweb-home-link.patch
-BuildRequires:	zlib-devel >= 1.2, openssl-devel, curl-devel, expat-devel, emacs, gettext %{!?_without_docs:, xmlto, asciidoc > 6.0.3}
+BuildRequires:	zlib-devel >= 1.2, openssl-devel, libcurl-devel, expat-devel, emacs, gettext %{!?_without_docs:, xmlto, asciidoc > 6.0.3}
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:	perl-Git = %{version}-%{release}
-Requires:	zlib >= 1.2, rsync, curl, less, openssh-clients, expat, perl(Error)
+Requires:	zlib >= 1.2, rsync, libcurl, less, openssh-clients, expat, perl(Error)
 Provides:	git-core = %{version}-%{release}
 Obsoletes:	git-core <= 1.5.4.3
 
@@ -90,6 +90,7 @@
 Summary:        Git tools for sending email
 Group:          Development/Tools
 Requires:	git = %{version}-%{release}, perl-Git = %{version}-%{release}
+Requires:   perl(Net::SMTP::SSL)
 %description email
 Git tools for sending email.
 
@@ -259,6 +260,11 @@
 # No files for you!
 
 %changelog
+* Wed Oct 22 2008 Josh Boyer <jwboyer at gmail.com> 1.6.0.3-1
+- git-1.6.0.3
+- Drop curl requirement in favor of libcurl (bug 449388)
+- Add requires for SMTP-SSL perl module to make git-send-email work (bug 443615)
+
 * Thu Aug 28 2008 James Bowes <jbowes at redhat.com> 1.6.0.1-1
 - git-1.6.0.1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/git/devel/sources,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- sources	28 Aug 2008 12:16:58 -0000	1.64
+++ sources	22 Oct 2008 12:18:50 -0000	1.65
@@ -1 +1 @@
-264701ebd9036ca2458358f01aa6c093  git-1.6.0.1.tar.bz2
+d7178b0b0eaaa07538149bb231902796  git-1.6.0.3.tar.bz2




More information about the scm-commits mailing list