8
0
forked from pool/perl-DB_File

Accepting request 761214 from devel:languages:perl:autoupdate

- updated to 1.853
   see /usr/share/doc/packages/perl-DB_File/Changes

OBS-URL: https://build.opensuse.org/request/show/761214
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DB_File?expand=0&rev=15
This commit is contained in:
Lars Vogdt
2020-01-07 07:54:01 +00:00
committed by Git OBS Bridge
parent bd891785cb
commit 58b30e99d4
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ab7957523b6da39c55cb2ec4e677d88aa4034fd0b2f40788781a58e7d078391
size 138208

3
DB_File-1.853.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d0c859cdb006c86d97b6dc316cb64b42b5b4178bd0c270e3d440ee42a23e26f9
size 146345

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 6 03:07:22 UTC 2020 - <timueller+perl@suse.de>
- updated to 1.853
see /usr/share/doc/packages/perl-DB_File/Changes
-------------------------------------------------------------------
Mon Apr 22 05:04:36 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-DB_File
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-DB_File
Version: 1.852
Version: 1.853
Release: 0
%define cpan_name DB_File
Summary: Perl5 access to Berkeley DB version 1.x
@@ -81,7 +81,7 @@ DB_BTREE. In this case the key will consist of a record (line) number.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"