diff --git a/perl-Error.changes b/perl-Error.changes index 492e9c2..da52c1b 100644 --- a/perl-Error.changes +++ b/perl-Error.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de + +- enable parallel build + ------------------------------------------------------------------- Wed Sep 10 17:01:50 CEST 2008 - anicka@suse.cz diff --git a/perl-Error.spec b/perl-Error.spec index d044d52..62ffcbf 100644 --- a/perl-Error.spec +++ b/perl-Error.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Error (Version 0.17015 ) # -# Copyright (c) 2008 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 @@ -21,12 +21,12 @@ Name: perl-Error Summary: Object oriented style error/exception handling Version: 0.17015 -Release: 1 +Release: 4 Requires: perl = %{perl_version} BuildRequires: perl-Test-Pod-Coverage AutoReqProv: on Group: Development/Libraries/Perl -License: Artistic License +License: Artistic Url: http://www.cpan.org/modules/by-module/Error/ Source: Error-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -48,7 +48,7 @@ Authors: %build perl Makefile.PL -make +make %{?_smp_mflags} %check make test @@ -71,10 +71,3 @@ make DESTDIR=$RPM_BUILD_ROOT install_vendor /var/adm/perl-modules/* %changelog -* Wed Sep 10 2008 anicka@suse.cz -- update to 0.17015 - * Added the "SEE ALSO" section to the Error.pm POD mentioning - Exception::Class and Error::Exception. - * Made Makefile.PL require perl-5.6.0 and above. -* Thu Jul 24 2008 anicka@suse.cz -- package created (version 0.17012)