9
0

Accepting request 317373 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/317373
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-OneArgNew?expand=0&rev=13
This commit is contained in:
Stephan Kulow
2015-07-19 06:09:01 +00:00
committed by Git OBS Bridge
parent 97e054742d
commit 4b9d0b3b14
5 changed files with 42 additions and 10 deletions

View File

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

View File

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

23
cpanspec.yml Normal file
View File

@@ -0,0 +1,23 @@
---
#description_paragraphs: 3
#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_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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jul 18 08:54:46 UTC 2015 - coolo@suse.com
- updated to 0.005
see /usr/share/doc/packages/perl-MooseX-OneArgNew/Changes
0.005 2015-07-14 21:52:35-04:00 America/New_York
- bump required version of MXRP
-------------------------------------------------------------------
Sun Oct 6 12:16:28 UTC 2013 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-MooseX-OneArgNew
#
# Copyright (c) 2013 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,26 +17,26 @@
Name: perl-MooseX-OneArgNew
Version: 0.004
Version: 0.005
Release: 0
%define cpan_name MooseX-OneArgNew
Summary: teach ->new to accept single, non-hashref arguments
Summary: Teach ->New to Accept Single, Non-Hashref Arguments
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/MooseX-OneArgNew/
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Moose)
BuildRequires: perl(Moose::Util::TypeConstraints)
BuildRequires: perl(MooseX::Role::Parameterized)
BuildRequires: perl(MooseX::Role::Parameterized) >= 1.01
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(namespace::autoclean)
#BuildRequires: perl(MooseX::OneArgNew)
Requires: perl(Moose::Util::TypeConstraints)
Requires: perl(MooseX::Role::Parameterized)
Requires: perl(MooseX::Role::Parameterized) >= 1.01
Requires: perl(namespace::autoclean)
%{perl_requires}