8
0

Accepting request 727174 from devel:languages:perl:autoupdate

Automatic update

OBS-URL: https://build.opensuse.org/request/show/727174
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Peek?expand=0&rev=23
This commit is contained in:
Stephan Kulow
2019-08-30 12:21:55 +00:00
committed by Git OBS Bridge
parent 7bc627b890
commit 8bd5e2813b
3 changed files with 15 additions and 12 deletions

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 30 07:38:26 UTC 2019 - <timueller+perl@suse.de>
- updated to 0.48
see /usr/share/doc/packages/perl-Data-Peek/ChangeLog
-------------------------------------------------------------------
Sun Oct 8 08:32:28 UTC 2017 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Data-Peek
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -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-Data-Peek
Version: 0.47
Version: 0.48
Release: 0
%define cpan_name Data-Peek
Summary: Collection of Low-Level Debug Facilities
Summary: Collection of low-level debug facilities
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Data-Peek/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -35,7 +35,7 @@ Requires: perl(Test::More) >= 0.88
Requires: perl(Test::NoWarnings)
Recommends: perl(Data::Dumper) >= 2.167
Recommends: perl(Perl::Tidy)
Recommends: perl(Test::More) >= 1.302086
Recommends: perl(Test::More) >= 1.302125
%{perl_requires}
%description
@@ -48,11 +48,11 @@ perl internals API as possible.
%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