diff --git a/perl-Crypt-OpenSSL-Random.changes b/perl-Crypt-OpenSSL-Random.changes index 18695ea..fca8923 100644 --- a/perl-Crypt-OpenSSL-Random.changes +++ b/perl-Crypt-OpenSSL-Random.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de + +- enable parallel build + ------------------------------------------------------------------- Tue Jan 20 12:23:02 CET 2009 - varkoly@suse.de diff --git a/perl-Crypt-OpenSSL-Random.spec b/perl-Crypt-OpenSSL-Random.spec index 70f6010..69d56bd 100644 --- a/perl-Crypt-OpenSSL-Random.spec +++ b/perl-Crypt-OpenSSL-Random.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Crypt-OpenSSL-Random (Version 0.04) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 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 @@ -27,7 +27,7 @@ Requires: perl = %{perl_version} AutoReqProv: on Summary: Interface to OpenSSL PRNG methods Version: 0.04 -Release: 2 +Release: 3 Source: Crypt-OpenSSL-Random-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -45,7 +45,7 @@ Authors: %build perl Makefile.PL -make +make %{?_smp_mflags} %check make test @@ -70,5 +70,3 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor /var/adm/perl-modules/perl-Crypt-OpenSSL-Random %changelog -* Tue Jan 20 2009 varkoly@suse.de -- Initial version of perl-Crypt-OpenSSL-Random