[perl-BerkeleyDB] Update to 0.49. BR Cwd (not in core now).

Steven Pritchard steve at fedoraproject.org
Sun Sep 18 22:39:04 UTC 2011


commit a51705d5633533d9630957d408d8deb14eb21159
Author: Steven Pritchard <steven.pritchard at gmail.com>
Date:   Sun Sep 18 17:37:53 2011 -0500

    Update to 0.49.
    BR Cwd (not in core now).

 perl-BerkeleyDB.spec |    9 +++++++--
 sources              |    2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/perl-BerkeleyDB.spec b/perl-BerkeleyDB.spec
index bd040a2..213efa2 100644
--- a/perl-BerkeleyDB.spec
+++ b/perl-BerkeleyDB.spec
@@ -9,8 +9,8 @@
 %global db_ver %(sed '/DB_VERSION_STRING/!d;s/.*Berkeley DB[[:space:]]*\\([^:]*\\):.*/\\1/' /usr/include/db.h 2>/dev/null || echo 4.0.0)
 
 Name:           perl-BerkeleyDB
-Version:        0.48
-Release:        2%{?dist}
+Version:        0.49
+Release:        1%{?dist}
 Summary:        Interface to Berkeley DB
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -18,6 +18,7 @@ URL:            http://search.cpan.org/dist/BerkeleyDB/
 Source0:        http://www.cpan.org/authors/id/P/PM/PMQS/BerkeleyDB-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  %{db_pkg}-devel
+BuildRequires:  perl(Cwd)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # For "make test".
 BuildRequires:  perl(MLDBM)
@@ -79,6 +80,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/BerkeleyDB.3pm*
 
 %changelog
+* Sun Sep 18 2011 Steven Pritchard <steve at kspei.com> 0.49-1
+- Update to 0.49.
+- BR Cwd (not in core now).
+
 * Sun Jun 19 2011 Paul Howarth <paul at city-fan.org> - 0.48-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 9b4b0e4..1b6301b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a37422a3ee116bc1f9f928a4a36edc31  BerkeleyDB-0.48.tar.gz
+8a1883f87ba82fc1614a636c8f899ea5  BerkeleyDB-0.49.tar.gz



More information about the perl-devel mailing list