Accepting request 317763 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/317763 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Requires?expand=0&rev=19
This commit is contained in:
parent
3c4efde470
commit
b94aca22e3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e7b1b4b30b90d530aea68205c0e65cf7a784d6a218df5a2b41830cdb404d8221
|
|
||||||
size 10888
|
|
3
Test-Requires-0.09.tar.gz
Normal file
3
Test-Requires-0.09.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:738890c999c5fc0055702ce6ac31252f1934302a7e21479ced5e81106c361533
|
||||||
|
size 10857
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal 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
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 21 09:18:41 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 0.09
|
||||||
|
see /usr/share/doc/packages/perl-Test-Requires/Changes
|
||||||
|
|
||||||
|
0.09 2015-07-21T04:01:50Z
|
||||||
|
|
||||||
|
- requires 5.8.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 18 12:25:57 UTC 2014 - chris@computersalat.de
|
Fri Jul 18 12:25:57 UTC 2014 - chris@computersalat.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-Requires
|
# spec file for package perl-Test-Requires
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,21 +17,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Test-Requires
|
Name: perl-Test-Requires
|
||||||
Version: 0.08
|
Version: 0.09
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Test-Requires
|
%define cpan_name Test-Requires
|
||||||
Summary: Checks to see if the module can be loaded
|
Summary: Checks to see if the module can be loaded
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Test-Requires/
|
Url: http://search.cpan.org/dist/Test-Requires/
|
||||||
Source: http://www.cpan.org/authors/id/T/TO/TOKUHIROM/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/T/TO/TOKUHIROM/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64
|
|
||||||
BuildRequires: perl(Test::Builder::Module)
|
|
||||||
BuildRequires: perl(Test::More) >= 0.61
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -63,6 +61,6 @@ Test::Requires can also be used to require a minimum version of Perl:
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes cpanfile LICENSE README.md
|
%doc Changes LICENSE minil.toml README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user