rpms/git-bugzilla/devel git-bugzilla.spec,1.1,1.2

Lubomir Rintel lkundrak at fedoraproject.org
Sun Feb 21 12:19:40 UTC 2010


Author: lkundrak

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

Modified Files:
	git-bugzilla.spec 
Log Message:
* Sun Feb 21 2010 Lubomir Rintel (GoodData) <lubo.rintel at gooddata.com> - 0-0.3.20091211git
- Require Crypt::SSLeay (Bruce Cowan, #559898)



Index: git-bugzilla.spec
===================================================================
RCS file: /cvs/pkgs/rpms/git-bugzilla/devel/git-bugzilla.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- git-bugzilla.spec	4 Jan 2010 21:37:22 -0000	1.1
+++ git-bugzilla.spec	21 Feb 2010 12:19:40 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           git-bugzilla
 Version:        0
-Release:        0.2.20091211git%{?dist}
+Release:        0.3.20091211git%{?dist}
 Summary:        Attach patches to a bugzilla bug
 
 Group:          Development/Tools
@@ -17,6 +17,7 @@ BuildRequires:  asciidoc
 BuildRequires:  xmlto
 Requires:       git-core
 Requires:       perl(WWW::Mechanize)
+Requires:       perl(Crypt::SSLeay)
 BuildArch:      noarch
 
 %description
@@ -50,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Feb 21 2010 Lubomir Rintel (GoodData) <lubo.rintel at gooddata.com> - 0-0.3.20091211git
+- Require Crypt::SSLeay (Bruce Cowan, #559898)
+
 * Sat Dec 19 2009 Lubomir Rintel (GoodData) <lubo.rintel at gooddata.com> - 0-0.2.20091211git
 - Add missing Require
 - Do not default to GNOME bugzilla



More information about the scm-commits mailing list