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:
committed by
Git OBS Bridge
parent
f557624f8a
commit
0c9e29082e
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3ec84a06902d84737ddf1d1194d2bacab13b5f1aaeeae4d0b35997a8e16b0288
|
|
||||||
size 177411
|
|
||||||
3
DBM-Deep-2.0008.tar.gz
Normal file
3
DBM-Deep-2.0008.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4a30ed3329e665aa2cde0be1842814345fa563ec9d682e688aec064e64a87fc0
|
||||||
|
size 178419
|
||||||
@@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 4 07:24:32 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 29 16:01:17 CET 2012 - ro@suse.de
|
Wed Feb 29 16:01:17 CET 2012 - ro@suse.de
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-DBM-Deep
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
Summary: Pure perl multi-level hash/array DBM that supports transactions
|
||||||
License: GPL-1.0+ or Artistic-1.0
|
License: GPL-1.0+ or Artistic-1.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Version: 2.0004
|
Version: 2.0008
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://search.cpan.org/dist/DBM-Deep/
|
Url: http://search.cpan.org/dist/DBM-Deep/
|
||||||
Source: http://www.cpan.org/modules/by-module/DBM/DBM-Deep-%{version}.tar.gz
|
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
|
wrapper around a C-based DBM. Out-of-the-box compatibility with Unix, Mac
|
||||||
OS X and Windows.
|
OS X and Windows.
|
||||||
|
|
||||||
Author:
|
|
||||||
-------
|
|
||||||
Rob Kinyon, <rkinyon@cpan.org>
|
|
||||||
Joseph Huckaby, <jhuckaby@cpan.org>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
# would require Test::More >= 0.88 (done_testing)
|
# 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
|
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc Changes etc README utils
|
%doc Changes etc README utils
|
||||||
|
|||||||
Reference in New Issue
Block a user