Accepting request 767969 from devel:languages:perl:autoupdate

- updated to 1.01
   see /usr/share/doc/packages/perl-CDB_File/Changelog

OBS-URL: https://build.opensuse.org/request/show/767969
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-CDB_File?expand=0&rev=6
This commit is contained in:
Lars Vogdt
2020-01-28 22:19:43 +00:00
committed by Git OBS Bridge
parent a748734791
commit f8a5cdcd0c
4 changed files with 19 additions and 13 deletions

View File

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

3
CDB_File-1.01.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 28 03:08:36 UTC 2020 - <timueller+perl@suse.de>
- updated to 1.01
see /usr/share/doc/packages/perl-CDB_File/Changelog
-------------------------------------------------------------------
Tue Jul 19 05:04:40 UTC 2016 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-CDB_File
#
# Copyright (c) 2016 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
@@ -12,19 +12,19 @@
# 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-CDB_File
Version: 0.99
Version: 1.01
Release: 0
%define cpan_name CDB_File
Summary: Perl extension for access to cdb databases
License: Artistic-1.0 or GPL-1.0+
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/CDB_File/
Source0: http://www.cpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -42,11 +42,11 @@ BuildRequires: perl-macros
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install
@@ -55,6 +55,6 @@ BuildRequires: perl-macros
%files -f %{name}.files
%defattr(-,root,root,755)
%doc ACKNOWLEDGE CHANGES COPYRIGHT README
%doc ACKNOWLEDGE Changelog COPYRIGHT README.md
%changelog