diff --git a/Module-Runtime-0.014.tar.gz b/Module-Runtime-0.014.tar.gz deleted file mode 100644 index 3b0a5b1..0000000 --- a/Module-Runtime-0.014.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c44fe0ea255a9fd00741ee545063f6692d2a28e7ef2fbaad1b24a92803362a4 -size 17396 diff --git a/Module-Runtime-0.015.tar.gz b/Module-Runtime-0.015.tar.gz new file mode 100644 index 0000000..e7cf037 --- /dev/null +++ b/Module-Runtime-0.015.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67fcfaf4e33072924975675da9004bacc43fff9f61396135b93627cbe38e43c0 +size 17743 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-Module-Runtime.changes b/perl-Module-Runtime.changes index cdb00c3..f6c48d0 100644 --- a/perl-Module-Runtime.changes +++ b/perl-Module-Runtime.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Jul 17 05:49:49 UTC 2017 - coolo@suse.com + +- updated to 0.015 + see /usr/share/doc/packages/perl-Module-Runtime/Changes + + version 0.015; 2017-07-16 + + * update test suite to not rely on . in @INC, which is no longer + necessarily there from Perl 5.25.7 + + * in documentation, warn about the security problem with + use_package_optimistically() + + * declare correct version for Test::More dependency + + * generate "traditional" style of compatibility Makefile.PL, to + permit building in environments that don't support Build.PL or + configure_requires + ------------------------------------------------------------------- Mon Feb 24 06:10:39 UTC 2014 - coolo@suse.com diff --git a/perl-Module-Runtime.spec b/perl-Module-Runtime.spec index 84a8867..b860f46 100644 --- a/perl-Module-Runtime.spec +++ b/perl-Module-Runtime.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Runtime # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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-Module-Runtime -Version: 0.014 +Version: 0.015 Release: 0 %define cpan_name Module-Runtime -Summary: runtime module handling +Summary: Runtime Module Handling License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Module-Runtime/ -Source: http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl