8
0

Accepting request 29297 from devel:languages:perl

Copy from devel:languages:perl/perl-Data-Hierarchy based on submit request 29297 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29297
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Data-Hierarchy?expand=0&rev=5
This commit is contained in:
OBS User autobuild
2010-01-12 12:57:45 +00:00
committed by Git OBS Bridge
parent ee4a7cfac0
commit 4488f79229
2 changed files with 9 additions and 18 deletions

View File

@@ -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

View File

@@ -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.