From 621825bbcd7141c38d0be43316df4d05eac1ec49c9139c784bdf64177cfd2c1b Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 13 Apr 2015 16:58:43 +0000 Subject: [PATCH] Accepting request 295749 from devel:languages:perl:autoupdate update OBS-URL: https://build.opensuse.org/request/show/295749 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Implementation?expand=0&rev=12 --- Module-Implementation-0.07.tar.gz | 3 --- Module-Implementation-0.09.tar.gz | 3 +++ perl-Module-Implementation.changes | 20 ++++++++++++++++++++ perl-Module-Implementation.spec | 7 +++---- 4 files changed, 26 insertions(+), 7 deletions(-) delete mode 100644 Module-Implementation-0.07.tar.gz create mode 100644 Module-Implementation-0.09.tar.gz diff --git a/Module-Implementation-0.07.tar.gz b/Module-Implementation-0.07.tar.gz deleted file mode 100644 index c7f2adf..0000000 --- a/Module-Implementation-0.07.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7349837153939d7f5777b28f49e2940a0aa003e75f587e1674da5bd5101d2997 -size 11388 diff --git a/Module-Implementation-0.09.tar.gz b/Module-Implementation-0.09.tar.gz new file mode 100644 index 0000000..f0bceb2 --- /dev/null +++ b/Module-Implementation-0.09.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15f1a12f0c2130c9efff3c2e1afe5887b08ccd033bd132186d1e7d5087fd66d +size 18553 diff --git a/perl-Module-Implementation.changes b/perl-Module-Implementation.changes index 71c5a71..11693ee 100644 --- a/perl-Module-Implementation.changes +++ b/perl-Module-Implementation.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Apr 13 16:52:38 UTC 2015 - coolo@suse.com + +- updated to 0.09 + see /usr/share/doc/packages/perl-Module-Implementation/Changes + + 0.09 2014-08-24 + + - Backed out the Sub::Name change in 0.08. It was pointed out to me by Graham + Knop that adding an XS dependency for a module that's often used to pick + between XS and non-XS implementations doesn't work so well. + + + 0.08 2014-08-24 + + - Subroutines copied from an implementation package into the loading package + are now renamed using Sub::Name. This causes them to be considered part of + the loading package, which is important for things like + namespace::autoclean. Reported by Karen Etheridge. RT #98097. + ------------------------------------------------------------------- Thu Jun 26 06:54:25 UTC 2014 - lchiquitto@suse.com diff --git a/perl-Module-Implementation.spec b/perl-Module-Implementation.spec index 9d48fa3..0cc2e74 100644 --- a/perl-Module-Implementation.spec +++ b/perl-Module-Implementation.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Implementation # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,7 +17,7 @@ Name: perl-Module-Implementation -Version: 0.07 +Version: 0.09 Release: 0 %define cpan_name Module-Implementation Summary: Loads one of several alternate underlying implementations for a module @@ -34,7 +34,6 @@ BuildRequires: perl(Test::Fatal) >= 0.006 BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Requires) BuildRequires: perl(Try::Tiny) -#BuildRequires: perl(Module::Implementation) Requires: perl(Module::Runtime) >= 0.012 Requires: perl(Try::Tiny) %{perl_requires} @@ -67,6 +66,6 @@ something like a plugin system, not this module. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes LICENSE README.md %changelog