7
0

4 Commits

Author SHA256 Message Date
d0ecbc7687 Accepting request 1174454 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1174454
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Compile?expand=0&rev=20
2024-05-16 15:16:45 +00:00
67533370a6 Accepting request 1173767 from devel:languages:perl:autoupdate
- updated to 3.3.3
   see /usr/share/doc/packages/perl-Test-Compile/Changes
  v3.3.3	  2024-05-06
      - Be more careful about windows filenames
  v3.3.2	  2024-05-03
      - Require a newer version of Test::More (fix CPAN testing failure?)
      - Don't add an unnecassary "./" to the start of filepaths (CPAN-RT 151090)

OBS-URL: https://build.opensuse.org/request/show/1173767
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Compile?expand=0&rev=39
2024-05-16 11:59:09 +00:00
83ca1b3c38 Accepting request 1156511 from devel:languages:perl
- Fix disabling of __perllib_provides

OBS-URL: https://build.opensuse.org/request/show/1156511
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Compile?expand=0&rev=19
2024-03-09 19:55:11 +00:00
32ea4b8bb4 Fix disabling of __perllib_provides
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Compile?expand=0&rev=37
2024-03-08 23:05:17 +00:00
4 changed files with 25 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:808450f3d45e7f419aa4d668e298287689e9ea36388693bff180d7870ce3e621
size 20205

View File

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon May 6 03:07:58 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 3.3.3
see /usr/share/doc/packages/perl-Test-Compile/Changes
v3.3.3 2024-05-06
- Be more careful about windows filenames
v3.3.2 2024-05-03
- Require a newer version of Test::More (fix CPAN testing failure?)
- Don't add an unnecassary "./" to the start of filepaths (CPAN-RT 151090)
-------------------------------------------------------------------
Fri Mar 8 23:05:12 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Mon Jul 17 03:12:01 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Compile
#
# 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,7 +18,7 @@
%define cpan_name Test-Compile
Name: perl-Test-Compile
Version: 3.3.1
Version: 3.3.3
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Assert that your Perl files compile OK
@@ -29,14 +29,11 @@ BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Exporter) >= 5.68
BuildRequires: perl(Module::Build) >= 0.380000
BuildRequires: perl(Module::Build) >= 0.38
BuildRequires: perl(Test::More) >= 1.3
BuildRequires: perl(parent) >= 0.225
BuildRequires: perl(version) >= 0.77
Requires: perl(Exporter) >= 5.68
Requires: perl(parent) >= 0.225
Provides: perl(Test::Compile) = 3.3.1
Provides: perl(Test::Compile::Internal) = 3.3.1
%define __perllib_provides /bin/true
%{perl_requires}
%description