Accepting request 805671 from devel:languages:perl:autoupdate

updated to 0.11
   see /usr/share/doc/packages/perl-Test-Requires/Changes
  0.11 2020-05-14T00:34:23Z
  
      - Re-packaging

OBS-URL: https://build.opensuse.org/request/show/805671
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Requires?expand=0&rev=23
This commit is contained in:
Pedro Monreal Gonzalez 2020-05-15 09:09:09 +00:00 committed by Git OBS Bridge
parent 1ea953f9aa
commit e7a57ac5a5
4 changed files with 25 additions and 13 deletions

View File

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

BIN
Test-Requires-0.11.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu May 14 03:11:26 UTC 2020 - Tina Müller <timueller+perl@suse.de>
updated to 0.11
see /usr/share/doc/packages/perl-Test-Requires/Changes
0.11 2020-05-14T00:34:23Z
- Re-packaging
-------------------------------------------------------------------
Wed Jul 22 09:23:49 UTC 2015 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Requires
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,19 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Test-Requires
Version: 0.10
Version: 0.11
Release: 0
%define cpan_name Test-Requires
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-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-Requires/
Source0: http://www.cpan.org/authors/id/T/TO/TOKUHIROM/%{cpan_name}-%{version}.tar.gz
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/T/TO/TOKUHIROM/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -48,11 +48,11 @@ Test::Requires can also be used to require a minimum version of Perl:
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install
@ -61,6 +61,7 @@ Test::Requires can also be used to require a minimum version of Perl:
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE minil.toml README.md
%doc Changes minil.toml README.md
%license LICENSE
%changelog