From 1bbddbe570a8e6ada78eb665eff33bcc37ad11e20d7bb5896908437443ae11a8 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Thu, 21 Feb 2019 10:55:23 +0000 Subject: [PATCH 1/2] 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 --- Test-Differences-0.64.tar.gz | 3 --- Test-Differences-0.65.tar.gz | 3 +++ perl-Test-Differences.changes | 16 ++++++++++++++++ perl-Test-Differences.spec | 27 ++++++++++++++------------- 4 files changed, 33 insertions(+), 16 deletions(-) delete mode 100644 Test-Differences-0.64.tar.gz create mode 100644 Test-Differences-0.65.tar.gz diff --git a/Test-Differences-0.64.tar.gz b/Test-Differences-0.64.tar.gz deleted file mode 100644 index c27382f..0000000 --- a/Test-Differences-0.64.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f459dd9c2302a0a73e2f5528a0ce7d09d6766f073187ae2c69e603adf2eb276 -size 12577 diff --git a/Test-Differences-0.65.tar.gz b/Test-Differences-0.65.tar.gz new file mode 100644 index 0000000..2e58479 --- /dev/null +++ b/Test-Differences-0.65.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f4d1154b5638b01c0915559abc6adbc880631f1cd5d32d6214c1ee65315310 +size 12937 diff --git a/perl-Test-Differences.changes b/perl-Test-Differences.changes index f95f6d2..c8a2c48 100644 --- a/perl-Test-Differences.changes +++ b/perl-Test-Differences.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Feb 20 06:33:52 UTC 2019 - Stephan Kulow + +- 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 diff --git a/perl-Test-Differences.spec b/perl-Test-Differences.spec index 952f6c2..27d4ed1 100644 --- a/perl-Test-Differences.spec +++ b/perl-Test-Differences.spec @@ -1,7 +1,7 @@ # # 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 # 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) # 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 -Version: 0.64 +Version: 0.65 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 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 -Url: http://search.cpan.org/dist/Test-Differences/ -Source0: http://www.cpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{version}.tar.gz +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -32,13 +33,12 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Capture::Tiny) >= 0.24 BuildRequires: perl(Data::Dumper) >= 2.126 -BuildRequires: perl(Module::Build) 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(Data::Dumper) >= 2.126 Requires: perl(Test::More) >= 0.88 -Requires: perl(Text::Diff) >= 0.35 +Requires: perl(Text::Diff) >= 1.43 %{perl_requires} %description @@ -88,14 +88,15 @@ testing module must be used as the basis for your test suite. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Build.PL installdirs=vendor -./Build build flags=%{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -./Build test +make test %install -./Build install destdir=%{buildroot} create_packlist=0 +%perl_make_install +%perl_process_packlist %perl_gen_filelist %files -f %{name}.files From aaf2d1ac0a80fd748f81de6d1d20f141e7e44aed756a9dcf601926361d4510a0 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Thu, 21 Feb 2019 11:06:46 +0000 Subject: [PATCH 2/2] Accepting request 677962 from home:pmonrealgonzalez:branches:devel:languages:perl - Added test dependencies during build: * Test::Pod >= 1.22, Test::Pod::Coverage >= 1.08 - Cleaned with spec-cleaner OBS-URL: https://build.opensuse.org/request/show/677962 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Differences?expand=0&rev=23 --- perl-Test-Differences.changes | 7 +++++++ perl-Test-Differences.spec | 15 ++++++++------- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/perl-Test-Differences.changes b/perl-Test-Differences.changes index c8a2c48..02b4759 100644 --- a/perl-Test-Differences.changes +++ b/perl-Test-Differences.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 21 10:59:44 UTC 2019 - Pedro Monreal Gonzalez + +- Added test dependencies during build: + * Test::Pod >= 1.22, Test::Pod::Coverage >= 1.08 +- Cleaned with spec-cleaner + ------------------------------------------------------------------- Wed Feb 20 06:33:52 UTC 2019 - Stephan Kulow diff --git a/perl-Test-Differences.spec b/perl-Test-Differences.spec index 27d4ed1..ac6d1b6 100644 --- a/perl-Test-Differences.spec +++ b/perl-Test-Differences.spec @@ -16,29 +16,30 @@ # +#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 Name: perl-Test-Differences Version: 0.65 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 Summary: Test strings and data structures and show differences if not ok -License: ARTISTIC-1.0 OR GPL-1.0-or-later +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml -BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Capture::Tiny) >= 0.24 BuildRequires: perl(Data::Dumper) >= 2.126 BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(Test::Pod) >= 1.22 +BuildRequires: perl(Test::Pod::Coverage) >= 1.08 BuildRequires: perl(Text::Diff) >= 1.43 Requires: perl(Capture::Tiny) >= 0.24 Requires: perl(Data::Dumper) >= 2.126 Requires: perl(Test::More) >= 0.88 Requires: perl(Text::Diff) >= 1.43 +BuildArch: noarch %{perl_requires} %description @@ -92,7 +93,7 @@ perl Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %check -make test +make %{?_smp_mflags} test %install %perl_make_install