[perl-DB_File] 1.829 bump

Petr Pisar ppisar at fedoraproject.org
Wed Jul 10 10:48:08 UTC 2013


commit baaefff1ba634159e81d1e03906e9e5c49ce6012
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Jul 10 12:47:39 2013 +0200

    1.829 bump

 .gitignore                              |    1 +
 DB_File-1.824-respect_installdirs.patch |   26 --------------------------
 perl-DB_File.spec                       |    8 ++++----
 sources                                 |    2 +-
 4 files changed, 6 insertions(+), 31 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 67c2bf2..9e36d0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /DB_File-1.827.tar.gz
 /DB_File-1.828.tar.gz
+/DB_File-1.829.tar.gz
diff --git a/perl-DB_File.spec b/perl-DB_File.spec
index e6549e6..f67890b 100644
--- a/perl-DB_File.spec
+++ b/perl-DB_File.spec
@@ -1,13 +1,11 @@
 Name:           perl-DB_File
-Version:        1.828
+Version:        1.829
 Release:        1%{?dist}
 Summary:        Perl5 access to Berkeley DB version 1.x
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/DB_File/
 Source0:        http://www.cpan.org/authors/id/P/PM/PMQS/DB_File-%{version}.tar.gz
-# Install files into INSTALLDIR perl directory, CPAN RT#70420
-Patch0:         DB_File-1.824-respect_installdirs.patch
 BuildRequires:  libdb-devel
 BuildRequires:  perl
 BuildRequires:  perl(Config)
@@ -46,7 +44,6 @@ interface defined here mirrors the Berkeley DB interface closely.
 
 %prep
 %setup -q -n DB_File-%{version}
-%patch0 -p1
 find -type f -exec chmod -x {} +
 %fix_shbang_line dbinfo
 
@@ -70,6 +67,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jul 10 2013 Petr Pisar <ppisar at redhat.com> - 1.829-1
+- 1.829 bump
+
 * Thu May 09 2013 Petr Pisar <ppisar at redhat.com> - 1.828-1
 - 1.828 bump
 
diff --git a/sources b/sources
index f38ee23..b2c4631 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-519c2056754a3b1897c6d8b3bc82d6f5  DB_File-1.828.tar.gz
+7b3d62f2c64799c0d2dfe285c385f044  DB_File-1.829.tar.gz


More information about the scm-commits mailing list