Accepting request 843014 from devel:languages:perl:autoupdate
- updated to 0.46 see /usr/share/doc/packages/perl-Specio/Changes 0.46 2020-03-14 - No code changes, just fixing a mistake in the POD. Reported by Petr Pisar. Fixes #17. 0.45 2019-11-24 - Made XString a prereq if installing with Perl 5.10+. OBS-URL: https://build.opensuse.org/request/show/843014 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Specio?expand=0&rev=22
This commit is contained in:
parent
2d4c2314ec
commit
7e1a956a5b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b544177c4577b3d0dfbc4e1f695678714eefd7f40399da6b7a7d123e317b6d6f
|
|
||||||
size 103311
|
|
3
Specio-0.46.tar.gz
Normal file
3
Specio-0.46.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0bf42aa116076d6efc18f72b72c7acb5638bd41c0aa09aecc12fc8bf9ceb9596
|
||||||
|
size 105690
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 15 03:13:38 UTC 2020 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.46
|
||||||
|
see /usr/share/doc/packages/perl-Specio/Changes
|
||||||
|
|
||||||
|
0.46 2020-03-14
|
||||||
|
|
||||||
|
- No code changes, just fixing a mistake in the POD. Reported by Petr
|
||||||
|
Pisar. Fixes #17.
|
||||||
|
|
||||||
|
|
||||||
|
0.45 2019-11-24
|
||||||
|
|
||||||
|
- Made XString a prereq if installing with Perl 5.10+.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 15 05:29:05 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
Thu Aug 15 05:29:05 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Specio
|
# spec file for package perl-Specio
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 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-Specio
|
Name: perl-Specio
|
||||||
Version: 0.44
|
Version: 0.46
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Specio
|
%define cpan_name Specio
|
||||||
Summary: Type constraints and coercions for Perl
|
Summary: Type constraints and coercions for Perl
|
||||||
@ -42,6 +42,7 @@ BuildRequires: perl(Test::Fatal)
|
|||||||
BuildRequires: perl(Test::More) >= 0.96
|
BuildRequires: perl(Test::More) >= 0.96
|
||||||
BuildRequires: perl(Test::Needs)
|
BuildRequires: perl(Test::Needs)
|
||||||
BuildRequires: perl(Try::Tiny)
|
BuildRequires: perl(Try::Tiny)
|
||||||
|
BuildRequires: perl(XString)
|
||||||
BuildRequires: perl(parent)
|
BuildRequires: perl(parent)
|
||||||
BuildRequires: perl(version) >= 0.83
|
BuildRequires: perl(version) >= 0.83
|
||||||
Requires: perl(Devel::StackTrace)
|
Requires: perl(Devel::StackTrace)
|
||||||
@ -55,11 +56,11 @@ Requires: perl(Sub::Quote)
|
|||||||
Requires: perl(Test::Fatal)
|
Requires: perl(Test::Fatal)
|
||||||
Requires: perl(Test::More) >= 0.96
|
Requires: perl(Test::More) >= 0.96
|
||||||
Requires: perl(Try::Tiny)
|
Requires: perl(Try::Tiny)
|
||||||
|
Requires: perl(XString)
|
||||||
Requires: perl(parent)
|
Requires: perl(parent)
|
||||||
Requires: perl(version) >= 0.83
|
Requires: perl(version) >= 0.83
|
||||||
Recommends: perl(Ref::Util) >= 0.112
|
Recommends: perl(Ref::Util) >= 0.112
|
||||||
Recommends: perl(Sub::Util) >= 1.40
|
Recommends: perl(Sub::Util) >= 1.40
|
||||||
Recommends: perl(XString)
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -94,7 +95,7 @@ make test
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc appveyor.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md TODO.md
|
%doc azure-pipelines.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md TODO.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user