7
0

4 Commits

Author SHA256 Message Date
432f8c8049 Accepting request 1291923 from devel:languages:perl
Forwarded request #1291903 from tinita

- updated to 0.720.0 (0.72)
   see /usr/share/doc/packages/perl-Test-Differences/Changes
  0.72   2025-07-07
      - Changes to tests only, so tests pass when you have a new perl that
        support bools, but an old Data::Dumper that doesn't (thanks to
        Gianni Ceccarelli)

OBS-URL: https://build.opensuse.org/request/show/1291923
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Differences?expand=0&rev=20
2025-07-15 14:42:27 +00:00
e06fb52258 - updated to 0.720.0 (0.72)
see /usr/share/doc/packages/perl-Test-Differences/Changes
  0.72   2025-07-07
      - Changes to tests only, so tests pass when you have a new perl that
        support bools, but an old Data::Dumper that doesn't (thanks to
        Gianni Ceccarelli)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Differences?expand=0&rev=36
2025-07-11 10:19:27 +00:00
68ae9052be Accepting request 1156512 from devel:languages:perl
- Fix disabling of __perllib_provides

OBS-URL: https://build.opensuse.org/request/show/1156512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Differences?expand=0&rev=19
2024-03-10 19:23:42 +00:00
0a959c1c14 Fix disabling of __perllib_provides
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Differences?expand=0&rev=34
2024-03-08 23:05:22 +00:00
6 changed files with 56 additions and 24 deletions

3
.gitattributes vendored
View File

@@ -1,4 +1,4 @@
*.changes merge=merge-changes ## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text *.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text *.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text *.bz2 filter=lfs diff=lfs merge=lfs -text
@@ -12,7 +12,6 @@
*.pdf filter=lfs diff=lfs merge=lfs -text *.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text *.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text *.rpm filter=lfs diff=lfs merge=lfs -text
*.tar filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text *.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text *.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text *.tgz filter=lfs diff=lfs merge=lfs -text

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:648844b9dcb7dae6f9b5a15c9359d0f09de247a624b65c4620ebff249558f913
size 15469

23
cpanspec.yml Normal file
View File

@@ -0,0 +1,23 @@
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_install: |-
# sed on %{name}.files
license: Perl License
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Jul 8 05:37:07 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.720.0 (0.72)
see /usr/share/doc/packages/perl-Test-Differences/Changes
0.72 2025-07-07
- Changes to tests only, so tests pass when you have a new perl that
support bools, but an old Data::Dumper that doesn't (thanks to
Gianni Ceccarelli)
-------------------------------------------------------------------
Fri Mar 8 23:05:19 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 13 03:07:35 UTC 2023 - Tina Müller <timueller+perl@suse.de> Fri Oct 13 03:07:35 UTC 2023 - Tina Müller <timueller+perl@suse.de>
@@ -10,12 +27,6 @@ Fri Oct 13 03:07:35 UTC 2023 - Tina Müller <timueller+perl@suse.de>
5.38.0 compared to earlier versions. 5.38.0 compared to earlier versions.
See https://github.com/DrHyde/perl-modules-Test-Differences/issues/21 See https://github.com/DrHyde/perl-modules-Test-Differences/issues/21
-------------------------------------------------------------------
Fri Aug 4 10:05:15 UTC 2023 - Victor Zhestkov <vzhestkov@suse.com>
- Remove unused file:
* cpanspec.yml
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jul 8 03:08:58 UTC 2023 - Tina Müller <timueller+perl@suse.de> Sat Jul 8 03:08:58 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Test-Differences # spec file for package perl-Test-Differences
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# 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
@@ -18,30 +18,29 @@
%define cpan_name Test-Differences %define cpan_name Test-Differences
Name: perl-Test-Differences Name: perl-Test-Differences
Version: 0.710.0 Version: 0.720.0
Release: 0 Release: 0
%define cpan_version 0.71 # 0.72 -> normalize -> 0.720.0
%define cpan_version 0.72
#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. #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.
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Test strings and data structures and show differences if not ok Summary: Test strings and data structures and show differences if not ok
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}-%{cpan_version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/D/DC/DCANTRELL/%{cpan_name}-%{cpan_version}.tar.gz
%if "%_vendor" != "debbuild" Source1: cpanspec.yml
ExclusiveArch: do_not_build
%endif
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Capture::Tiny) >= 0.24 BuildRequires: perl(Capture::Tiny) >= 0.240
BuildRequires: perl(Data::Dumper) >= 2.126 BuildRequires: perl(Data::Dumper) >= 2.126
BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Text::Diff) >= 1.43 BuildRequires: perl(Text::Diff) >= 1.430
Requires: perl(Capture::Tiny) >= 0.24 Requires: perl(Capture::Tiny) >= 0.240
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) >= 1.43 Requires: perl(Text::Diff) >= 1.430
Provides: perl(Test::Differences) = 0.710.0 Provides: perl(Test::Differences) = %{version}
%define __perllib_provides /bin/true %undefine __perllib_provides
%{perl_requires} %{perl_requires}
%description %description
@@ -88,7 +87,7 @@ other Test::Builder based testing modules. As the SYNOPSIS shows, another
testing module must be used as the basis for your test suite. testing module must be used as the basis for your test suite.
%prep %prep
%autosetup -n %{cpan_name}-%{cpan_version} %autosetup -n %{cpan_name}-%{cpan_version} -p1
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor