8
0
forked from pool/perl-DBM-Deep

Accepting request 177330 from home:coolo:update-perl

- updated to 2.0008
   - Arrays and hashes retrieved from a database no longer create
     circular references (RT#77746).
   - Include one-line descriptions of each POD page after the name.
     Thanks to Yves Agostini for the patch and Gregor Herrmann for
     submitting it (RT#76378).
   - t/98_pod.t: Skip tests if Pod::Simple 3.21 is installed
     (RT#77419).
   - Er, try harder to get t/27_filehandle.t to work under TB2. The
     extra ‘TAP version 13’ line was causing a TAP parse error.
   - t/27_filehandle.t has been fixed again. It no longer violates
     Test::Builder’s encapsulation.

OBS-URL: https://build.opensuse.org/request/show/177330
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBM-Deep?expand=0&rev=8
This commit is contained in:
Stephan Kulow
2013-06-04 08:45:33 +00:00
committed by Git OBS Bridge
parent f557624f8a
commit 0c9e29082e
4 changed files with 24 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-DBM-Deep
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 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
@@ -23,7 +23,7 @@ Name: perl-DBM-Deep
Summary: Pure perl multi-level hash/array DBM that supports transactions
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Version: 2.0004
Version: 2.0008
Release: 0
Url: http://search.cpan.org/dist/DBM-Deep/
Source: http://www.cpan.org/modules/by-module/DBM/DBM-Deep-%{version}.tar.gz
@@ -63,11 +63,6 @@ slow-down. Written from the ground-up in pure perl -- this is NOT a
wrapper around a C-based DBM. Out-of-the-box compatibility with Unix, Mac
OS X and Windows.
Author:
-------
Rob Kinyon, <rkinyon@cpan.org>
Joseph Huckaby, <jhuckaby@cpan.org>
%prep
%setup -q -n %{cpan_name}-%{version}
# would require Test::More >= 0.88 (done_testing)
@@ -87,9 +82,6 @@ LONG_TESTS=1 ./Build test
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files
%defattr(-,root,root,-)
%doc Changes etc README utils