From 0a762223f33562ce24b2ad1879508c1a6805a2bccd28b533434236152cf9ab7a Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 24 Feb 2014 08:37:30 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Find?expand=0&rev=11 --- Module-Find-0.11.tar.gz | 3 --- Module-Find-0.12.tar.gz | 3 +++ perl-Module-Find.changes | 14 ++++++++++++++ perl-Module-Find.spec | 9 ++++----- 4 files changed, 21 insertions(+), 8 deletions(-) delete mode 100644 Module-Find-0.11.tar.gz create mode 100644 Module-Find-0.12.tar.gz diff --git a/Module-Find-0.11.tar.gz b/Module-Find-0.11.tar.gz deleted file mode 100644 index 1561dd9..0000000 --- a/Module-Find-0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:650ddcc829cf274b860e7bb6e93204f90be1c0339d11ee008305e2452f67d397 -size 5286 diff --git a/Module-Find-0.12.tar.gz b/Module-Find-0.12.tar.gz new file mode 100644 index 0000000..75636bc --- /dev/null +++ b/Module-Find-0.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f490ed1ae2f5c463858fd1383543e2104a0e29706ea53ceda9f55db29b1c83d1 +size 5902 diff --git a/perl-Module-Find.changes b/perl-Module-Find.changes index 783a175..fef05e0 100644 --- a/perl-Module-Find.changes +++ b/perl-Module-Find.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Feb 24 08:37:02 UTC 2014 - coolo@suse.com + +- updated to 0.12 + Fixed RT#81077: useall fails in taint mode + Thanks to Aran Deltac, who contributed the implementation and test. + + Fixed RT#83596: Documentation doesn't describe behaviour if a module fails to load + Clarified documentation for useall and usesub. + + Fixed RT#62923: setmoduledirs(undef) doesn't reset to searching @INC + Added more explicit tests. + Thanks to Colin Robertson for his input. + ------------------------------------------------------------------- Wed May 23 13:42:24 UTC 2012 - coolo@suse.com diff --git a/perl-Module-Find.spec b/perl-Module-Find.spec index 4482b6c..be218b2 100644 --- a/perl-Module-Find.spec +++ b/perl-Module-Find.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Find # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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-Module-Find -Version: 0.11 +Version: 0.12 Release: 0 %define cpan_name Module-Find Summary: Find and use installed modules in a (sub)category @@ -29,9 +29,8 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -#BuildRequires: perl(Module::Find) -BuildRequires: perl(Test::Pod) >= 1.14 -BuildRequires: perl(Test::Pod::Coverage) >= 1.04 +Recommends: perl(Test::Pod) >= 1.14 +Recommends: perl(Test::Pod::Coverage) >= 1.04 %{perl_requires} %description