r51183 - in /trunk/libcrypt-rijndael-perl: Changes META.yml Makefile.PL Rijndael.pm debian/changelog

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Jan 18 02:31:36 UTC 2010


Author: jawnsy-guest
Date: Mon Jan 18 02:31:31 2010
New Revision: 51183

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51183
Log:
Clarifies license terms in Makefile.PL
IGNORE-VERSION: 1.09-1
* New upstream release

Modified:
    trunk/libcrypt-rijndael-perl/Changes
    trunk/libcrypt-rijndael-perl/META.yml
    trunk/libcrypt-rijndael-perl/Makefile.PL
    trunk/libcrypt-rijndael-perl/Rijndael.pm
    trunk/libcrypt-rijndael-perl/debian/changelog

Modified: trunk/libcrypt-rijndael-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-rijndael-perl/Changes?rev=51183&op=diff
==============================================================================
--- trunk/libcrypt-rijndael-perl/Changes (original)
+++ trunk/libcrypt-rijndael-perl/Changes Mon Jan 18 02:31:31 2010
@@ -1,3 +1,7 @@
+
+1.09 - Sun Jan 17 12:00:33 2010
+	* Clarify in the Makefile.PL that this is under LGPL.
+	* There are no code changes
 
 1.08 - Wed Dec  9 18:20:22 2009
 	* Promoting development release to full release.

Modified: trunk/libcrypt-rijndael-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-rijndael-perl/META.yml?rev=51183&op=diff
==============================================================================
--- trunk/libcrypt-rijndael-perl/META.yml (original)
+++ trunk/libcrypt-rijndael-perl/META.yml Mon Jan 18 02:31:31 2010
@@ -1,10 +1,10 @@
 --- #YAML:1.0
 name:               Crypt-Rijndael
-version:            1.08
+version:            1.09
 abstract:           Crypt::CBC compliant Rijndael encryption module
 author:
     - Rafael R. Sevilla (maintained by brian d foy <bdfoy at cpan.org>)
-license:            gpl
+license:            lgpl
 distribution_type:  module
 configure_requires:
     ExtUtils::MakeMaker:  0

Modified: trunk/libcrypt-rijndael-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-rijndael-perl/Makefile.PL?rev=51183&op=diff
==============================================================================
--- trunk/libcrypt-rijndael-perl/Makefile.PL (original)
+++ trunk/libcrypt-rijndael-perl/Makefile.PL Mon Jan 18 02:31:31 2010
@@ -1,15 +1,13 @@
-# $Id$
-
 require 5.006;
 
 use ExtUtils::MakeMaker;
 
-eval "use Test::Manifest 1.14";
+eval "use Test::Manifest 1.21";
 
 WriteMakefile(
 	'NAME'           => "Crypt::Rijndael",
     'VERSION_FROM'   => "Rijndael.pm",
-	'LICENSE'        => 'gpl',
+	'LICENSE'        => 'lgpl',
 	'AUTHOR'         => 'Rafael R. Sevilla (maintained by brian d foy <bdfoy at cpan.org>)',
 	'ABSTRACT'       => 'Crypt::CBC compliant Rijndael encryption module',
 	

Modified: trunk/libcrypt-rijndael-perl/Rijndael.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-rijndael-perl/Rijndael.pm?rev=51183&op=diff
==============================================================================
--- trunk/libcrypt-rijndael-perl/Rijndael.pm (original)
+++ trunk/libcrypt-rijndael-perl/Rijndael.pm Mon Jan 18 02:31:31 2010
@@ -34,7 +34,7 @@
 
 require DynaLoader;
 
-$VERSION = '1.08';
+$VERSION = '1.09';
 @ISA = qw/DynaLoader/;
 
 bootstrap Crypt::Rijndael $VERSION;

Modified: trunk/libcrypt-rijndael-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcrypt-rijndael-perl/debian/changelog?rev=51183&op=diff
==============================================================================
--- trunk/libcrypt-rijndael-perl/debian/changelog (original)
+++ trunk/libcrypt-rijndael-perl/debian/changelog Mon Jan 18 02:31:31 2010
@@ -1,3 +1,12 @@
+libcrypt-rijndael-perl (1.09-1) UNRELEASED; urgency=low
+
+  Clarifies license terms in Makefile.PL
+  IGNORE-VERSION: 1.09-1
+
+  * New upstream release
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Sun, 17 Jan 2010 21:35:09 -0500
+
 libcrypt-rijndael-perl (1.08-1) unstable; urgency=low
 
   [ Jonathan Yu ]




More information about the Pkg-perl-cvs-commits mailing list