Hello community,

here is the log from the commit of package perl-Crypt-OpenSSL-RSA for 
openSUSE:Factory
checked in at Tue May 17 15:30:26 CEST 2011.



--------
--- perl-Crypt-OpenSSL-RSA/perl-Crypt-OpenSSL-RSA.changes       2010-12-01 
14:40:20.000000000 +0100
+++ 
/mounts/work_src_done/STABLE/perl-Crypt-OpenSSL-RSA/perl-Crypt-OpenSSL-RSA.changes
  2011-05-17 15:01:30.000000000 +0200
@@ -1,0 +2,5 @@
+Tue May 17 13:01:20 UTC 2011 - [email protected]
+
+- fix use of autoloader
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ perl-Crypt-OpenSSL-RSA.spec ++++++
--- /var/tmp/diff_new_pack.aNjc8m/_old  2011-05-17 15:30:15.000000000 +0200
+++ /var/tmp/diff_new_pack.aNjc8m/_new  2011-05-17 15:30:15.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Crypt-OpenSSL-RSA (Version 0.26)
+# spec file for package perl-Crypt-OpenSSL-RSA
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -22,7 +22,7 @@
 %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
 Summary:        RSA encoding and decoding, using the openSSL libraries
 Version:        0.26
-Release:        4
+Release:        9
 License:        GPLv2
 Group:          Development/Libraries/Perl
 AutoReqProv:    on

++++++ Crypt-OpenSSL-RSA.patch ++++++
--- /var/tmp/diff_new_pack.aNjc8m/_old  2011-05-17 15:30:15.000000000 +0200
+++ /var/tmp/diff_new_pack.aNjc8m/_new  2011-05-17 15:30:15.000000000 +0200
@@ -1,6 +1,8 @@
---- RSA.xs.orig        2009-11-22 18:38:26.000000000 +0000
-+++ RSA.xs     2010-04-04 20:38:46.685992188 +0000
-@@ -40,7 +40,7 @@
+Index: RSA.xs
+===================================================================
+--- RSA.xs.orig        2009-11-22 19:38:26.000000000 +0100
++++ RSA.xs     2011-05-17 15:00:29.464115432 +0200
+@@ -40,7 +40,7 @@ void croakSsl(char* p_file, int p_line)
  
  #define CHECK_OPEN_SSL(p_result) if (!(p_result)) croakSsl(__FILE__, 
__LINE__);
  
@@ -9,3 +11,16 @@
  #define CHECK_NEW(p_var, p_size, p_type) \
    if (New(0, p_var, p_size, p_type) == NULL) \
      { PACKAGE_CROAK("unable to alloc buffer"); }
+Index: RSA.pm
+===================================================================
+--- RSA.pm.orig        2009-11-22 21:36:07.000000000 +0100
++++ RSA.pm     2011-05-17 15:00:45.753577558 +0200
+@@ -6,7 +6,7 @@ use Carp;
+ use vars qw ($VERSION @ISA @EXPORT @EXPORT_OK $AUTOLOAD);
+ 
+ require DynaLoader;
+-require AutoLoader;
++use AutoLoader 'AUTOLOAD';
+ 
+ @ISA = qw(DynaLoader);
+ 


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



Remember to have fun...

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

Reply via email to