From baaefff1ba634159e81d1e03906e9e5c49ce6012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 10 Jul 2013 12:47:39 +0200 Subject: [PATCH] 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(-) delete mode 100644 DB_File-1.824-respect_installdirs.patch 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/DB_File-1.824-respect_installdirs.patch b/DB_File-1.824-respect_installdirs.patch deleted file mode 100644 index faf0079..0000000 --- a/DB_File-1.824-respect_installdirs.patch +++ /dev/null @@ -1,26 +0,0 @@ -commit 95115572e8e7941b8db887f5eceb0a18a4d10fa9 -Author: Todd Rinaldo -Date: Wed May 18 09:18:04 2011 -0500 - - Remove INSTALLDIRS from macro in Makefile.PL so site override works - -diff --git a/Makefile.PL b/Makefile.PL -index a586a04..c05b552 100644 ---- a/Makefile.PL -+++ b/Makefile.PL -@@ -60,13 +60,12 @@ WriteMakefile( - AUTHOR => 'Paul Marquess ') - : () - ), -- -- -+ ($] < 5.008 || $] > 5.011) ? (INSTALLDIRS => 'site') : ( INSTALLDIRS => 'perl' ), - #OPTIMIZE => '-g', - 'depend' => { 'Makefile' => 'config.in', - 'version$(OBJ_EXT)' => 'version.c'}, - 'clean' => { FILES => 'constants.h constants.xs' }, -- 'macro' => { INSTALLDIRS => 'perl', my_files => "@files" }, -+ 'macro' => { my_files => "@files" }, - 'dist' => { COMPRESS => 'gzip', SUFFIX => 'gz', - DIST_DEFAULT => 'MyDoubleCheck tardist'}, - ); 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 - 1.829-1 +- 1.829 bump + * Thu May 09 2013 Petr Pisar - 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