forked from pool/perl-Test-Differences
Accepting request 677593 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/677593 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Differences?expand=0&rev=22
This commit is contained in:
parent
400ef5a156
commit
1bbddbe570
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9f459dd9c2302a0a73e2f5528a0ce7d09d6766f073187ae2c69e603adf2eb276
|
|
||||||
size 12577
|
|
3
Test-Differences-0.65.tar.gz
Normal file
3
Test-Differences-0.65.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:83f4d1154b5638b01c0915559abc6adbc880631f1cd5d32d6214c1ee65315310
|
||||||
|
size 12937
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 20 06:33:52 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- updated to 0.65
|
||||||
|
see /usr/share/doc/packages/perl-Test-Differences/Changes
|
||||||
|
|
||||||
|
0.65 2019-02-19
|
||||||
|
- Canonical repo is now https://github.com/DrHyde/perl-modules-Test-Differences
|
||||||
|
- Fix discrepancies in copyright notices (thanks to Christian Neukirchen
|
||||||
|
for pointing them out)
|
||||||
|
- Make the tests more consistent (thanks to genio)
|
||||||
|
- Add unicode tests
|
||||||
|
- Fix whitespace issue in tests when using recent Test::More in verbose mode
|
||||||
|
(thanks to ntnyi for debugging)
|
||||||
|
- Get rid of Build.PL, just use Makefile.PL
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 27 10:04:22 UTC 2015 - coolo@suse.com
|
Fri Nov 27 10:04:22 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Test-Differences
|
# spec file for package perl-Test-Differences
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 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
|
||||||
@ -12,19 +12,20 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-Differences
|
Name: perl-Test-Differences
|
||||||
Version: 0.64
|
Version: 0.65
|
||||||
Release: 0
|
Release: 0
|
||||||
|
#Upstream: All Rights Reserved. You may use, distribute and modify this software under the terms of the GNU public license, any version, or the Artistic license.
|
||||||
%define cpan_name Test-Differences
|
%define cpan_name Test-Differences
|
||||||
Summary: Test strings and data structures and show differences if not ok
|
Summary: Test strings and data structures and show differences if not ok
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: ARTISTIC-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Test-Differences/
|
Url: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: http://www.cpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -32,13 +33,12 @@ BuildRequires: perl
|
|||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Capture::Tiny) >= 0.24
|
BuildRequires: perl(Capture::Tiny) >= 0.24
|
||||||
BuildRequires: perl(Data::Dumper) >= 2.126
|
BuildRequires: perl(Data::Dumper) >= 2.126
|
||||||
BuildRequires: perl(Module::Build)
|
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
BuildRequires: perl(Text::Diff) >= 0.35
|
BuildRequires: perl(Text::Diff) >= 1.43
|
||||||
Requires: perl(Capture::Tiny) >= 0.24
|
Requires: perl(Capture::Tiny) >= 0.24
|
||||||
Requires: perl(Data::Dumper) >= 2.126
|
Requires: perl(Data::Dumper) >= 2.126
|
||||||
Requires: perl(Test::More) >= 0.88
|
Requires: perl(Test::More) >= 0.88
|
||||||
Requires: perl(Text::Diff) >= 0.35
|
Requires: perl(Text::Diff) >= 1.43
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -88,14 +88,15 @@ testing module must be used as the basis for your test suite.
|
|||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Build.PL installdirs=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
./Build build flags=%{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./Build test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
./Build install destdir=%{buildroot} create_packlist=0
|
%perl_make_install
|
||||||
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user