Hello community,

here is the log from the commit of package perl-Crypt-Rijndael for 
openSUSE:Factory checked in at 2014-02-13 21:59:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Crypt-Rijndael (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Crypt-Rijndael.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Crypt-Rijndael"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Crypt-Rijndael/perl-Crypt-Rijndael.changes  
2013-06-05 13:33:40.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Crypt-Rijndael.new/perl-Crypt-Rijndael.changes 
    2014-02-13 21:59:18.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Feb 12 09:54:30 UTC 2014 - [email protected]
+
+- update version 1.12
+  * Get rid of MYMETA
+
+-------------------------------------------------------------------

Old:
----
  Crypt-Rijndael-1.11.tar.gz

New:
----
  Crypt-Rijndael-1.12.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Crypt-Rijndael.spec ++++++
--- /var/tmp/diff_new_pack.ALhZSm/_old  2014-02-13 21:59:18.000000000 +0100
+++ /var/tmp/diff_new_pack.ALhZSm/_new  2014-02-13 21:59:18.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Crypt-Rijndael
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Crypt-Rijndael
-Version:        1.11
+Version:        1.12
 Release:        0
 %define cpan_name Crypt-Rijndael
 Summary:        Crypt::CBC compliant Rijndael encryption module

++++++ Crypt-Rijndael-1.11.tar.gz -> Crypt-Rijndael-1.12.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Crypt-Rijndael-1.11/Changes 
new/Crypt-Rijndael-1.12/Changes
--- old/Crypt-Rijndael-1.11/Changes     2012-07-28 23:10:05.000000000 +0200
+++ new/Crypt-Rijndael-1.12/Changes     2014-01-03 23:36:17.000000000 +0100
@@ -1,4 +1,7 @@
 
+1.12 - Fri Jan  3 17:36:10 2014
+       * Get rid of MYMETA
+
 1.11 - Sat Jul 28 16:09:37 2012
        * Clarify the license as LGPL v3 (29 June 2007) (RT 78629)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Crypt-Rijndael-1.11/MANIFEST 
new/Crypt-Rijndael-1.12/MANIFEST
--- old/Crypt-Rijndael-1.11/MANIFEST    2012-07-28 23:10:06.000000000 +0200
+++ new/Crypt-Rijndael-1.12/MANIFEST    2014-01-03 23:36:19.000000000 +0100
@@ -5,7 +5,7 @@
 LICENSE
 Makefile.PL
 MANIFEST
-MYMETA.yml
+MANIFEST.SKIP
 NEWS
 README
 rijndael.h
@@ -25,4 +25,5 @@
 t/rt/27632.t
 t/test_manifest
 typemap
-META.yml                                 Module meta-data (added by MakeMaker)
+META.yml                                 Module YAML meta-data (added by 
MakeMaker)
+META.json                                Module JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Crypt-Rijndael-1.11/MANIFEST.SKIP 
new/Crypt-Rijndael-1.12/MANIFEST.SKIP
--- old/Crypt-Rijndael-1.11/MANIFEST.SKIP       1970-01-01 01:00:00.000000000 
+0100
+++ new/Crypt-Rijndael-1.12/MANIFEST.SKIP       2014-01-03 23:36:17.000000000 
+0100
@@ -0,0 +1,72 @@
+
+#!start included /usr/local/perls/perl-5.18.1/lib/5.18.1/ExtUtils/MANIFEST.SKIP
+# Avoid version control files.
+\bRCS\b
+\bCVS\b
+\bSCCS\b
+,v$
+\B\.svn\b
+\B\.git\b
+\B\.gitignore\b
+\b_darcs\b
+\B\.cvsignore$
+
+# Avoid VMS specific MakeMaker generated files
+\bDescrip.MMS$
+\bDESCRIP.MMS$
+\bdescrip.mms$
+
+# Avoid Makemaker generated and utility files.
+\bMANIFEST\.bak
+\bMakefile$
+\bblib/
+\bMakeMaker-\d
+\bpm_to_blib\.ts$
+\bpm_to_blib$
+\bblibdirs\.ts$         # 6.18 through 6.25 generated this
+
+# Avoid Module::Build generated and utility files.
+\bBuild$
+\b_build/
+\bBuild.bat$
+\bBuild.COM$
+\bBUILD.COM$
+\bbuild.com$
+
+# Avoid temp and backup files.
+~$
+\.old$
+\#$
+\b\.#
+\.bak$
+\.tmp$
+\.#
+\.rej$
+
+# Avoid OS-specific files/dirs
+# Mac OSX metadata
+\B\.DS_Store
+# Mac OSX SMB mount metadata files
+\B\._
+
+# Avoid Devel::Cover and Devel::CoverX::Covered files.
+\bcover_db\b
+\bcovered\b
+
+# Avoid MYMETA files
+^MYMETA\.
+#!end included /usr/local/perls/perl-5.18.1/lib/5.18.1/ExtUtils/MANIFEST.SKIP
+
+
+\.travis\.yml
+\.releaserc
+\.lwpcookies
+Crypt-.*
+
+Rijndael.c$
+t/trailing_nulls.t
+ref/.*
+rijndael-vals
+
+.*\.o$
+.*\.bs$
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Crypt-Rijndael-1.11/META.json 
new/Crypt-Rijndael-1.12/META.json
--- old/Crypt-Rijndael-1.11/META.json   1970-01-01 01:00:00.000000000 +0100
+++ new/Crypt-Rijndael-1.12/META.json   2014-01-03 23:36:19.000000000 +0100
@@ -0,0 +1,30 @@
+{
+   "abstract" : "Crypt::CBC compliant Rijndael encryption module",
+   "author" : [
+      "Rafael R. Sevilla (maintained by brian d foy <[email protected]>)"
+   ],
+   "dynamic_config" : 1,
+   "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.112150",
+   "license" : [
+      "open_source"
+   ],
+   "meta-spec" : {
+      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
+      "version" : "2"
+   },
+   "name" : "Crypt-Rijndael",
+   "no_index" : {
+      "directory" : [
+         "t",
+         "inc"
+      ]
+   },
+   "release_status" : "stable",
+   "resources" : {
+      "repository" : {
+         "type" : "git",
+         "web" : "https://github.com/briandfoy/crypt-rijndael";
+      }
+   },
+   "version" : "1.12"
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Crypt-Rijndael-1.11/META.yml 
new/Crypt-Rijndael-1.12/META.yml
--- old/Crypt-Rijndael-1.11/META.yml    2012-07-28 23:10:06.000000000 +0200
+++ new/Crypt-Rijndael-1.12/META.yml    2014-01-03 23:36:19.000000000 +0100
@@ -1,23 +1,19 @@
---- #YAML:1.0
-name:               Crypt-Rijndael
-version:            1.11
-abstract:           Crypt::CBC compliant Rijndael encryption module
+---
+abstract: 'Crypt::CBC compliant Rijndael encryption module'
 author:
-    - Rafael R. Sevilla (maintained by brian d foy <[email protected]>)
-license:            lgpl
-distribution_type:  module
-configure_requires:
-    ExtUtils::MakeMaker:  0
-build_requires:
-    ExtUtils::MakeMaker:  0
-requires:
-    Test::Manifest:  1.14
-    Test::More:      0
-no_index:
-    directory:
-        - t
-        - inc
-generated_by:       ExtUtils::MakeMaker version 6.55_02
+  - 'Rafael R. Sevilla (maintained by brian d foy <[email protected]>)'
+build_requires: {}
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 
2.112150'
+license: open_source
 meta-spec:
-    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
-    version:  1.4
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Crypt-Rijndael
+no_index:
+  directory:
+    - t
+    - inc
+resources:
+  repository: https://github.com/briandfoy/crypt-rijndael
+version: 1.12
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Crypt-Rijndael-1.11/MYMETA.yml 
new/Crypt-Rijndael-1.12/MYMETA.yml
--- old/Crypt-Rijndael-1.11/MYMETA.yml  2012-07-28 23:10:05.000000000 +0200
+++ new/Crypt-Rijndael-1.12/MYMETA.yml  1970-01-01 01:00:00.000000000 +0100
@@ -1,24 +0,0 @@
----
-abstract: 'Crypt::CBC compliant Rijndael encryption module'
-author:
-  - 'Rafael R. Sevilla (maintained by brian d foy <[email protected]>)'
-build_requires:
-  ExtUtils::MakeMaker: 0
-configure_requires:
-  ExtUtils::MakeMaker: 0
-distribution_type: module
-dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 6.57_05'
-license: lgpl
-meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
-name: Crypt-Rijndael
-no_index:
-  directory:
-    - t
-    - inc
-requires:
-  Test::Manifest: 1.14
-  Test::More: 0
-version: 1.09
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Crypt-Rijndael-1.11/Makefile.PL 
new/Crypt-Rijndael-1.12/Makefile.PL
--- old/Crypt-Rijndael-1.11/Makefile.PL 2012-07-28 23:10:05.000000000 +0200
+++ new/Crypt-Rijndael-1.12/Makefile.PL 2014-01-03 23:36:17.000000000 +0100
@@ -1,33 +1,43 @@
 require 5.006;
 
-use ExtUtils::MakeMaker;
+use ExtUtils::MakeMaker 6.46;
 
 eval "use Test::Manifest 1.21";
 
 WriteMakefile(
        'NAME'           => "Crypt::Rijndael",
-    'VERSION_FROM'   => "Rijndael.pm",
+       'VERSION_FROM'   => "Rijndael.pm",
        'LICENSE'        => 'lgpl',
        'AUTHOR'         => 'Rafael R. Sevilla (maintained by brian d foy 
<[email protected]>)',
        'ABSTRACT'       => 'Crypt::CBC compliant Rijndael encryption module',
-       
-       'PREREQ_PM'    => { 
-                       'Test::More'         => '0',
-                       'Test::Manifest'     => '1.14',
-                       },
-
 
-       'MAN3PODS'     => {
-                       'Rijndael.pm' => '$(INST_MAN3DIR)/Crypt::Rijndael.3',
+       'PREREQ_PM' => { 
+               'Test::More'         => '0',
+               'Test::Manifest'     => '1.14',
+               },
+
+       'MAN3PODS' => {
+               'Rijndael.pm' => '$(INST_MAN3DIR)/Crypt::Rijndael.3',
+               },
+
+       'META_MERGE' => {
+               'meta-spec' => { version => '2' },
+               'resources' => {
+                       'repository' => {
+                               type => 'git',
+                               web  => 
'https://github.com/briandfoy/crypt-rijndael',
+                               url  => 
'[email protected]:briandfoy/crypt-rijndael.git'
+                               },
                        },
+               },
 
-       clean          => { FILES    => q|*.bak *.old Crypt-*| },
+       clean => { FILES    => q|*.bak *.old Crypt-*| },
 
-       dist           => {
-                   PREOP       => 'pod2text Rijndael.pm | tee README 
>$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
-                   COMPRESS    => 'gzip -9v',
-                   SUFFIX      => '.gz',
-                  },
+       dist => {
+               PREOP     => 'pod2text Rijndael.pm | tee README 
>$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
+               COMPRESS  => 'gzip -9v',
+               SUFFIX    => '.gz',
+               },
 
-    OBJECT       => q[_rijndael$(OBJ_EXT) Rijndael$(OBJ_EXT)],
+       OBJECT => q[_rijndael$(OBJ_EXT) Rijndael$(OBJ_EXT)],
        ); 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Crypt-Rijndael-1.11/README 
new/Crypt-Rijndael-1.12/README
--- old/Crypt-Rijndael-1.11/README      2012-07-28 23:10:06.000000000 +0200
+++ new/Crypt-Rijndael-1.12/README      2014-01-03 23:36:19.000000000 +0100
@@ -1,5 +1,6 @@
 NAME
-    Crypt::Rijndael - Crypt::CBC compliant Rijndael encryption module
+    Crypt::Rijndael - Crypt::CBC compliant Rijndael encryption
+    module
 
 SYNOPSIS
      use Crypt::Rijndael;
@@ -15,44 +16,47 @@
      $plaintext = $cipher->decrypt($crypted);
 
 DESCRIPTION
-    This module implements the Rijndael cipher, which has just been selected
-    as the Advanced Encryption Standard.
+    This module implements the Rijndael cipher, which has just been
+    selected as the Advanced Encryption Standard.
 
     keysize
-        Returns the keysize, which is 32 (bytes). The Rijndael cipher
-        actually supports keylengths of 16, 24 or 32 bytes, but there is no
-        way to communicate this to "Crypt::CBC".
+        Returns the keysize, which is 32 (bytes). The Rijndael
+        cipher actually supports keylengths of 16, 24 or 32 bytes,
+        but there is no way to communicate this to `Crypt::CBC'.
 
     blocksize
-        The blocksize for Rijndael is 16 bytes (128 bits), although the
-        algorithm actually supports any blocksize that is any multiple of
-        our bytes. 128 bits, is however, the AES-specified block size, so
-        this is all we support.
+        The blocksize for Rijndael is 16 bytes (128 bits), although
+        the algorithm actually supports any blocksize that is any
+        multiple of our bytes. 128 bits, is however, the AES-
+        specified block size, so this is all we support.
 
     $cipher = Crypt::Rijndael->new( $key [, $mode] )
-        Create a new "Crypt::Rijndael" cipher object with the given key
-        (which must be 128, 192 or 256 bits long). The additional $mode
-        argument is the encryption mode, either "MODE_ECB" (electronic
-        codebook mode, the default), "MODE_CBC" (cipher block chaining, the
-        same that "Crypt::CBC" does), "MODE_CFB" (128-bit cipher feedback),
-        "MODE_OFB" (128-bit output feedback), or "MODE_CTR" (counter mode).
+        Create a new `Crypt::Rijndael' cipher object with the given
+        key (which must be 128, 192 or 256 bits long). The
+        additional `$mode' argument is the encryption mode, either
+        `MODE_ECB' (electronic codebook mode, the default),
+        `MODE_CBC' (cipher block chaining, the same that
+        `Crypt::CBC' does), `MODE_CFB' (128-bit cipher feedback),
+        `MODE_OFB' (128-bit output feedback), or `MODE_CTR' (counter
+        mode).
 
-        ECB mode is very insecure (read a book on cryptography if you don't
-        know why!), so you should probably use CBC mode.
+        ECB mode is very insecure (read a book on cryptography if
+        you don't know why!), so you should probably use CBC mode.
 
     $cipher->set_iv($iv)
-        This allows you to change the initial value vector used by the
-        chaining modes. It is not relevant for ECB mode.
+        This allows you to change the initial value vector used by
+        the chaining modes. It is not relevant for ECB mode.
 
     $cipher->encrypt($data)
-        Encrypt data. The size of $data must be a multiple of "blocksize"
-        (16 bytes), otherwise this function will croak. Apart from that, it
-        can be of (almost) any length.
+        Encrypt data. The size of `$data' must be a multiple of
+        `blocksize' (16 bytes), otherwise this function will croak.
+        Apart from that, it can be of (almost) any length.
 
     $cipher->decrypt($data)
-        Decrypts $data.
+        Decrypts `$data'.
 
   Encryption modes
+
     Use these constants to select the cipher type:
 
     MODE_CBC - Cipher Block Chaining
@@ -61,28 +65,28 @@
     MODE_ECB - Electronic cookbook mode
     MODE_OFB - Output feedback
     MODE_PCBC - ignore this one for now :)
-
 SEE ALSO
-    Crypt::CBC, http://www.csrc.nist.gov/encryption/aes/
+    the Crypt::CBC manpage, http://www.csrc.nist.gov/encryption/aes/
 
 BUGS
     Should EXPORT or EXPORT_OK the MODE constants.
 
 AUTHOR
-    Currently maintained by brian d foy, "<[email protected]>".
+    Currently maintained by brian d foy, `< <[email protected]' >>.
 
     Original code by Rafael R. Sevilla.
 
-    The Rijndael Algorithm was developed by Vincent Rijmen and Joan Daemen,
-    and has been selected as the US Government's Advanced Encryption
-    Standard.
+    The Rijndael Algorithm was developed by Vincent Rijmen and Joan
+    Daemen, and has been selected as the US Government's Advanced
+    Encryption Standard.
 
 SOURCE
     This code is in Github:
 
             git://github.com/briandfoy/crypt-rijndael.git
+            
+    =head1 LICENSE
 
-LICENSE
-    This software is licensed under the Lesser GNU Public License v3 (29
-    June 2007). See the included COPYING file for details.
+    This software is licensed under the Lesser GNU Public License v3
+    (29 June 2007). See the included COPYING file for details.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Crypt-Rijndael-1.11/Rijndael.pm 
new/Crypt-Rijndael-1.12/Rijndael.pm
--- old/Crypt-Rijndael-1.11/Rijndael.pm 2012-07-28 23:10:05.000000000 +0200
+++ new/Crypt-Rijndael-1.12/Rijndael.pm 2014-01-03 23:36:17.000000000 +0100
@@ -34,7 +34,7 @@
 
 require DynaLoader;
 
-$VERSION = '1.11';
+$VERSION = '1.12';
 @ISA = qw/DynaLoader/;
 
 bootstrap Crypt::Rijndael $VERSION;

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to