|
|
|
@ -1,32 +1,32 @@
|
|
|
|
|
# Run optional test
|
|
|
|
|
%bcond_without perl_ExtUtils_MakeMaker_enables_optional_test
|
|
|
|
|
|
|
|
|
|
%global cpan_name ExtUtils-MakeMaker
|
|
|
|
|
|
|
|
|
|
Name: perl-%{cpan_name}
|
|
|
|
|
Epoch: 2
|
|
|
|
|
Version: 7.60
|
|
|
|
|
Version: 7.24
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Create a module Makefile
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
URL: https://metacpan.org/release/%{cpan_name}
|
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
URL: http://search.cpan.org/dist/%{cpan_name}/
|
|
|
|
|
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
|
|
|
|
|
# Do not set RPATH to perl shared-library modules by default. Bug #773622.
|
|
|
|
|
# This is copy from `perl' package. This is a distributor extension.
|
|
|
|
|
Patch0: %{cpan_name}-7.36-USE_MM_LD_RUN_PATH.patch
|
|
|
|
|
Patch0: %{cpan_name}-7.16-USE_MM_LD_RUN_PATH.patch
|
|
|
|
|
# Link to libperl.so explicitly. Bug #960048.
|
|
|
|
|
Patch1: %{cpan_name}-7.30-Link-to-libperl-explicitly-on-Linux.patch
|
|
|
|
|
Patch1: %{cpan_name}-7.12-Link-to-libperl-explicitly-on-Linux.patch
|
|
|
|
|
# Unbundle version modules
|
|
|
|
|
Patch2: %{cpan_name}-7.04-Unbundle-version.patch
|
|
|
|
|
# Unbundle Encode::Locale module
|
|
|
|
|
Patch3: %{cpan_name}-7.22-Unbundle-Encode-Locale.patch
|
|
|
|
|
# Provide maybe_command independently, bug #1129443
|
|
|
|
|
Patch4: %{cpan_name}-7.11-Provide-ExtUtils-MM-methods-as-standalone-ExtUtils-M.patch
|
|
|
|
|
# Fix t/eu_command.t test, in upstream 2.25_02
|
|
|
|
|
Patch5: %{cpan_name}-7.25_01-Correct-the-order-of-tests-of-chmod-.-294.patch
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: coreutils
|
|
|
|
|
BuildRequires: findutils
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: perl
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
# Makefile.Pl uses ExtUtils::MakeMaker from ./lib
|
|
|
|
|
# B needed only for CPAN::Meta::Requirements
|
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
@ -46,6 +46,7 @@ BuildRequires: perl(version)
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
|
# If an XS module is compiled, xsubpp(1) is needed
|
|
|
|
|
BuildRequires: perl-ExtUtils-ParseXS
|
|
|
|
|
BuildRequires: sed
|
|
|
|
|
# Tests:
|
|
|
|
|
BuildRequires: perl(AutoSplit)
|
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
@ -70,11 +71,9 @@ BuildRequires: perl(POSIX)
|
|
|
|
|
BuildRequires: perl(subs)
|
|
|
|
|
BuildRequires: perl(Test::Harness)
|
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
|
BuildRequires: perl(Text::ParseWords)
|
|
|
|
|
# threads::shared not used
|
|
|
|
|
BuildRequires: perl(utf8)
|
|
|
|
|
# XSLoader not used
|
|
|
|
|
%if %{with perl_ExtUtils_MakeMaker_enables_optional_test}
|
|
|
|
|
# Optional tests
|
|
|
|
|
BuildRequires: perl-devel
|
|
|
|
|
BuildRequires: perl(B)
|
|
|
|
@ -82,7 +81,6 @@ BuildRequires: perl(ExtUtils::CBuilder)
|
|
|
|
|
BuildRequires: perl(PerlIO)
|
|
|
|
|
# Keep YAML optional
|
|
|
|
|
# Keep YAML::Tiny optional
|
|
|
|
|
%endif
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
Requires: perl(B)
|
|
|
|
|
Recommends: perl(CPAN::Meta) >= 2.143240
|
|
|
|
@ -93,9 +91,7 @@ Requires: perl(Data::Dumper)
|
|
|
|
|
Requires: perl(DynaLoader)
|
|
|
|
|
# Encode is needed for producing POD with =encoding statement correctly
|
|
|
|
|
Requires: perl(Encode)
|
|
|
|
|
%if !%{defined perl_bootstrap}
|
|
|
|
|
Recommends: perl(Encode::Locale)
|
|
|
|
|
%endif
|
|
|
|
|
Requires: perl(ExtUtils::Command) >= 1.19
|
|
|
|
|
Requires: perl(ExtUtils::Install) >= 1.54
|
|
|
|
|
Requires: perl(ExtUtils::Manifest) >= 1.70
|
|
|
|
@ -109,31 +105,22 @@ Requires: perl(Pod::Man)
|
|
|
|
|
Requires: perl(POSIX)
|
|
|
|
|
Requires: perl(Test::Harness)
|
|
|
|
|
Recommends: perl(Time::HiRes)
|
|
|
|
|
Requires: perl(Text::ParseWords)
|
|
|
|
|
# Text::ParseWords is not needed (Win32 only)
|
|
|
|
|
# VMS::Filespec is not needed (VMS only)
|
|
|
|
|
# Win32 is not needed (Win32 only)
|
|
|
|
|
# If an XS module is compiled, xsubpp(1) is needed
|
|
|
|
|
Requires: perl-ExtUtils-ParseXS
|
|
|
|
|
# These dependencies are weak in order to relieve building noarch
|
|
|
|
|
# packages from perl-devel and gcc. See bug #1547165.
|
|
|
|
|
# If an XS module is built, code generated from XS will be compiled and it
|
|
|
|
|
# includes Perl header files.
|
|
|
|
|
Recommends: perl-devel
|
|
|
|
|
# If an XS module is built, the generated Makefile executes gcc.
|
|
|
|
|
Recommends: gcc
|
|
|
|
|
# TODO: This dependency will be weaken in order to relieve building noarch
|
|
|
|
|
# packages from perl-devel and gcc.
|
|
|
|
|
Requires: perl-devel
|
|
|
|
|
|
|
|
|
|
# Do not export underspecified dependencies
|
|
|
|
|
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(File::Spec\\)\s*$
|
|
|
|
|
# Do not export private redefinitions
|
|
|
|
|
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(DynaLoader|ExtUtils::MakeMaker::_version\\)
|
|
|
|
|
|
|
|
|
|
# Filter modules bundled for tests
|
|
|
|
|
%global __requires_exclude %{__requires_exclude}|^perl\\(MY)\s*$
|
|
|
|
|
%global __requires_exclude %{__requires_exclude}|^perl\\(TieIn)\s*$
|
|
|
|
|
%global __requires_exclude %{__requires_exclude}|^perl\\(TieOut)\s*$
|
|
|
|
|
%global __requires_exclude %{__requires_exclude}|^perl\\(MakeMaker::Test.*)\s*$
|
|
|
|
|
%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}^%{_libexecdir}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This utility is designed to write a Makefile for an extension module from a
|
|
|
|
|
Makefile.PL. It is based on the Makefile.SH model provided by Andy
|
|
|
|
@ -142,6 +129,7 @@ Dougherty and the perl5-porters.
|
|
|
|
|
%package -n perl-ExtUtils-Command
|
|
|
|
|
Summary: Perl routines to replace common UNIX commands in Makefiles
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
Requires: perl(Carp)
|
|
|
|
@ -159,6 +147,7 @@ easier to deal with in Makefiles.
|
|
|
|
|
%package -n perl-ExtUtils-MM-Utils
|
|
|
|
|
Summary: ExtUtils::MM methods without dependency on ExtUtils::MakeMaker
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
|
|
|
|
|
@ -168,28 +157,6 @@ other modules but that do not need full-featured ExtUtils::MakeMaker. The
|
|
|
|
|
issue with ExtUtils::MakeMaker is it pulls in Perl header files and that
|
|
|
|
|
is an overkill for small subroutines.
|
|
|
|
|
|
|
|
|
|
%package tests
|
|
|
|
|
Summary: Tests for %{name}
|
|
|
|
|
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
|
Requires: perl-Test-Harness
|
|
|
|
|
Requires: perl(CPAN::Meta) >= 2.143240
|
|
|
|
|
Requires: perl(Encode)
|
|
|
|
|
Requires: perl(File::Spec)
|
|
|
|
|
Requires: perl(Parse::CPAN::Meta) >= 1.4414
|
|
|
|
|
Requires: perl(Pod::Man)
|
|
|
|
|
Requires: perl(version)
|
|
|
|
|
%if %{with perl_ExtUtils_MakeMaker_enables_optional_test}
|
|
|
|
|
# Optional tests
|
|
|
|
|
Requires: perl-devel
|
|
|
|
|
Requires: perl(B)
|
|
|
|
|
Requires: perl(ExtUtils::CBuilder)
|
|
|
|
|
Requires: perl(PerlIO)
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description tests
|
|
|
|
|
Tests from %{name}-%{version}. Execute them
|
|
|
|
|
with "%{_libexecdir}/%{name}/test".
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n ExtUtils-MakeMaker-%{version}
|
|
|
|
|
%patch0 -p1
|
|
|
|
@ -197,62 +164,27 @@ with "%{_libexecdir}/%{name}/test".
|
|
|
|
|
%patch2 -p1
|
|
|
|
|
%patch3 -p1
|
|
|
|
|
%patch4 -p1
|
|
|
|
|
%patch5 -p1
|
|
|
|
|
# Remove bundled modules
|
|
|
|
|
rm -rf bundled
|
|
|
|
|
perl -i -ne 'print $_ unless m{^bundled/}' MANIFEST
|
|
|
|
|
sed -i -e '/^bundled\// d' MANIFEST
|
|
|
|
|
rm -rf t/lib/Test
|
|
|
|
|
perl -i -ne 'print $_ unless m{^t/lib/Test/}' MANIFEST
|
|
|
|
|
sed -i -e '/^t\/lib\/Test\// d' MANIFEST
|
|
|
|
|
rm -rf lib/ExtUtils/MakeMaker/version{,.pm}
|
|
|
|
|
perl -i -ne 'print $_ unless m{^lib/ExtUtils/MakeMaker/version(?:/|\.pm)}' MANIFEST
|
|
|
|
|
sed -i -e '/^lib\/ExtUtils\/MakeMaker\/version[\/\.]/ d' MANIFEST
|
|
|
|
|
rm -rf lib/ExtUtils/MakeMaker/Locale.pm
|
|
|
|
|
perl -i -ne 'print $_ unless m{^lib/ExtUtils/MakeMaker/Locale\.pm}' MANIFEST
|
|
|
|
|
|
|
|
|
|
%if !%{with perl_ExtUtils_MakeMaker_enables_optional_test}
|
|
|
|
|
# Remove optional tests
|
|
|
|
|
rm t/02-xsdynamic.t t/03-xsstatic.t
|
|
|
|
|
perl -i -ne 'print $_ unless m{^t/02-xsdynamic\.t}' MANIFEST
|
|
|
|
|
perl -i -ne 'print $_ unless m{^t/03-xsstatic\.t}' MANIFEST
|
|
|
|
|
perl -i -ne 'print $_ unless m{^t/unicode\.t}' MANIFEST
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
# Help file to recognise the Perl scripts and normalize shebangs
|
|
|
|
|
for F in `find t -name *.t`; do
|
|
|
|
|
if head -1 "$F" | grep -q -e '^#!.*perl' ; then
|
|
|
|
|
perl -MConfig -pi -e 's|^#!.*perl\b|$Config{startperl}|' "$F"
|
|
|
|
|
else
|
|
|
|
|
perl -i -MConfig -ple 'print $Config{startperl} if $. == 1' "$F"
|
|
|
|
|
fi
|
|
|
|
|
chmod +x "$F"
|
|
|
|
|
done
|
|
|
|
|
sed -i -e '/^lib\/ExtUtils\/MakeMaker\/Locale\.pm/ d' MANIFEST
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
BUILDING_AS_PACKAGE=1 perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
|
|
|
|
%{make_build}
|
|
|
|
|
BUILDING_AS_PACKAGE=1 perl Makefile.PL INSTALLDIRS=vendor
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%{make_install}
|
|
|
|
|
|
|
|
|
|
# Install tests
|
|
|
|
|
mkdir -p %{buildroot}/%{_libexecdir}/%{name}
|
|
|
|
|
cp -a t %{buildroot}/%{_libexecdir}/%{name}
|
|
|
|
|
cat > %{buildroot}/%{_libexecdir}/%{name}/test << 'EOF'
|
|
|
|
|
#!/bin/bash
|
|
|
|
|
set -e
|
|
|
|
|
# Lots of tests write into temporary files/directories. The easiest solution
|
|
|
|
|
# is to copy the tests into a writable directory and execute them from there.
|
|
|
|
|
DIR=$(mktemp -d)
|
|
|
|
|
pushd "$DIR"
|
|
|
|
|
cp -a %{_libexecdir}/%{name}/* ./
|
|
|
|
|
prove -I . -j "$(getconf _NPROCESSORS_ONLN)"
|
|
|
|
|
popd
|
|
|
|
|
rm -rf "$DIR"
|
|
|
|
|
EOF
|
|
|
|
|
chmod +x %{buildroot}/%{_libexecdir}/%{name}/test
|
|
|
|
|
|
|
|
|
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -delete
|
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print $1} else {print 1}' -- '%{?_smp_mflags}')
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
@ -278,124 +210,9 @@ make test
|
|
|
|
|
%{perl_vendorlib}/ExtUtils/MM/Utils.pm
|
|
|
|
|
%{_mandir}/man3/ExtUtils::MM::Utils.*
|
|
|
|
|
|
|
|
|
|
%files tests
|
|
|
|
|
%{_libexecdir}/%{name}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2:7.60-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2:7.60-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Fri Feb 19 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2:7.60-1
|
|
|
|
|
- 7.60 bump
|
|
|
|
|
- Package tests
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:7.58-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Dec 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2:7.58-1
|
|
|
|
|
- 7.58 bump
|
|
|
|
|
|
|
|
|
|
* Fri Nov 20 2020 Petr Pisar <ppisar@redhat.com> - 2:7.56-1
|
|
|
|
|
- 7.56 bump
|
|
|
|
|
|
|
|
|
|
* Fri Nov 13 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2:7.54-1
|
|
|
|
|
- 7.54 bump
|
|
|
|
|
|
|
|
|
|
* Thu Nov 05 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2:7.52-1
|
|
|
|
|
- 7.52 bump
|
|
|
|
|
|
|
|
|
|
* Thu Oct 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2:7.50-1
|
|
|
|
|
- 7.50 bump
|
|
|
|
|
|
|
|
|
|
* Tue Oct 06 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2:7.48-1
|
|
|
|
|
- 7.48 bump
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:7.46-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2:7.46-2
|
|
|
|
|
- Perl 5.32 re-rebuild of bootstrapped packages
|
|
|
|
|
|
|
|
|
|
* Tue Jun 23 2020 Petr Pisar <ppisar@redhat.com> - 2:7.46-1
|
|
|
|
|
- 7.46 bump
|
|
|
|
|
|
|
|
|
|
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2:7.44-456
|
|
|
|
|
- Increase release to favour standalone package
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:7.44-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 15 2020 Petr Pisar <ppisar@redhat.com> - 2:7.44-1
|
|
|
|
|
- 7.44 bump
|
|
|
|
|
|
|
|
|
|
* Wed Dec 18 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2:7.42-1
|
|
|
|
|
- 7.42 bump
|
|
|
|
|
|
|
|
|
|
* Tue Dec 17 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2:7.40-1
|
|
|
|
|
- 7.40 bump
|
|
|
|
|
|
|
|
|
|
* Wed Sep 11 2019 Petr Pisar <ppisar@redhat.com> - 2:7.38-1
|
|
|
|
|
- 7.38 bump
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:7.36-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2:7.36-3
|
|
|
|
|
- Perl 5.30 re-rebuild of bootstrapped packages
|
|
|
|
|
|
|
|
|
|
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2:7.36-2
|
|
|
|
|
- Perl 5.30 rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Apr 29 2019 Petr Pisar <ppisar@redhat.com> - 1:7.36-1
|
|
|
|
|
- 7.36 bump
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:7.34-419
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:7.34-418
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:7.34-417
|
|
|
|
|
- Perl 5.28 re-rebuild of bootstrapped packages
|
|
|
|
|
|
|
|
|
|
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:7.34-416
|
|
|
|
|
- Increase release to favour standalone package
|
|
|
|
|
|
|
|
|
|
* Mon Mar 19 2018 Petr Pisar <ppisar@redhat.com> - 1:7.34-1
|
|
|
|
|
- 7.34 bump
|
|
|
|
|
|
|
|
|
|
* Wed Feb 28 2018 Petr Pisar <ppisar@redhat.com> - 1:7.32-2
|
|
|
|
|
- Recommend gcc and perl-devel instead of a hard dependency (bug #1547165)
|
|
|
|
|
|
|
|
|
|
* Mon Feb 19 2018 Petr Pisar <ppisar@redhat.com> - 1:7.32-1
|
|
|
|
|
- 7.32 bump
|
|
|
|
|
|
|
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:7.30-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Dec 18 2017 Petr Pisar <ppisar@redhat.com> - 1:7.30-3
|
|
|
|
|
- Rebase patches
|
|
|
|
|
- Do not recommend non-core Encode::Locale on bootstrapping
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:7.30-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 13 2017 Petr Pisar <ppisar@redhat.com> - 1:7.30-1
|
|
|
|
|
- 7.30 bump
|
|
|
|
|
|
|
|
|
|
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:7.28-2
|
|
|
|
|
- Perl 5.26 rebuild
|
|
|
|
|
|
|
|
|
|
* Wed May 31 2017 Petr Pisar <ppisar@redhat.com> - 7.28-1
|
|
|
|
|
- 7.28 bump
|
|
|
|
|
|
|
|
|
|
* Mon May 29 2017 Petr Pisar <ppisar@redhat.com> - 7.26-1
|
|
|
|
|
- 7.26 bump
|
|
|
|
|
- Fix META generation (CPAN RT#121913)
|
|
|
|
|
* Wed Jul 12 2017 Petr Pisar <ppisar@redhat.com> - 7.24-3
|
|
|
|
|
- Fix t/eu_command.t test
|
|
|
|
|
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.24-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|