diff --git a/Module-Load-Conditional-0.64.tar.gz b/Module-Load-Conditional-0.64.tar.gz deleted file mode 100644 index 1955a4a..0000000 --- a/Module-Load-Conditional-0.64.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06731dc00723c2c74d60b778d345ab22f50ea19b8f0b4023719b2edc08f6e001 -size 13110 diff --git a/Module-Load-Conditional-0.68.tar.gz b/Module-Load-Conditional-0.68.tar.gz new file mode 100644 index 0000000..7a06d40 --- /dev/null +++ b/Module-Load-Conditional-0.68.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7627b55cd94a2f1a4667f9203e2c990cad015bf34ec6b41b4f73af848f0698fd +size 13344 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-Load-Conditional.changes b/perl-Module-Load-Conditional.changes index 319c1b8..012873e 100644 --- a/perl-Module-Load-Conditional.changes +++ b/perl-Module-Load-Conditional.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Oct 8 14:42:18 UTC 2016 - coolo@suse.com + +- updated to 0.68 + see /usr/share/doc/packages/perl-Module-Load-Conditional/CHANGES + + 0.68 Fri Jul 29 08:01:12 BST 2016 + + * Fix unconditional @INC localisation + + 0.66 Wed Jul 27 08:22:53 BST 2016 + + * Add FORCE_SAFE_INC option to fix CVE-2016-1238 + ------------------------------------------------------------------- Sat Oct 8 13:41:32 UTC 2016 - coolo@suse.com diff --git a/perl-Module-Load-Conditional.spec b/perl-Module-Load-Conditional.spec index 825285d..215e9b7 100644 --- a/perl-Module-Load-Conditional.spec +++ b/perl-Module-Load-Conditional.spec @@ -17,7 +17,7 @@ Name: perl-Module-Load-Conditional -Version: 0.64 +Version: 0.68 Release: 0 %define cpan_name Module-Load-Conditional Summary: Looking up module information / loading at runtime @@ -25,6 +25,7 @@ License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Module-Load-Conditional/ Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl