8
0

Accepting request 226452 from devel:languages:perl

update

OBS-URL: https://build.opensuse.org/request/show/226452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Package-Variant?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2014-03-18 13:16:30 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 16 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c7221fd6441980fbba62c95289429fdef836daa9bf15bba82af33b87f4e94db
size 8195

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:eb7e7ec248c3d5914730ad1b465593df7aa0f0d5141c948371ac5ebe29ab430e
size 8782

View File

@@ -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

View File

@@ -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