rpms/perl-Crypt-DH/devel perl-Crypt-DH.spec,1.7,1.8

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Sat Aug 11 14:27:05 UTC 2007


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Crypt-DH/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10519

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



Index: perl-Crypt-DH.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-DH/devel/perl-Crypt-DH.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- perl-Crypt-DH.spec	18 Apr 2007 13:59:00 -0000	1.7
+++ perl-Crypt-DH.spec	11 Aug 2007 14:26:32 -0000	1.8
@@ -4,15 +4,15 @@
 Summary:	Perl module implementing the Diffie-Hellman key exchange system
 Name:		perl-Crypt-DH
 Version:	0.06
-Release:	6%{?dist}
-License:	GPL or Artistic
+Release:	7%{?dist}
+License:	GPL+ or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Crypt-DH/
 Source0:	http://search.cpan.org/CPAN/authors/id/B/BT/BTROTT/Crypt-DH-%{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
 Crypt::DH is a Perl implementation of the Diffie-Hellman key exchange system.
@@ -48,6 +48,10 @@
 %{_mandir}/man3/Crypt::DH.3pm*
 
 %changelog
+* Sat Aug 11 2007 Paul Howarth <paul at city-fan.org> 0.06-7
+- 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.06-6
 - Buildrequire perl(ExtUtils::MakeMaker)
 - Fix argument order for find with -depth




More information about the fedora-extras-commits mailing list