diff --git a/Crypt-Random-Source-0.12.tar.gz b/Crypt-Random-Source-0.12.tar.gz deleted file mode 100644 index bf1992d..0000000 --- a/Crypt-Random-Source-0.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:308997980d32d43d43dc603f348fed18c6cc5ef65d19372eb6e92f2d4a2dbc02 -size 34495 diff --git a/Crypt-Random-Source-0.13.tar.gz b/Crypt-Random-Source-0.13.tar.gz new file mode 100644 index 0000000..5780e49 --- /dev/null +++ b/Crypt-Random-Source-0.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1072c2f786b5112aa4a4b695189bffb37bb1dc1474e7a0940917299c61fb9dd4 +size 36021 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Crypt-Random-Source.changes b/perl-Crypt-Random-Source.changes index b5aba15..6cbb62b 100644 --- a/perl-Crypt-Random-Source.changes +++ b/perl-Crypt-Random-Source.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 9 05:10:23 UTC 2018 - coolo@suse.com + +- updated to 0.13 + see /usr/share/doc/packages/perl-Crypt-Random-Source/Changes + ------------------------------------------------------------------- Tue Oct 10 05:20:11 UTC 2017 - coolo@suse.com diff --git a/perl-Crypt-Random-Source.spec b/perl-Crypt-Random-Source.spec index 0916fa3..047d113 100644 --- a/perl-Crypt-Random-Source.spec +++ b/perl-Crypt-Random-Source.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Crypt-Random-Source # -# 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 @@ -17,14 +17,15 @@ Name: perl-Crypt-Random-Source -Version: 0.12 +Version: 0.13 Release: 0 %define cpan_name Crypt-Random-Source Summary: Get weak or strong random data from pluggable sources -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Crypt-Random-Source/ Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -33,10 +34,11 @@ BuildRequires: perl(Capture::Tiny) >= 0.08 BuildRequires: perl(IO::File) >= 1.14 BuildRequires: perl(Module::Build::Tiny) >= 0.034 BuildRequires: perl(Module::Find) +BuildRequires: perl(Module::Metadata) BuildRequires: perl(Module::Runtime) BuildRequires: perl(Moo) >= 1.002000 BuildRequires: perl(Sub::Exporter) -BuildRequires: perl(Test::Exception) +BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Types::Standard) BuildRequires: perl(namespace::clean) >= 0.11