Hello community,

here is the log from the commit of package perl-Crypt-RC4 for openSUSE:Factory
checked in at Thu Jun 16 10:51:42 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/perl-Crypt-RC4/perl-Crypt-RC4.changes  
2011-06-07 09:19:55.000000000 +0200
@@ -0,0 +1,20 @@
+-------------------------------------------------------------------
+Tue Jun  7 07:19:30 UTC 2011 - co...@novell.com
+
+- ran spec-cleaner
+
+-------------------------------------------------------------------
+Tue Nov 30 19:20:02 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Mon Nov 29 18:29:37 UTC 2010 - co...@novell.com
+
+- remove /var/adm/perl-modules
+
+-------------------------------------------------------------------
+Sun Jul 25 23:58:05 UTC 2010 - pascal.ble...@opensuse.org
+
+- initial package (2.02)
+

calling whatdependson for head-i586


New:
----
  Crypt-RC4-2.02.tar.gz
  perl-Crypt-RC4.changes
  perl-Crypt-RC4.spec

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

Other differences:
------------------
++++++ perl-Crypt-RC4.spec ++++++
#
# spec file for package perl-Crypt-RC4
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Pascal Bleser
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           perl-Crypt-RC4
Version:        2.02
Release:        1
License:        GPL+ or Artistic
Summary:        Perl implementation of the RC4 encryption algorithm
Url:            http://search.cpan.org/dist/Crypt-RC4/
Group:          Development/Libraries/Perl
Source:         
http://search.cpan.org/CPAN/authors/id/S/SI/SIFUKURT/Crypt-RC4-%{version}.tar.gz
BuildRequires:  make
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{perl_requires}

%description
A simple implementation of the RC4 algorithm, developed by RSA Security, Inc.
Here is the description from RSA's website:

RC4 is a stream cipher designed by Rivest for RSA Data Security (now RSA
Security). It is a variable key-size stream cipher with byte-oriented
operations. The algorithm is based on the use of a random permutation. Analysis
shows that the period of the cipher is overwhelmingly likely to be greater than
10100. Eight to sixteen machine operations are required per output byte, and
the cipher can be expected to run very quickly in software. Independent
analysts have scrutinized the algorithm and it is considered secure.

%prep
%setup -q -n "Crypt-RC4-%{version}"
sed -i '/^auto_install/d' Makefile.PL

%build
perl Makefile.PL PREFIX="%{_prefix}"
make %{?jobs:-j%{jobs}}

%install
%perl_make_install
%perl_process_packlist

%check
make test

%clean
%{?buildroot:rm -rf %{buildroot}}

%files
%defattr(-,root,root)
%doc Changes
%dir %{perl_vendorlib}/Crypt
%{perl_vendorlib}/Crypt/RC4.pm
%dir %{perl_vendorarch}/auto/Crypt
%{perl_vendorarch}/auto/Crypt/RC4
%doc %{perl_man3dir}/Crypt::RC4.%{perl_man3ext}%{ext_man}

%changelog

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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to