rpms/perl-Authen-DigestMD5/devel perl-Authen-DigestMD5.spec, 1.4, 1.5

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Fri Aug 10 17:41:24 UTC 2007


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Authen-DigestMD5/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28714

Modified Files:
	perl-Authen-DigestMD5.spec 
Log Message:
Clarify license as GPL v1 or later, or Artistic (same as perl)
Add buildreq perl(Test::More)



Index: perl-Authen-DigestMD5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Authen-DigestMD5/devel/perl-Authen-DigestMD5.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-Authen-DigestMD5.spec	18 Apr 2007 14:41:24 -0000	1.4
+++ perl-Authen-DigestMD5.spec	10 Aug 2007 17:40:51 -0000	1.5
@@ -1,15 +1,15 @@
 Summary:	SASL DIGEST-MD5 authentication (RFC2831)
 Name:		perl-Authen-DigestMD5
 Version:	0.04
-Release:	3%{?dist}
-License:	GPL or Artistic
+Release:	4%{?dist}
+License:	GPL+ or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Authen-DigestMD5/
 Source0:	http://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Authen-DigestMD5-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:	noarch
-BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(ExtUtils::MakeMaker), perl(Test::More)
 
 %description
 This module supports DIGEST-MD5 SASL authentication as defined in RFC-2831.
@@ -52,6 +52,10 @@
 %{_mandir}/man3/Authen::DigestMD5.3pm*
 
 %changelog
+* Fri Aug 10 2007 Paul Howarth <paul at city-fan.org> 0.04-4
+- Clarify license as GPL v1 or later, or Artistic (same as perl)
+- Add buildreq perl(Test::More)
+
 * Wed Apr 18 2007 Paul Howarth <paul at city-fan.org> 0.04-3
 - Add buildreq of perl(ExtUtils::MakeMaker)
 - Fix argument order for find with -depth




More information about the fedora-extras-commits mailing list