Accepting request 617297 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/617297 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-YAML?expand=0&rev=7
This commit is contained in:
parent
958594b1a4
commit
e5722c244f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27376103163c12d7d13ae45bf22caf5a0c38478362425bf68613c3748f76b943
|
||||
size 11470
|
BIN
Test-YAML-1.07.tar.gz
(Stored with Git LFS)
Normal file
BIN
Test-YAML-1.07.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 17 06:06:52 UTC 2018 - coolo@suse.com
|
||||
|
||||
- updated to 1.07
|
||||
see /usr/share/doc/packages/perl-Test-YAML/Changes
|
||||
|
||||
1.07 Sat Jun 16 16:09:09 CEST 2018
|
||||
- Add a test so that cpan clients don't return "NOTESTS" (PR#4 tinita)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 22 09:24:12 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Test-YAML
|
||||
#
|
||||
# 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,26 +17,25 @@
|
||||
|
||||
|
||||
Name: perl-Test-YAML
|
||||
Version: 1.06
|
||||
Version: 1.07
|
||||
Release: 0
|
||||
%define cpan_name Test-YAML
|
||||
Summary: Testing Module for YAML Implementations
|
||||
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-YAML/
|
||||
Source0: http://www.cpan.org/authors/id/I/IN/INGY/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/T/TI/TINITA/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Test::Base) >= 0.86
|
||||
Requires: perl(Test::Base) >= 0.86
|
||||
BuildRequires: perl(Test::Base) >= 0.89
|
||||
Requires: perl(Test::Base) >= 0.89
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
the Test::YAML manpage is a subclass of the Test::Base manpage with YAML
|
||||
specific support.
|
||||
Test::YAML is a subclass of Test::Base with YAML specific support.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
@ -58,6 +57,7 @@ sed -i -e 's,/usr/bin/bash,/bin/bash,' bin/test-yaml
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes CONTRIBUTING LICENSE README
|
||||
%doc Changes CONTRIBUTING README
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user