r57718 - in /branches/upstream/libcrypt-twofish-perl/current: Changes META.yml Makefile.PL Twofish.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun May 9 04:54:31 UTC 2010


Author: jawnsy-guest
Date: Sun May  9 04:54:23 2010
New Revision: 57718

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=57718
Log:
[svn-upgrade] Integrating new upstream version, libcrypt-twofish-perl (2.14)

Modified:
    branches/upstream/libcrypt-twofish-perl/current/Changes
    branches/upstream/libcrypt-twofish-perl/current/META.yml
    branches/upstream/libcrypt-twofish-perl/current/Makefile.PL
    branches/upstream/libcrypt-twofish-perl/current/Twofish.pm

Modified: branches/upstream/libcrypt-twofish-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcrypt-twofish-perl/current/Changes?rev=57718&op=diff
==============================================================================
--- branches/upstream/libcrypt-twofish-perl/current/Changes (original)
+++ branches/upstream/libcrypt-twofish-perl/current/Changes Sun May  9 04:54:23 2010
@@ -1,3 +1,7 @@
+2.14    2010-05-08      Abhijit Menon-Sen <ams at toroid.org>
+
+    * Fix inaccurate dependency in Makefile.PL
+
 2.13    2009-05-11      Abhijit Menon-Sen <ams at toroid.org>
 
     * Relicensed on request from the old Artistic License to "the same

Modified: branches/upstream/libcrypt-twofish-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcrypt-twofish-perl/current/META.yml?rev=57718&op=diff
==============================================================================
--- branches/upstream/libcrypt-twofish-perl/current/META.yml (original)
+++ branches/upstream/libcrypt-twofish-perl/current/META.yml Sun May  9 04:54:23 2010
@@ -1,12 +1,20 @@
 --- #YAML:1.0
-name:                Crypt-Twofish
-version:             2.13
-abstract:            The Twofish Encryption Algorithm
-license:             ~
-author:              ~
-generated_by:        ExtUtils::MakeMaker version 6.44
-distribution_type:   module
-requires:     
+name:               Crypt-Twofish
+version:            2.14
+abstract:           The Twofish Encryption Algorithm
+author:  []
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:  {}
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.56
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: branches/upstream/libcrypt-twofish-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcrypt-twofish-perl/current/Makefile.PL?rev=57718&op=diff
==============================================================================
--- branches/upstream/libcrypt-twofish-perl/current/Makefile.PL (original)
+++ branches/upstream/libcrypt-twofish-perl/current/Makefile.PL Sun May  9 04:54:23 2010
@@ -56,7 +56,7 @@
     OBJECT        => 'Twofish.o _twofish.o',
     VERSION_FROM  => 'Twofish.pm',
     ABSTRACT_FROM => 'Twofish.pm',
-    depend        => { '_twofish.c' => 'tables.h' }
+    depend        => { '_twofish.o' => 'tables.h' }
 );
 
 # Compile and run a program to test for a particular feature.

Modified: branches/upstream/libcrypt-twofish-perl/current/Twofish.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcrypt-twofish-perl/current/Twofish.pm?rev=57718&op=diff
==============================================================================
--- branches/upstream/libcrypt-twofish-perl/current/Twofish.pm (original)
+++ branches/upstream/libcrypt-twofish-perl/current/Twofish.pm Sun May  9 04:54:23 2010
@@ -9,7 +9,7 @@
 use vars qw( @ISA $VERSION );
 
 @ISA = qw( DynaLoader );
-$VERSION = '2.13';
+$VERSION = '2.14';
 
 bootstrap Crypt::Twofish $VERSION;
 




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