8
0
forked from pool/perl-DB_File

Accepting request 690098 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/690098
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DB_File?expand=0&rev=12
This commit is contained in:
Stephan Kulow
2019-03-31 09:43:40 +00:00
committed by Git OBS Bridge
parent 21d35363c8
commit 177c0ee154
4 changed files with 21 additions and 7 deletions

View File

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

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

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Mar 31 05:06:57 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 1.850
see /usr/share/doc/packages/perl-DB_File/Changes
1.850 10 Feb 2019
* Added soure to github
https://github.com/pmqs/DB_File
* Added .travis.yml
* Added t/meta-json.t & t/meta-yaml.t
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 8 06:12:19 UTC 2018 - Stephan Kulow <coolo@suse.com> Thu Nov 8 06:12:19 UTC 2018 - Stephan Kulow <coolo@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-DB_File # spec file for package perl-DB_File
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-DB_File Name: perl-DB_File
Version: 1.843 Version: 1.850
Release: 0 Release: 0
%define cpan_name DB_File %define cpan_name DB_File
Summary: Perl5 access to Berkeley DB version 1.x Summary: Perl5 access to Berkeley DB version 1.x
@@ -85,10 +85,10 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build %build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags} make %{?_smp_mflags}
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install