From 76aa15abe40bb694925536923aeb6b5e667c525b4cfe7052c18da69a4caad4de Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 8 Nov 2018 15:09:13 +0000 Subject: [PATCH] Accepting request 647214 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/647214 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Specio?expand=0&rev=18 --- Specio-0.42.tar.gz | 3 --- Specio-0.43.tar.gz | 3 +++ perl-Specio.changes | 14 ++++++++++++++ perl-Specio.spec | 12 ++++++------ 4 files changed, 23 insertions(+), 9 deletions(-) delete mode 100644 Specio-0.42.tar.gz create mode 100644 Specio-0.43.tar.gz diff --git a/Specio-0.42.tar.gz b/Specio-0.42.tar.gz deleted file mode 100644 index 538a077..0000000 --- a/Specio-0.42.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23298b93a26d7ae3c1d58106f5898d84ddc71b626afdbf801bddb04d5e524ef6 -size 101641 diff --git a/Specio-0.43.tar.gz b/Specio-0.43.tar.gz new file mode 100644 index 0000000..0a3215b --- /dev/null +++ b/Specio-0.43.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd0debf7b6404127d5e0bb7fb78cfef9df5e2519d3d6ad7113b59ad1da9fa1d +size 104288 diff --git a/perl-Specio.changes b/perl-Specio.changes index 387f504..e739cee 100644 --- a/perl-Specio.changes +++ b/perl-Specio.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Nov 8 06:56:40 UTC 2018 - Stephan Kulow + +- updated to 0.43 + see /usr/share/doc/packages/perl-Specio/Changes + + 0.43 2018-10-26 + + - Optimized compile-time operations to make Specio itself quicker to + load. Specio's load time is a non-trivial part of the load time of DateTime + (and presumably other things that use it). Based on + https://github.com/houseabsolute/DateTime.pm/issues/85. Reported by + versable. + ------------------------------------------------------------------- Sun Nov 5 07:02:33 UTC 2017 - coolo@suse.com diff --git a/perl-Specio.spec b/perl-Specio.spec index b083985..e8f1d6d 100644 --- a/perl-Specio.spec +++ b/perl-Specio.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Specio # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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-Specio -Version: 0.42 +Version: 0.43 Release: 0 %define cpan_name Specio Summary: Type constraints and coercions for Perl License: Artistic-2.0 Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Specio/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -80,7 +80,7 @@ with this module. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +perl Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} %check @@ -93,7 +93,7 @@ with this module. %files -f %{name}.files %defattr(-,root,root,755) -%doc appveyor.yml Changes CONTRIBUTING.md README.md TODO.md +%doc appveyor.yml Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md TODO.md %license LICENSE %changelog