Sync from SUSE:SLFO:Main perl-Test-Inter revision 6f91f69cde16cb26e8ef96f4d665b868

This commit is contained in:
Adrian Schröter 2025-02-26 14:01:35 +01:00
parent 38c09c761a
commit d53cbbe20b
4 changed files with 39 additions and 8 deletions

BIN
Test-Inter-1.10.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
Test-Inter-1.12.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu Dec 12 16:38:28 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 1.120.0 (1.12)
see /usr/share/doc/packages/perl-Test-Inter/Changes
1.12 2024-12-09
- Fixed some comparisons so that perl 5.41.* won't give warnings. Reported in
GitHub #51 (for Date::Manip distribution).
-------------------------------------------------------------------
Fri Mar 8 23:05:36 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Tue Feb 27 03:13:11 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 1.11
see /usr/share/doc/packages/perl-Test-Inter/Changes
1.11 2024-02-26
- Fixed a bug where options passed to 'new' were not used.
- Changed RELEASE_TESTING variable.
Now use a release-specific testing variable rather than RELEASE_TESTING.
See GitHub #17 in my Locale-Codes module for details.
-------------------------------------------------------------------
Wed Mar 8 03:11:28 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Inter
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,16 +18,20 @@
%define cpan_name Test-Inter
Name: perl-Test-Inter
Version: 1.10
Version: 1.120.0
Release: 0
# 1.12 -> normalize -> 1.120.0
%define cpan_version 1.12
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Framework for more readable interactive test scripts
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SB/SBECK/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/S/SB/SBECK/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(Test::Inter) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@ -50,9 +54,9 @@ The way I write and use test scripts, existing Test::* modules are not
nearly as useful as they could be.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor