Accepting request 599319 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/599319
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Base?expand=0&rev=26
This commit is contained in:
Dominique Leuenberger 2018-04-26 11:34:09 +00:00 committed by Git OBS Bridge
commit bbe349202c
5 changed files with 50 additions and 9 deletions

View File

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

BIN
Test-Base-0.89.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

28
cpanspec.yml Normal file
View File

@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#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_build: |-
# rm unused.files
#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 @@
-------------------------------------------------------------------
Fri Apr 20 06:02:38 UTC 2018 - coolo@suse.com
- updated to 0.89
see /usr/share/doc/packages/perl-Test-Base/Changes
0.89 Thu Apr 19 08:54:04 PDT 2018
- Apply PR/19 and PR/21 from @perlpunk++
-------------------------------------------------------------------
Mon Apr 13 17:31:23 UTC 2015 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Base
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 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,22 +17,25 @@
Name: perl-Test-Base
Version: 0.88
Version: 0.89
Release: 0
%define cpan_name Test-Base
Summary: A Data Driven Testing Framework
License: Artistic-1.0 or GPL-1.0+
Summary: Data Driven Testing Framework
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-Base/
Source: http://www.cpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Algorithm::Diff) >= 1.15
BuildRequires: perl(Spiffy) >= 0.40
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Text::Diff) >= 0.35
Requires: perl(Spiffy) >= 0.40
Requires: perl(Test::More) >= 0.88
Recommends: perl(Test::Deep)
%{perl_requires}
@ -85,6 +88,7 @@ spend your
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING LICENSE README
%doc Changes CONTRIBUTING README
%license LICENSE
%changelog