Skip to content

Commit 5c3a548

Browse files
authored
Upgrade: perl-Config-AutoConf version to 0.320 (#12749)
1 parent d3dbf1f commit 5c3a548

3 files changed

Lines changed: 28 additions & 8 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"perl-Config-AutoConf-0.318.tar.gz": "33c930feec3003de251ca222abe8bbeb74610ad07f65fc16f27d74d195eeab34"
3+
"perl-Config-AutoConf-0.320.tar.gz": "bb57a958ef49d3f7162276dae14a7bd5af43fd1d8513231af35d665459454023"
44
}
55
}

SPECS-EXTENDED/perl-Config-AutoConf/perl-Config-AutoConf.spec

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
1+
# Use File::Slurper for reading file content
2+
%bcond_without perl_Config_AutoConf_enables_File_Slurper
3+
# Use Scalar::Util for detecting numbers
4+
%bcond_without perl_Config_AutoConf_enables_Scalar_Util
5+
16
Name: perl-Config-AutoConf
2-
Version: 0.318
3-
Release: 3%{?dist}
7+
Version: 0.320
8+
Release: 1%{?dist}
49
Summary: A module to implement some of AutoConf macros in pure Perl
5-
License: GPL+ or Artistic
10+
License: GPL-1.0-or-later OR Artistic-1.0-Perl
611
Vendor: Microsoft Corporation
712
Distribution: Azure Linux
813
URL: https://metacpan.org/release/Config-AutoConf
9-
Source0: https://cpan.metacpan.org/authors/id/R/RE/REHSACK/Config-AutoConf-%{version}.tar.gz#/perl-Config-AutoConf-%{version}.tar.gz
14+
Source0: https://cpan.metacpan.org/authors/id/A/AM/AMBS/Config-AutoConf-%{version}.tar.gz#/perl-Config-AutoConf-%{version}.tar.gz
1015
BuildArch: noarch
1116
# Build
1217
BuildRequires: gcc
18+
BuildRequires: make
1319
BuildRequires: perl-interpreter
1420
BuildRequires: perl-generators
1521
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
@@ -23,16 +29,26 @@ BuildRequires: perl(Config)
2329
BuildRequires: perl(constant)
2430
BuildRequires: perl(Exporter)
2531
BuildRequires: perl(File::Basename)
32+
%if %{with perl_Config_AutoConf_enables_File_Slurper}
2633
BuildRequires: perl(File::Slurper)
34+
%endif
2735
BuildRequires: perl(File::Spec)
2836
BuildRequires: perl(File::Temp)
37+
%if %{with perl_Config_AutoConf_enables_Scalar_Util}
38+
BuildRequires: perl(Scalar::Util) >= 1.18
39+
%endif
2940
BuildRequires: perl(Text::ParseWords)
3041
# Tests only
3142
BuildRequires: perl(Cwd)
3243
BuildRequires: perl(ExtUtils::CBuilder)
3344
# Unused BuildRequires: perl(IO::String)
3445
BuildRequires: perl(Test::More)
35-
Requires: perl(:MODULE_COMPAT_%(eval "$(/usr/bin/perl -V:version)"; echo $version))
46+
%if %{with perl_Config_AutoConf_enables_File_Slurper}
47+
Suggests: perl(File::Slurper)
48+
%endif
49+
%if %{with perl_Config_AutoConf_enables_Scalar_Util}
50+
Suggests: perl(Scalar::Util) >= 1.18
51+
%endif
3652

3753
%description
3854
This module simulates some of the tasks autoconf macros do. To detect
@@ -58,6 +74,10 @@ a command, a library and similar.
5874
%{_mandir}/man3/*
5975

6076
%changelog
77+
* Mon Feb 27 2025 Sumit Jena <v-sumitjena@microsoft.com> - 0.320-1
78+
- Update to version 0.320
79+
- License verified
80+
6181
* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.318-3
6282
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
6383

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16583,8 +16583,8 @@
1658316583
"type": "other",
1658416584
"other": {
1658516585
"name": "perl-Config-AutoConf",
16586-
"version": "0.318",
16587-
"downloadUrl": "https://cpan.metacpan.org/authors/id/R/RE/REHSACK/Config-AutoConf-0.318.tar.gz"
16586+
"version": "0.320",
16587+
"downloadUrl": "https://cpan.metacpan.org/authors/id/A/AM/AMBS/Config-AutoConf-0.320.tar.gz"
1658816588
}
1658916589
}
1659016590
},

0 commit comments

Comments
 (0)