8
0
forked from pool/perl-DB_File

Accepting request 647178 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/647178
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DB_File?expand=0&rev=11
This commit is contained in:
2018-11-08 15:32:30 +00:00
committed by Git OBS Bridge
parent d96b1447f2
commit 21d35363c8
4 changed files with 24 additions and 7 deletions

View File

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

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

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

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Nov 8 06:12:19 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 1.843
see /usr/share/doc/packages/perl-DB_File/Changes
1.843 2 November 2018
* hints file (sourced from
http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/lang/perl5/files/)
Highlighed by Sevan Janiyan <venture37@geeklan.co.uk>
hints/bitrig.pl
hints/netbsd.pl
hints/minix.pl
hints/openbsd.pl
-------------------------------------------------------------------
Mon Jul 16 05:16:32 UTC 2018 - coolo@suse.com

View File

@@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-DB_File
Version: 1.842
Version: 1.843
Release: 0
%define cpan_name DB_File
Summary: Perl5 access to Berkeley DB version 1.x
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/DB_File/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PM/PMQS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -84,7 +84,7 @@ DB_BTREE. In this case the key will consist of a record (line) number.
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}
%check