Accepting request 723423 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/723423
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Specio?expand=0&rev=20
This commit is contained in:
Tina Müller 2019-08-15 19:02:51 +00:00 committed by Git OBS Bridge
parent 76aa15abe4
commit 2d4c2314ec
4 changed files with 20 additions and 7 deletions

View File

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

3
Specio-0.44.tar.gz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Aug 15 05:29:05 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.44
see /usr/share/doc/packages/perl-Specio/Changes
0.44 2019-08-14
- Replaced the use of B with XString if it is installed. The latter is much
smaller and provides the one subroutine from B we cared about. Based on GH
#15. Implemented by Nicolas R.
-------------------------------------------------------------------
Thu Nov 8 06:56:40 UTC 2018 - Stephan Kulow <coolo@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Specio
#
# 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
@ -17,7 +17,7 @@
Name: perl-Specio
Version: 0.43
Version: 0.44
Release: 0
%define cpan_name Specio
Summary: Type constraints and coercions for Perl
@ -59,6 +59,7 @@ Requires: perl(parent)
Requires: perl(version) >= 0.83
Recommends: perl(Ref::Util) >= 0.112
Recommends: perl(Sub::Util) >= 1.40
Recommends: perl(XString)
%{perl_requires}
%description
@ -81,10 +82,10 @@ with this module.
%build
perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install