packages: perl-Crypt-RIPEMD160/perl-Crypt-RIPEMD160.spec, perl-Crypt-RIPEMD...
zbyniu
zbyniu at pld-linux.org
Sat Jan 14 01:56:15 CET 2012
Author: zbyniu Date: Sat Jan 14 00:56:15 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 0.05
---- Files affected:
packages/perl-Crypt-RIPEMD160:
perl-Crypt-RIPEMD160.spec (1.23 -> 1.24) , perl-Crypt-RIPEMD160-types.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: packages/perl-Crypt-RIPEMD160/perl-Crypt-RIPEMD160.spec
diff -u packages/perl-Crypt-RIPEMD160/perl-Crypt-RIPEMD160.spec:1.23 packages/perl-Crypt-RIPEMD160/perl-Crypt-RIPEMD160.spec:1.24
--- packages/perl-Crypt-RIPEMD160/perl-Crypt-RIPEMD160.spec:1.23 Tue Oct 11 10:11:16 2011
+++ packages/perl-Crypt-RIPEMD160/perl-Crypt-RIPEMD160.spec Sat Jan 14 01:56:10 2012
@@ -9,13 +9,13 @@
Summary: Crypt::RIPEMD160 Perl module - RIPEMD160 message digest algorithm
Summary(pl.UTF-8): Moduł Perla Crypt::RIPEMD160 - algorytm skrótu RIPEMD160
Name: perl-Crypt-RIPEMD160
-Version: 0.04
-Release: 10
+Version: 0.05
+Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 132c1b74deabd6511726945373308699
+# Source0-md5: 08e7ded22a090a6583756df8e1cf1597
Patch0: %{name}-types.patch
URL: http://search.cpan.org/dist/Crypt-RIPEMD160/
BuildRequires: perl-devel >= 1:5.8.0
@@ -75,6 +75,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.24 2012/01/14 00:56:10 zbyniu
+- up to 0.05
+
Revision 1.23 2011/10/11 08:11:16 lisu
- rel 10
================================================================
Index: packages/perl-Crypt-RIPEMD160/perl-Crypt-RIPEMD160-types.patch
diff -u packages/perl-Crypt-RIPEMD160/perl-Crypt-RIPEMD160-types.patch:1.1 packages/perl-Crypt-RIPEMD160/perl-Crypt-RIPEMD160-types.patch:1.2
--- packages/perl-Crypt-RIPEMD160/perl-Crypt-RIPEMD160-types.patch:1.1 Sat Aug 28 22:50:04 2004
+++ packages/perl-Crypt-RIPEMD160/perl-Crypt-RIPEMD160-types.patch Sat Jan 14 01:56:10 2012
@@ -8,9 +8,9 @@
/* typedef 8, 16 and 32 bit types, resp. */
/* adapt these, if necessary,
for your operating system and compiler */
--typedef unsigned char byte; /* unsigned 8-bit integer */
--typedef unsigned short word; /* unsigned 16-bit integer */
--typedef unsigned long dword; /* unsigned 32-bit integer */
+-typedef unsigned char byte; /* unsigned 8-bit integer */
+-typedef unsigned short word; /* unsigned 16-bit integer */
+-typedef unsigned int dword; /* unsigned 32-bit integer */
+typedef uint8_t byte; /* unsigned 8-bit integer */
+typedef uint16_t word; /* unsigned 16-bit integer */
+typedef uint32_t dword; /* unsigned 32-bit integer */
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Crypt-RIPEMD160/perl-Crypt-RIPEMD160.spec?r1=1.23&r2=1.24&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Crypt-RIPEMD160/perl-Crypt-RIPEMD160-types.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list