7
0

Compare commits

3 Commits

Author SHA256 Message Date
6db38e098d Add Gitea build results 2025-08-12 18:17:40 +02:00
1da356a40b Accepting request 1266870 from devel:languages:perl
- updated to 1.205.0 (1.205)
   see /usr/share/doc/packages/perl-Test-Deep/Changes
  1.205     2025-04-01 11:01:50-04:00 America/New_York
          - add "use v5.12" to Test::Deep, just for clarity
          - fix a test so that if an "A" module is in @INC, the tests still pass (forwarded request 1266851 from tinita)

OBS-URL: https://build.opensuse.org/request/show/1266870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Deep?expand=0&rev=30
2025-04-04 15:28:46 +00:00
bbccaaafa3 Accepting request 1266851 from devel:languages:perl:autoupdate
- updated to 1.205.0 (1.205)
   see /usr/share/doc/packages/perl-Test-Deep/Changes
  1.205     2025-04-01 11:01:50-04:00 America/New_York
          - add "use v5.12" to Test::Deep, just for clarity
          - fix a test so that if an "A" module is in @INC, the tests still pass

OBS-URL: https://build.opensuse.org/request/show/1266851
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Deep?expand=0&rev=45
2025-04-03 12:02:23 +00:00
5 changed files with 77 additions and 7 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Test-Deep/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Test-Deep)

BIN
Test-Deep-1.204.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
Test-Deep-1.205.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Apr 2 05:37:53 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.205.0 (1.205)
see /usr/share/doc/packages/perl-Test-Deep/Changes
1.205 2025-04-01 11:01:50-04:00 America/New_York
- add "use v5.12" to Test::Deep, just for clarity
- fix a test so that if an "A" module is in @INC, the tests still pass
-------------------------------------------------------------------
Wed Jun 12 08:08:31 UTC 2024 - Dirk Stoecker <opensuse@dstoecker.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Deep
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,16 @@
%define cpan_name Test-Deep
Name: perl-Test-Deep
Version: 1.204
Version: 1.205.0
Release: 0
# 1.205 -> normalize -> 1.205.0
%define cpan_version 1.205
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Extremely flexible deep comparison
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@@ -32,6 +35,51 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.78
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Tester) >= 0.107
Requires: perl(Test::More) >= 0.96
Provides: perl(Over)
Provides: perl(Test::Deep) = %{version}
Provides: perl(Test::Deep::All) = %{version}
Provides: perl(Test::Deep::Any) = %{version}
Provides: perl(Test::Deep::Array) = %{version}
Provides: perl(Test::Deep::ArrayEach) = %{version}
Provides: perl(Test::Deep::ArrayElementsOnly) = %{version}
Provides: perl(Test::Deep::ArrayLength) = %{version}
Provides: perl(Test::Deep::ArrayLengthOnly) = %{version}
Provides: perl(Test::Deep::Blessed) = %{version}
Provides: perl(Test::Deep::Boolean) = %{version}
Provides: perl(Test::Deep::Cache) = %{version}
Provides: perl(Test::Deep::Cache::Simple) = %{version}
Provides: perl(Test::Deep::Class) = %{version}
Provides: perl(Test::Deep::Cmp) = %{version}
Provides: perl(Test::Deep::Code) = %{version}
Provides: perl(Test::Deep::Hash) = %{version}
Provides: perl(Test::Deep::HashEach) = %{version}
Provides: perl(Test::Deep::HashElements) = %{version}
Provides: perl(Test::Deep::HashKeys) = %{version}
Provides: perl(Test::Deep::HashKeysOnly) = %{version}
Provides: perl(Test::Deep::Ignore) = %{version}
Provides: perl(Test::Deep::Isa) = %{version}
Provides: perl(Test::Deep::ListMethods) = %{version}
Provides: perl(Test::Deep::MM) = %{version}
Provides: perl(Test::Deep::Methods) = %{version}
Provides: perl(Test::Deep::NoTest) = %{version}
Provides: perl(Test::Deep::None) = %{version}
Provides: perl(Test::Deep::Number) = %{version}
Provides: perl(Test::Deep::Obj) = %{version}
Provides: perl(Test::Deep::Ref) = %{version}
Provides: perl(Test::Deep::RefType) = %{version}
Provides: perl(Test::Deep::Regexp) = %{version}
Provides: perl(Test::Deep::RegexpMatches) = %{version}
Provides: perl(Test::Deep::RegexpOnly) = %{version}
Provides: perl(Test::Deep::RegexpRef) = %{version}
Provides: perl(Test::Deep::RegexpRefOnly) = %{version}
Provides: perl(Test::Deep::RegexpVersion) = %{version}
Provides: perl(Test::Deep::ScalarRef) = %{version}
Provides: perl(Test::Deep::ScalarRefOnly) = %{version}
Provides: perl(Test::Deep::Set) = %{version}
Provides: perl(Test::Deep::Shallow) = %{version}
Provides: perl(Test::Deep::Stack) = %{version}
Provides: perl(Test::Deep::String) = %{version}
%undefine __perllib_provides
%{perl_requires}
# MANUAL BEGIN
# necessary because Test::Deep::NoTest does "require Test::Builder"
@@ -61,7 +109,7 @@ structures
Test::Deep has *_a lot_* of exports. See EXPORTS below.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor