diff --git a/perl-Data-Hierarchy.changes b/perl-Data-Hierarchy.changes index 5de3d07..1b9df50 100644 --- a/perl-Data-Hierarchy.changes +++ b/perl-Data-Hierarchy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de + +- enable parallel build + ------------------------------------------------------------------- Fri Jan 5 14:44:43 CET 2007 - lmuelle@suse.de diff --git a/perl-Data-Hierarchy.spec b/perl-Data-Hierarchy.spec index be88acd..5f83090 100644 --- a/perl-Data-Hierarchy.spec +++ b/perl-Data-Hierarchy.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Data-Hierarchy (Version 0.34) # -# 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 @@ -19,14 +19,14 @@ Name: perl-Data-Hierarchy -License: Artistic License +License: Artistic Group: Development/Libraries/Perl Url: http://cpan.org/ Requires: perl = %{perl_version} AutoReqProv: on Summary: Handle data in a hierarchical structure Version: 0.34 -Release: 103 +Release: 104 Source: http://cpan.org/modules/by-module/Data/Data-Hierarchy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -45,7 +45,7 @@ Authors: %build perl Makefile.PL -%{__make} +%{__make} %{?_smp_mflags} %install %perl_make_install @@ -65,17 +65,3 @@ perl Makefile.PL /var/adm/perl-modules/%{name} %changelog -* Fri Jan 05 2007 lmuelle@suse.de -- Update to version 0.34. - - Workaround various performance issues. The real fix will be in 0.40. -* Mon Sep 18 2006 lmuelle@suse.de -- Update to version 0.31. - - Fix a test assuming hash key orders. - - Big rewrite, simplifying the API and documenting everything. - - Added to_relative (to help with SVK floating checkouts). -* Wed Jan 25 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Wed Feb 16 2005 schwab@suse.de -- Don't remove BuildRoot in %%install. -* Mon Feb 14 2005 lmuelle@suse.de -- Initial SuSE package.