From 7e1a956a5b786b337ab5a1f141e54d8cec3b839190d6bb8f09c8cbdda8a3b406 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Tue, 20 Oct 2020 18:15:27 +0000 Subject: [PATCH] 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 --- Specio-0.44.tar.gz | 3 --- Specio-0.46.tar.gz | 3 +++ perl-Specio.changes | 16 ++++++++++++++++ perl-Specio.spec | 9 +++++---- 4 files changed, 24 insertions(+), 7 deletions(-) delete mode 100644 Specio-0.44.tar.gz create mode 100644 Specio-0.46.tar.gz diff --git a/Specio-0.44.tar.gz b/Specio-0.44.tar.gz deleted file mode 100644 index a434104..0000000 --- a/Specio-0.44.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b544177c4577b3d0dfbc4e1f695678714eefd7f40399da6b7a7d123e317b6d6f -size 103311 diff --git a/Specio-0.46.tar.gz b/Specio-0.46.tar.gz new file mode 100644 index 0000000..79d8644 --- /dev/null +++ b/Specio-0.46.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf42aa116076d6efc18f72b72c7acb5638bd41c0aa09aecc12fc8bf9ceb9596 +size 105690 diff --git a/perl-Specio.changes b/perl-Specio.changes index 0fae370..8eb8473 100644 --- a/perl-Specio.changes +++ b/perl-Specio.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Mar 15 03:13:38 UTC 2020 - + +- 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 diff --git a/perl-Specio.spec b/perl-Specio.spec index a5a721d..0a32332 100644 --- a/perl-Specio.spec +++ b/perl-Specio.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-Specio -Version: 0.44 +Version: 0.46 Release: 0 %define cpan_name Specio Summary: Type constraints and coercions for Perl @@ -42,6 +42,7 @@ BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Test::Needs) BuildRequires: perl(Try::Tiny) +BuildRequires: perl(XString) BuildRequires: perl(parent) BuildRequires: perl(version) >= 0.83 Requires: perl(Devel::StackTrace) @@ -55,11 +56,11 @@ Requires: perl(Sub::Quote) Requires: perl(Test::Fatal) Requires: perl(Test::More) >= 0.96 Requires: perl(Try::Tiny) +Requires: perl(XString) 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 @@ -94,7 +95,7 @@ make test %files -f %{name}.files %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 %changelog