From 8d7743786055d4167d3672f45a6ee4bc959c97cc4cc2de3a06352b1e32b9485a Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 17 Mar 2014 13:38:28 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Package-Variant?expand=0&rev=3 --- Package-Variant-1.001004.tar.gz | 3 --- Package-Variant-1.002000.tar.gz | 3 +++ perl-Package-Variant.changes | 9 +++++++++ perl-Package-Variant.spec | 17 ++++------------- 4 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 Package-Variant-1.001004.tar.gz create mode 100644 Package-Variant-1.002000.tar.gz diff --git a/Package-Variant-1.001004.tar.gz b/Package-Variant-1.001004.tar.gz deleted file mode 100644 index bafc863..0000000 --- a/Package-Variant-1.001004.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c7221fd6441980fbba62c95289429fdef836daa9bf15bba82af33b87f4e94db -size 8195 diff --git a/Package-Variant-1.002000.tar.gz b/Package-Variant-1.002000.tar.gz new file mode 100644 index 0000000..8c52a51 --- /dev/null +++ b/Package-Variant-1.002000.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb7e7ec248c3d5914730ad1b465593df7aa0f0d5141c948371ac5ebe29ab430e +size 8782 diff --git a/perl-Package-Variant.changes b/perl-Package-Variant.changes index 2734402..73ac646 100644 --- a/perl-Package-Variant.changes +++ b/perl-Package-Variant.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Mar 17 13:12:22 UTC 2014 - coolo@suse.com + +- updated to 1.002000 + - add build_variant method on variable packages, to allow avoiding + importing a generator sub + - fix pragmas applied by modules listed in "importing" from leaking out + into unexpected scopes + ------------------------------------------------------------------- Thu Aug 1 13:48:30 UTC 2013 - coolo@suse.com diff --git a/perl-Package-Variant.spec b/perl-Package-Variant.spec index 661c105..bc30891 100644 --- a/perl-Package-Variant.spec +++ b/perl-Package-Variant.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Package-Variant # -# Copyright (c) 2013 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,14 +17,14 @@ Name: perl-Package-Variant -Version: 1.001004 +Version: 1.002000 Release: 0 %define cpan_name Package-Variant Summary: Parameterizable packages License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Package-Variant/ -Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -33,15 +33,6 @@ BuildRequires: perl(Import::Into) >= 1 BuildRequires: perl(Module::Runtime) >= 0.013 BuildRequires: perl(Test::Fatal) BuildRequires: perl(strictures) >= 1 -#BuildRequires: perl(Distar) -#BuildRequires: perl(Moo) -#BuildRequires: perl(Moo::Role) -#BuildRequires: perl(My::Role::OnOff) -#BuildRequires: perl(Package::Variant) -#BuildRequires: perl(Sub::Name) -#BuildRequires: perl(TestArrayImports) -#BuildRequires: perl(TestSingleImport) -#BuildRequires: perl(TestVariable) Requires: perl(Import::Into) >= 1 Requires: perl(Module::Runtime) >= 0.013 Requires: perl(strictures) >= 1 @@ -52,7 +43,7 @@ This module allows you to build packages that return different variations depending on what parameters are given. Users of your package will receive a subroutine able to take parameters and -return the name of a suitable variant package. The implmenetation does not +return the name of a suitable variant package. The implementation does not care about what kind of package it builds. %prep