OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  r...@openpkg.org
  Module: openpkg-src                      Date:   23-Dec-2008 15:01:52
  Branch: HEAD                             Handle: 2008122314014900

  Modified files:
    openpkg-src/perl-crypto perl-crypto.spec

  Log:
    add Digest::Perl::MD5 which is useful if one needs the intermediate
    state of MD5

  Summary:
    Revision    Changes     Path
    1.183       +11 -1      openpkg-src/perl-crypto/perl-crypto.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-crypto/perl-crypto.spec
  ============================================================================
  $ cvs diff -u -r1.182 -r1.183 perl-crypto.spec
  --- openpkg-src/perl-crypto/perl-crypto.spec  15 Nov 2008 08:29:02 -0000      
1.182
  +++ openpkg-src/perl-crypto/perl-crypto.spec  23 Dec 2008 14:01:49 -0000      
1.183
  @@ -29,6 +29,7 @@
   %define       V_digest_md2            2.03
   %define       V_digest_md4            1.5
   %define       V_digest_md5            2.38
  +%define       V_digest_md5_perl       1.8
   %define       V_digest_hmac           1.01
   %define       V_digest_emac           1.2
   %define       V_digest_whirlpool      1.0.6
  @@ -74,7 +75,7 @@
   Group:        Perl
   License:      GPL/Artistic
   Version:      %{V_perl}
  -Release:      20081115
  +Release:      20081223
   
   #   package options
   %option       with_pari  no
  @@ -119,6 +120,7 @@
   Source36:     
http://www.cpan.org/modules/by-module/Crypt/Crypt-DH-%{V_crypt_dh}.tar.gz
   Source37:     
http://www.cpan.org/modules/by-module/Crypt/Crypt-Random-%{V_crypt_random}.tar.gz
   Source38:     
http://www.cpan.org/modules/by-module/Crypt/Crypt-Primes-%{V_crypt_primes}.tar.gz
  +Source39:     
http://www.cpan.org/modules/by-module/Digest/Digest-Perl-MD5-%{V_digest_md5_perl}.tar.gz
   Patch0:       perl-crypto.patch
   
   #   build information
  @@ -144,6 +146,7 @@
       - Digest::MD2 (%{V_digest_md2})
       - Digest::MD4 (%{V_digest_md4})
       - Digest::MD5 (%{V_digest_md5})
  +    - Digest::Perl::MD5 (%{V_digest_md5_perl})
       - Digest::HMAC (%{V_digest_hmac})
       - Digest::EMAC (%{V_digest_emac})
       - Digest::Whirlpool (%{V_digest_whirlpool})
  @@ -290,6 +293,11 @@
           url       = http://www.cpan.org/modules/by-module/Digest/
           regex     = Digest-MD5-(__VER__)\.tar\.gz
       }
  +    prog perl-crypto:Digest-Perl-MD5 = {
  +        version   = %{V_digest_md5_perl}
  +        url       = http://www.cpan.org/modules/by-module/Digest/
  +        regex     = Digest-Perl-MD5-(__VER__)\.tar\.gz
  +    }
       prog perl-crypto:Digest-SHA = {
           version   = %{V_digest_sha}
           url       = http://www.cpan.org/modules/by-module/Digest/
  @@ -418,6 +426,7 @@
       %setup -q -T -D -a 37
       %setup -q -T -D -a 38
   %endif
  +    %setup -q -T -D -a 39
       %patch -p0
   
   %build
  @@ -466,6 +475,7 @@
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE37} configure build install
       %{l_prefix}/bin/perl-openpkg -d %{SOURCE38} configure build install
   %endif
  +    %{l_prefix}/bin/perl-openpkg -d %{SOURCE39} configure build install
       %{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat 
perl-openpkg-files`
   
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to