Accepting request 420459 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/420459 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Needs?expand=0&rev=2
This commit is contained in:
commit
f4733c893e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:97e9827e1b14a61151509a229b153010811831437fa24db49ea76f73bed05e05
|
||||
size 8106
|
3
Test-Needs-0.002004.tar.gz
Normal file
3
Test-Needs-0.002004.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e24c32c50872e54966cbda1bc0692d6416183f7a31fe4fb94f78e7d53d48705f
|
||||
size 8454
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal 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
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 19 06:03:25 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 0.002004
|
||||
see /usr/share/doc/packages/perl-Test-Needs/Changes
|
||||
|
||||
0.002004 - 2016-08-18
|
||||
- fix test counts when Test2 not available
|
||||
|
||||
0.002003 - 2016-08-18
|
||||
- fix loud warnings when aborting a test under Test2
|
||||
- some kwalitee improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 12 14:14:40 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Test-Needs
|
||||
Version: 0.002002
|
||||
Version: 0.002004
|
||||
Release: 0
|
||||
%define cpan_name Test-Needs
|
||||
Summary: Skip tests when modules not available
|
||||
@ -25,6 +25,7 @@ License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Test-Needs/
|
||||
Source0: http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
|
Loading…
Reference in New Issue
Block a user