diff --git a/DBM-Deep-2.0009-pod.patch b/DBM-Deep-2.0009-pod.patch new file mode 100644 index 0000000..903aecf --- /dev/null +++ b/DBM-Deep-2.0009-pod.patch @@ -0,0 +1,19 @@ +Description: fix link +Origin: vendor +Bug: https://rt.cpan.org/Ticket/Display.html?id=85252 +Bug-Debian: http://bugs.debian.org/709793 +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85252 +Author: gregor herrmann +Last-Update: 2013-05-26 + +--- a/lib/DBM/Deep.pod ++++ b/lib/DBM/Deep.pod +@@ -51,7 +51,7 @@ + + B: 2.0000 introduces Unicode support in the File back end. This + necessitates a change in the file format. The version 1.0003 format is +-still supported, though, so we have added a L ++still supported, though, so we have added a L + method. If you are using a database in the old format, you will have to + upgrade it to get Unicode support. + diff --git a/perl-DBM-Deep.spec b/perl-DBM-Deep.spec index 121df81..08c28a0 100644 --- a/perl-DBM-Deep.spec +++ b/perl-DBM-Deep.spec @@ -1,11 +1,12 @@ Name: perl-DBM-Deep -Version: 2.0008 -Release: 4%{?dist} +Version: 2.0009 +Release: 1%{?dist} Summary: A pure perl multi-level hash/array DBM License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/DBM-Deep/ -Source0: http://www.cpan.org/modules/by-module/DBM/DBM-Deep-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/R/RK/RKINYON/DBM-Deep-%{version}.tar.gz +Patch0: DBM-Deep-2.0009-pod.patch BuildArch: noarch BuildRequires: perl >= 3:5.8.4 BuildRequires: perl(base) @@ -46,6 +47,9 @@ C-based DBM. Out-of-the-box compatibility with Unix, Mac OS X and Windows. %prep %setup -q -n DBM-Deep-%{version} +# Fix broken POD (CPAN RT#85252) +%patch0 -p1 + %build export PERL_MM_USE_DEFAULT=1 perl Build.PL installdirs=vendor @@ -65,6 +69,12 @@ LONG_TESTS=1 TEST_SQLITE=1 ./Build test %{_mandir}/man3/DBM::Deep* %changelog +* Mon Jul 1 2013 Paul Howarth - 2.0009-1 +- Update to 2.0009 + - Fix for pushing non-true values in DBM::Deep::Array (CPAN RT#85414) +- This release by RKINYON -> update source URL +- Add patch to fix broken POD (CPAN RT#85252) + * Thu Feb 14 2013 Fedora Release Engineering - 2.0008-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 23a6b47..2230a15 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -033064a43a8a189bf86781d398d1a88b DBM-Deep-2.0008.tar.gz +a5e0aa1d5e835aa1d502e7256b4fb035 DBM-Deep-2.0009.tar.gz