perl-Alien-Build/perl-Alien-Build.spec

645 lines
22 KiB
RPMSpec
Raw Normal View History

2017-08-18 11:22:46 +00:00
# Run optional test
%{bcond_without perl_Alien_Build_enables_optional_test}
2019-03-13 08:03:44 +00:00
# Exhibit FFI::Platypus in Test::Alien
%if !%{defined perl_bootstrap}
# Build cycle: perl-FFI-Platypus → perl-Alien-Build
%{bcond_without perl_Alien_Build_enables_platypus}
%endif
2017-08-18 11:22:46 +00:00
Name: perl-Alien-Build
2022-03-07 16:06:33 +00:00
Version: 2.47
2021-09-30 09:14:37 +00:00
Release: 1%{?dist}
2017-08-18 11:22:46 +00:00
Summary: Build external dependencies for use in CPAN
2018-11-05 09:46:00 +00:00
# lib/Alien/Build/Plugin/Test/Mock.pm contains Base64-encoded files for tests
# (a bash script, C source file, a gzipped tar archive, Mach-O 64-bit x86_64
# object file and a static library).
2017-08-18 11:22:46 +00:00
License: GPL+ or Artistic
2018-06-04 09:42:16 +00:00
URL: https://metacpan.org/release/Alien-Build
Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-%{version}.tar.gz
2017-09-08 09:51:52 +00:00
# Support only the most advanced pkgconfig implementation,
# the files are deleted in prep section
2020-08-05 07:48:36 +00:00
Patch0: Alien-Build-2.28-Remove-redundant-pkgconfig-implementations.patch
2017-08-18 11:22:46 +00:00
BuildArch: noarch
2020-08-05 07:48:36 +00:00
BuildRequires: coreutils
2017-08-18 11:22:46 +00:00
BuildRequires: make
2018-07-09 13:03:12 +00:00
# Makefile.PL executes ./inc/probebad.pl that executes XS checks
BuildRequires: gcc
BuildRequires: perl-devel
2017-08-18 11:22:46 +00:00
BuildRequires: perl-generators
BuildRequires: perl-interpreter
2020-08-05 07:48:36 +00:00
BuildRequires: perl(:VERSION) >= 5.8.4
2020-03-09 14:04:13 +00:00
BuildRequires: perl(Config)
2018-07-09 13:03:12 +00:00
BuildRequires: perl(ExtUtils::CBuilder)
2017-08-18 11:22:46 +00:00
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
2018-07-09 13:03:12 +00:00
BuildRequires: perl(ExtUtils::ParseXS)
2019-03-28 11:46:17 +00:00
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
2017-08-18 11:22:46 +00:00
BuildRequires: perl(File::Which) >= 1.10
BuildRequires: perl(strict)
BuildRequires: perl(warnings)
# Run-time:
2017-08-18 11:49:25 +00:00
%if !%{defined perl_bootstrap}
2018-02-21 17:16:03 +00:00
# t/alien_build_plugin_build_cmake.t executes gcc via cmake (bug #923024)
2017-08-18 11:49:25 +00:00
# Build cycle: perl-Alien-cmake3 → perl-Alien-Build
BuildRequires: perl(Alien::cmake3) >= 0.02
%endif
2017-08-18 11:22:46 +00:00
# Archive::Tar or (tar and bzip2 and gzip and xz)
BuildRequires: perl(Archive::Tar)
# Archive::Zip or unzip
BuildRequires: perl(Archive::Zip)
BuildRequires: perl(Capture::Tiny) >= 0.17
BuildRequires: perl(Carp)
BuildRequires: perl(Config::INI::Reader::Multiline)
BuildRequires: perl(constant)
2020-11-03 13:54:55 +00:00
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(Digest::SHA)
2017-08-18 11:22:46 +00:00
BuildRequires: perl(DynaLoader)
BuildRequires: perl(Env)
BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(ExtUtils::ParseXS) >= 3.30
2017-08-18 11:25:24 +00:00
BuildRequires: perl(FFI::CheckLib)
2017-08-18 11:22:46 +00:00
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::BOM)
BuildRequires: perl(File::chdir)
BuildRequires: perl(File::Copy)
BuildRequires: perl(File::Find)
BuildRequires: perl(JSON::PP)
2020-08-11 05:09:57 +00:00
BuildRequires: perl(List::Util) >= 1.33
2017-08-18 11:22:46 +00:00
BuildRequires: perl(overload)
2021-06-22 12:29:59 +00:00
BuildRequires: perl(parent)
2017-08-18 11:22:46 +00:00
BuildRequires: perl(Path::Tiny) >= 0.077
# Alien::Build::Plugin::PkgConfig::Negotiate finds a pkgconfig implementation
# in this order:
2019-02-25 09:22:05 +00:00
# PkgConfig::LibPkgConf 0.04, pkgconf, pkg-config, PkgConfig 0.14026.
2017-08-18 11:22:46 +00:00
# We selected the most advanced PkgConfig::LibPkgConf and removed the other
# plugins.
BuildRequires: perl(PkgConfig::LibPkgConf::Client) >= 0.04
BuildRequires: perl(PkgConfig::LibPkgConf::Util) >= 0.04
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Storable)
2019-08-20 13:13:22 +00:00
BuildRequires: perl(Term::ANSIColor)
2019-11-04 12:25:03 +00:00
BuildRequires: perl(Test2::API) >= 1.302096
2017-08-18 11:22:46 +00:00
BuildRequires: perl(Text::ParseWords) >= 3.26
# YAML or Data::Dumper
BuildRequires: perl(YAML)
2019-03-13 08:03:44 +00:00
# Optional run-time:
%if %{with perl_Alien_Build_enables_platypus}
BuildRequires: perl(FFI::Platypus) >= 0.12
%endif
2017-08-18 11:22:46 +00:00
# Tests:
# AnyEvent not used
# AnyEvent::FTP::Server not used
BuildRequires: perl(File::Glob)
# Getopt::Long not used
# IO::Socket::INET not used
2021-05-13 14:31:52 +00:00
# HTTP::Server::PSGI not used
2017-08-18 11:22:46 +00:00
BuildRequires: perl(lib)
2019-09-26 08:37:48 +00:00
BuildRequires: perl(List::Util) >= 1.33
2017-08-18 11:22:46 +00:00
BuildRequires: perl(Net::FTP)
2021-05-13 14:31:52 +00:00
# Plack::App::Directory not used
# Plack::Builder not used
2017-08-18 11:22:46 +00:00
# Proc::Daemon not used
2021-06-22 12:29:59 +00:00
BuildRequires: perl(Test2::V0) >= 0.000121
2017-08-18 11:22:46 +00:00
# URI not used
2021-05-13 14:31:52 +00:00
# URI::Escape not used
2019-07-01 09:14:19 +00:00
BuildRequires: perl(utf8)
2017-08-18 11:22:46 +00:00
%if %{with perl_Alien_Build_enables_optional_test}
# Optional tests:
%if !%{defined perl_bootstrap}
# Break build cycle: Acme::Alien::DontPanic → Test::Alien
2017-09-26 09:00:15 +00:00
BuildRequires: perl(Acme::Alien::DontPanic) >= 0.026
# Break build cycle: perl-Alien-Base-ModuleBuild → perl-Alien-Build
2017-09-08 09:51:52 +00:00
BuildRequires: perl(Alien::Base::ModuleBuild) >= 0.040
%endif
2017-09-08 09:51:52 +00:00
BuildRequires: perl(Devel::Hide)
2017-08-18 11:22:46 +00:00
BuildRequires: perl(Env::ShellWords)
# FFI::Platypus not packaged
2019-03-01 10:19:21 +00:00
# HTTP::Tiny or curl
2017-09-08 09:51:52 +00:00
BuildRequires: perl(HTTP::Tiny) >= 0.044
2019-05-21 13:28:38 +00:00
# Prefer Mojo::DOM with Mojolicious, URI, URI::Escape over Mojo::DOM58
BuildRequires: perl(Mojo::DOM)
BuildRequires: perl(Mojolicious) >= 7.00
2017-08-18 11:22:46 +00:00
# PkgConfig not packaged
2017-09-19 14:36:52 +00:00
BuildRequires: perl(Readonly) >= 1.60
2017-11-06 08:20:21 +00:00
BuildRequires: perl(Sort::Versions)
2019-05-21 13:28:38 +00:00
BuildRequires: perl(URI)
BuildRequires: perl(URI::Escape)
2017-08-18 11:22:46 +00:00
BuildRequires: perl(URI::file)
%endif
2020-04-09 10:52:43 +00:00
# Alien::Build::Plugin::Build::Copy executes cp
Requires: coreutils
2017-11-03 12:32:48 +00:00
Suggests: curl
2018-02-21 17:16:03 +00:00
# Alien::Base::Wrapper::cc() executes $Config{cc}.
Requires: gcc
2021-05-13 16:58:19 +00:00
# make in the lib/Alien/Build/Plugin/Build/CMake.pm plugin
# make in the lib/Alien/Build/Plugin/Build/Make.pm plugin
# make or Alien::gmake
Requires: make
2017-08-18 11:22:46 +00:00
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
2017-08-18 11:49:25 +00:00
%if !%{defined perl_bootstrap}
# Build cycle: perl-Alien-cmake3 → perl-Alien-Build
Requires: perl(Alien::cmake3) >= 0.02
%endif
2019-06-24 06:40:54 +00:00
# Alien::Build::Plugin::Download::Negotiate defaults to Decode::Mojo instead
# of Decode::HTML
Suggests: perl(Alien::Build::Plugin::Decode::HTML)
Requires: perl(Alien::Build::Plugin::Decode::Mojo)
2017-08-18 11:22:46 +00:00
# Archive::Tar or (tar and bzip2 and gzip and xz)
Requires: perl(Archive::Tar)
# Archive::Zip or unzip
Requires: perl(Archive::Zip)
Requires: perl(Config::INI::Reader::Multiline)
Requires: perl(DynaLoader)
Requires: perl(ExtUtils::CBuilder)
2020-01-31 13:35:37 +00:00
Requires: perl(ExtUtils::MakeMaker) >= 6.52
2017-08-18 11:22:46 +00:00
Requires: perl(ExtUtils::ParseXS) >= 3.30
2017-08-18 11:25:24 +00:00
Requires: perl(FFI::CheckLib)
2019-03-13 08:03:44 +00:00
%if %{with perl_Alien_Build_enables_platypus}
Recommends: perl(FFI::Platypus) >= 0.12
%endif
2017-08-18 11:22:46 +00:00
Requires: perl(File::BOM)
Requires: perl(File::Find)
Requires: perl(Path::Tiny) >= 0.077
# Alien::Build::Plugin::PkgConfig::Negotiate finds a pkgconfig implementation
# in this order:
# PkgConfig::LibPkgConf 0.04, pkgconf, pkg-config, PkgConfig 0.14026
# We selected the most advanced PkgConfig::LibPkgConf and removed the other
# plugins.
Requires: perl(PkgConfig::LibPkgConf::Client) >= 0.04
Requires: perl(PkgConfig::LibPkgConf::Util) >= 0.04
Requires: perl(Storable)
2019-11-04 12:25:03 +00:00
Requires: perl(Test2::API) >= 1.302096
2017-08-18 11:22:46 +00:00
Requires: perl(Text::ParseWords) >= 3.26
# YAML or Data::Dumper
2020-11-03 13:54:55 +00:00
Suggests: perl(YAML)
2017-11-03 12:32:48 +00:00
Suggests: wget
# Alien::Base::PkgConfig moved from perl-Alien-Base-ModuleBuild
Conflicts: perl-Alien-Base-ModuleBuild < 1.00
2021-01-12 12:52:39 +00:00
# Test-Alien merged into Alien-Build
Obsoletes: perl-Test-Alien < 0.15-13
Provides: perl-Test-Alien = %{version}-%{release}
2017-08-18 11:22:46 +00:00
# Do not gather dependencies from the documentation
%{?perl_default_filter}
# Remove underspecified dependencies
2021-05-13 16:58:19 +00:00
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\((Capture::Tiny|Path::Tiny|Test2::API|Test2::V0|Text::ParseWords)\\)$
2019-05-21 13:28:38 +00:00
# Remove private redefinitions
2019-09-13 14:24:44 +00:00
%global __provides_exclude %{?__provides_exclude:%{__provides_exclude}|}^perl\\(Alien::Build::rc\\)$
2021-05-13 16:58:19 +00:00
# Remove private modules
%global __provides_exclude %{__provides_exclude}|^perl\\(MyTest::.*\\)$
%global __requires_exclude %{__requires_exclude}|^perl\\(Alien::Build::Plugin::RogerRamjet|Alien::Foo|Alien::libfoo1|Alien::libfoo2|MyTest::.*\\)$
# Some tests, e.g. t/alien_build_plugin_extract_negotiate.t, compare a script file
# content against an archived one. Do not rewrite their shebangs.
%global __brp_mangle_shebangs_exclude_from %{?__brp_mangle_shebangs_exclude_from:%{__brp_mangle_shebangs_exclude_from}|}^%{_libexecdir}/%{name}/corpus/dist/foo-1\.00/configure$
2017-08-18 11:22:46 +00:00
%description
This package provides tools for building external (non-CPAN) dependencies
for CPAN. It is mainly designed to be used at install time of a CPAN
client, and work closely with Alien::Base which is used at run time.
2019-06-24 06:40:54 +00:00
%package Plugin-Decode-HTML
Summary: Alien::Build plugin to extract links from HTML
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(HTML::LinkExtor)
Requires: perl(URI)
Requires: perl(URI::Escape)
# Subpackaged from perl-Alien-Build-1.76
Conflicts: perl-Alien-Build < 1.76
%description Plugin-Decode-HTML
This Alien::Build plugin decodes an HTML file listing into a list of
candidates for your Prefer plugin.
2019-05-21 13:28:38 +00:00
%package Plugin-Decode-Mojo
Summary: Alien::Build plugin to extract links from HTML
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
# Prefer Mojo::DOM with Mojolicious >= 7.00 over Mojo::DOM58 that is not yet
# packaged.
Requires: perl(Mojo::DOM)
Requires: perl(Mojolicious) >= 7.00
Requires: perl(URI)
Requires: perl(URI::Escape)
%description Plugin-Decode-Mojo
This Alien::Build plugin decodes an HTML file listing into a list of
candidates for your Prefer plugin.
2021-05-13 16:58:19 +00:00
%package tests
Summary: Tests for %{name}
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
Requires: coreutils
Requires: perl-Test-Harness
Requires: perl(Net::FTP)
2021-06-22 12:29:59 +00:00
Requires: perl(Test2::V0) >= 0.000121
2021-05-13 16:58:19 +00:00
%if %{with perl_Alien_Build_enables_optional_test}
%if !%{defined perl_bootstrap}
# Break build cycle: Acme::Alien::DontPanic → Test::Alien
Requires: perl(Acme::Alien::DontPanic) >= 0.026
# Break build cycle: perl-Alien-Base-ModuleBuild → perl-Alien-Build
Requires: perl(Alien::Base::ModuleBuild) >= 0.040
%endif
Requires: perl(Devel::Hide)
Requires: perl(Env::ShellWords)
# FFI::Platypus not packaged
# HTTP::Tiny or curl
Requires: perl(HTTP::Tiny) >= 0.044
# Prefer Mojo::DOM with Mojolicious, URI, URI::Escape over Mojo::DOM58
Requires: perl(Mojo::DOM)
Requires: perl(Mojolicious) >= 7.00
# PkgConfig not packaged
Requires: perl(Readonly) >= 1.60
Requires: perl(Sort::Versions)
Requires: perl(URI::file)
%endif
%description tests
Tests from %{name}. Execute them
with "%{_libexecdir}/%{name}/test".
2017-08-18 11:22:46 +00:00
%prep
%setup -q -n Alien-Build-%{version}
# Remove redundant pkgconfig implementations, keep
2017-09-08 09:51:52 +00:00
# Alien::Build::Plugin::PkgConfig::LibPkgConf,
# MANIFEST is updated by Remove-redundant-pkgconfig-implementations.patch
%patch0 -p1
2017-08-18 11:22:46 +00:00
rm lib/Alien/Build/Plugin/PkgConfig/{CommandLine,PP}.pm
rm t/alien_build_plugin_pkgconfig_{commandline,pp}.t
2021-05-13 16:58:19 +00:00
# Remove unused tests
for F in \
t/bin/ftpd \
t/bin/httpd \
%if !%{with perl_Alien_Build_enables_optional_test} || %{defined perl_bootstrap}
t/alien_base__system_installed.t \
%endif
%if !%{with perl_Alien_Build_enables_optional_test}
t/alien_build_plugin_build_searchdep.t \
t/alien_build_plugin_extract_commandline__tar_can.t \
t/alien_build_plugin_prefer_badversion.t \
t/alien_build_plugin_prefer_goodversion.t \
%endif
; do
rm "$F"
perl -i -ne 'print $_ unless m{\A\Q'"$F"'\E\b}' MANIFEST
perl -i -ne 'print $_ unless m{\b\Q'"$F"'\E\b}' t/01_use.t
done
2021-09-30 11:06:57 +00:00
# Symlink identical files
function symlink_duplicates {
local KEEP="$1"
local DUPLICATE_GLOB="$2"
local F
shopt -s globstar
for F in $DUPLICATE_GLOB; do
test "$KEEP" = "$F" && continue
cmp "$KEEP" "$F" || continue
rm "$F"
ln -s "$(realpath --relative-to $(dirname $F) $KEEP)" "$F"
done
}
symlink_duplicates 'corpus/alien_build_plugin_fetch_curlcommand/dir/foo-1.00.tar' 'corpus/*/dir/foo-1.00.tar'
symlink_duplicates 'corpus/alien_build_plugin_fetch_curlcommand/dir/foo-1.01.tar' 'corpus/*/dir/foo-1.01.tar'
symlink_duplicates 'corpus/alien_build_plugin_fetch_curlcommand/dir/foo-1.02.tar' 'corpus/*/dir/foo-1.02.tar'
symlink_duplicates 'corpus/alien_build_plugin_fetch_curlcommand/dir/html_test.html' 'corpus/*/dir/html_test.html'
symlink_duplicates 'example/user/ffi-platypus/t/lzma_example.t' 'example/user/*/t/lzma_example.t'
symlink_duplicates 'example/user/xs-dzil/Example.xs' 'example/**/Example.xs'
symlink_duplicates 'example/user/xs-dzil/lib/LZMA/Example.pm' 'example/**/Example.pm'
2021-05-13 16:58:19 +00:00
# Help generators to recognize Perl scripts
for F in t/*.t; do
perl -i -MConfig -ple 'print $Config{startperl} if $. == 1 && !s{\A#!\s*perl}{$Config{startperl}}' "$F"
chmod +x "$F"
done
2017-08-18 11:22:46 +00:00
%build
2019-08-20 13:13:22 +00:00
unset PKG_CONFIG
2019-02-11 08:33:11 +00:00
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
%{make_build}
2017-08-18 11:22:46 +00:00
%install
2019-02-11 08:33:11 +00:00
%{make_install}
2021-05-13 16:58:19 +00:00
%{_fixperms} %{buildroot}/*
# Install tests
mkdir -p %{buildroot}%{_libexecdir}/%{name}
cp -a corpus t %{buildroot}%{_libexecdir}/%{name}
# t/alienfile.t uses example/*.alienfile
mkdir %{buildroot}%{_libexecdir}/%{name}/example
cp -a example/*.alienfile %{buildroot}%{_libexecdir}/%{name}/example
cat > %{buildroot}%{_libexecdir}/%{name}/test << 'EOF'
#!/bin/bash
set -e
# Many tests, e.g. t/alien_build_commandsequence.t, write into CWD
DIR=$(mktemp -d)
cp -a %{_libexecdir}/%{name}/* "$DIR"
pushd "$DIR"
unset ACLOCAL_PATH ALIEN_BASE_WRAPPER_QUIET ALIEN_BUILD_LIVE_TEST \
ALIEN_BUILD_LOG ALIEN_BUILD_PKG_CONFIG ALIEN_BUILD_POSTLOAD \
ALIEN_BUILD_PRELOAD ALIEN_BUILD_RC ALIEN_BUILD_SITE_CONFIG ALIEN_FORCE \
ALIEN_INSTALL_NETWORK ALIEN_INSTALL_TYPE CIPDIST CONFIG_SITE CURL DESTDIR \
FOO1 FOO2 FOO3 VERBOSE WGET
prove -I . -j "$(getconf _NPROCESSORS_ONLN)"
popd
rm -r "$DIR"
EOF
chmod +x %{buildroot}%{_libexecdir}/%{name}/test
2017-08-18 11:22:46 +00:00
%check
2019-08-20 13:13:22 +00:00
unset ACLOCAL_PATH ALIEN_BASE_WRAPPER_QUIET ALIEN_BUILD_LIVE_TEST \
ALIEN_BUILD_LOG ALIEN_BUILD_PKG_CONFIG ALIEN_BUILD_POSTLOAD \
ALIEN_BUILD_PRELOAD ALIEN_BUILD_RC ALIEN_BUILD_SITE_CONFIG ALIEN_FORCE \
2019-12-10 09:45:21 +00:00
ALIEN_INSTALL_NETWORK ALIEN_INSTALL_TYPE CIPDIST CONFIG_SITE CURL DESTDIR \
2019-08-20 13:13:22 +00:00
FOO1 FOO2 FOO3 VERBOSE WGET
2021-05-13 16:58:19 +00:00
export HARNESS_OPTIONS=j$(perl -e 'if ($ARGV[0] =~ /.*-j([0-9][0-9]*).*/) {print $1} else {print 1}' -- '%{?_smp_mflags}')
2017-08-18 11:22:46 +00:00
make test
%files
%license LICENSE
2019-05-21 13:28:38 +00:00
%doc Changes Changes.Alien-Base Changes.Alien-Base-Wrapper Changes.Test-Alien
%doc example README SUPPORT
2017-08-18 11:22:46 +00:00
%{perl_vendorlib}/*
2019-06-24 06:40:54 +00:00
%exclude %{perl_vendorlib}/Alien/Build/Plugin/Decode/HTML.pm
2019-05-21 13:28:38 +00:00
%exclude %{perl_vendorlib}/Alien/Build/Plugin/Decode/Mojo.pm
2017-08-18 11:22:46 +00:00
%{_mandir}/man3/*
2019-06-24 06:40:54 +00:00
%exclude %{_mandir}/man3/Alien::Build::Plugin::Decode::HTML.3pm.*
2019-05-21 13:28:38 +00:00
%exclude %{_mandir}/man3/Alien::Build::Plugin::Decode::Mojo.3pm.*
2019-06-24 06:40:54 +00:00
%files Plugin-Decode-HTML
%{perl_vendorlib}/Alien/Build/Plugin/Decode/HTML.pm
%{_mandir}/man3/Alien::Build::Plugin::Decode::HTML.3pm.*
2019-05-21 13:28:38 +00:00
%files Plugin-Decode-Mojo
%doc Changes.Alien-Build-Decode-Mojo
%{perl_vendorlib}/Alien/Build/Plugin/Decode/Mojo.pm
%{_mandir}/man3/Alien::Build::Plugin::Decode::Mojo.3pm.*
2017-08-18 11:22:46 +00:00
2021-05-13 16:58:19 +00:00
%files tests
%{_libexecdir}/%{name}
2017-08-18 11:22:46 +00:00
%changelog
2022-03-07 16:06:33 +00:00
* Mon Mar 07 2022 Petr Pisar <ppisar@redhat.com> - 2.47-1
- 2.47 bump
2021-12-02 12:40:37 +00:00
* Thu Dec 02 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2.46-1
- 2.46 bump
2021-10-29 09:27:29 +00:00
* Fri Oct 29 2021 Petr Pisar <ppisar@redhat.com> - 2.45-1
- 2.45 bump
2021-10-21 11:30:25 +00:00
* Thu Oct 21 2021 Petr Pisar <ppisar@redhat.com> - 2.44-1
- 2.44 bump
2021-09-30 09:14:37 +00:00
* Thu Sep 30 2021 Petr Pisar <ppisar@redhat.com> - 2.42-1
- 2.42 bump
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.41-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
2021-06-22 12:29:59 +00:00
* Tue Jun 22 2021 Petr Pisar <ppisar@redhat.com> - 2.41-1
- 2.41 bump
* Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2.40-3
- Perl 5.34 re-rebuild of bootstrapped packages
2021-05-21 10:31:03 +00:00
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2.40-2
- Perl 5.34 rebuild
2021-05-13 14:31:52 +00:00
* Thu May 13 2021 Petr Pisar <ppisar@redhat.com> - 2.40-1
- 2.40 bump
2021-05-13 16:58:19 +00:00
- Package the tests
2021-05-13 14:31:52 +00:00
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.38-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
2021-01-12 12:52:39 +00:00
* Tue Jan 12 2021 Petr Pisar <ppisar@redhat.com> - 2.38-2
- Test-Alien merged into Alien-Build
2021-01-12 08:11:08 +00:00
* Tue Jan 12 2021 Petr Pisar <ppisar@redhat.com> - 2.38-1
- 2.38 bump
2020-11-03 13:54:55 +00:00
* Tue Nov 03 2020 Petr Pisar <ppisar@redhat.com> - 2.37-1
- 2.37 bump
2020-09-21 14:52:59 +00:00
* Mon Sep 21 2020 Petr Pisar <ppisar@redhat.com> - 2.33-1
- 2.33 bump
2020-09-14 10:23:38 +00:00
* Mon Sep 14 2020 Petr Pisar <ppisar@redhat.com> - 2.32-1
- 2.32 bump
2020-08-11 05:09:57 +00:00
* Tue Aug 11 2020 Petr Pisar <ppisar@redhat.com> - 2.29-1
- 2.29 bump
2020-08-05 07:48:36 +00:00
* Wed Aug 05 2020 Petr Pisar <ppisar@redhat.com> - 2.28-1
- 2.28 bump
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.26-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Jun 26 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.26-3
- Perl 5.32 re-rebuild of bootstrapped packages
2020-06-23 08:37:00 +00:00
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.26-2
- Perl 5.32 rebuild
2020-06-17 06:03:06 +00:00
* Wed Jun 17 2020 Petr Pisar <ppisar@redhat.com> - 2.26-1
- 2.26 bump
2020-05-18 08:16:55 +00:00
* Mon May 18 2020 Petr Pisar <ppisar@redhat.com> - 2.23-1
- 2.23 bump
2020-05-06 07:40:23 +00:00
* Wed May 06 2020 Petr Pisar <ppisar@redhat.com> - 2.22-1
- 2.22 bump
2020-04-14 07:39:51 +00:00
* Tue Apr 14 2020 Petr Pisar <ppisar@redhat.com> - 2.21-1
- 2.21 bump
2020-04-09 10:52:43 +00:00
* Thu Apr 09 2020 Petr Pisar <ppisar@redhat.com> - 2.19-1
- 2.19 bump
2020-03-20 08:12:52 +00:00
* Fri Mar 20 2020 Petr Pisar <ppisar@redhat.com> - 2.17-1
- 2.17 bump
2020-03-16 14:48:16 +00:00
* Mon Mar 16 2020 Petr Pisar <ppisar@redhat.com> - 2.15-1
- 2.15 bump
2020-03-10 06:58:55 +00:00
* Tue Mar 10 2020 Petr Pisar <ppisar@redhat.com> - 2.12-1
- 2.12 bump
2020-03-09 14:04:13 +00:00
* Mon Mar 09 2020 Petr Pisar <ppisar@redhat.com> - 2.11-1
- 2.11 bump
2020-02-17 12:42:47 +00:00
* Mon Feb 17 2020 Petr Pisar <ppisar@redhat.com> - 2.08-1
- 2.08 bump
2020-02-06 10:24:15 +00:00
* Thu Feb 06 2020 Petr Pisar <ppisar@redhat.com> - 2.04-1
- 2.04 bump
2020-02-05 07:12:50 +00:00
* Wed Feb 05 2020 Petr Pisar <ppisar@redhat.com> - 2.02-1
- 2.02 bump
2020-02-03 14:58:08 +00:00
* Mon Feb 03 2020 Petr Pisar <ppisar@redhat.com> - 2.00-1
- 2.00 bump
2020-01-31 13:35:37 +00:00
* Fri Jan 31 2020 Petr Pisar <ppisar@redhat.com> - 1.98-1
- 1.98 bump
2020-01-28 08:31:51 +00:00
* Tue Jan 28 2020 Petr Pisar <ppisar@redhat.com> - 1.96-1
- 1.96 bump
2019-12-17 09:57:09 +00:00
* Tue Dec 17 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.94-1
- 1.94 bump
2019-12-10 09:45:21 +00:00
* Tue Dec 10 2019 Petr Pisar <ppisar@redhat.com> - 1.93-1
- 1.93 bump
2019-11-04 12:25:03 +00:00
* Mon Nov 04 2019 Petr Pisar <ppisar@redhat.com> - 1.92-1
- 1.92 bump
2019-11-04 09:34:13 +00:00
* Mon Nov 04 2019 Petr Pisar <ppisar@redhat.com> - 1.91-1
- 1.91 bump
2019-09-26 08:37:48 +00:00
* Thu Sep 26 2019 Petr Pisar <ppisar@redhat.com> - 1.89-1
- 1.89 bump
2019-09-13 14:24:44 +00:00
* Fri Sep 13 2019 Petr Pisar <ppisar@redhat.com> - 1.86-1
- 1.86 bump
2019-09-02 10:38:05 +00:00
* Mon Sep 02 2019 Petr Pisar <ppisar@redhat.com> - 1.85-1
- 1.85 bump
2019-08-20 13:13:22 +00:00
* Tue Aug 20 2019 Petr Pisar <ppisar@redhat.com> - 1.83-1
- 1.83 bump
2019-08-19 06:55:03 +00:00
* Mon Aug 19 2019 Petr Pisar <ppisar@redhat.com> - 1.79-1
- 1.79 bump
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.78-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
2019-07-01 09:14:19 +00:00
* Mon Jul 01 2019 Petr Pisar <ppisar@redhat.com> - 1.78-1
- 1.78 bump
2019-06-24 06:40:54 +00:00
* Mon Jun 24 2019 Petr Pisar <ppisar@redhat.com> - 1.76-1
- 1.76 bump
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.74-3
- Perl 5.30 re-rebuild of bootstrapped packages
2019-05-31 14:17:45 +00:00
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.74-2
- Perl 5.30 rebuild
2019-05-22 14:50:33 +00:00
* Wed May 22 2019 Petr Pisar <ppisar@redhat.com> - 1.74-1
- 1.74 bump
2019-05-21 13:28:38 +00:00
* Tue May 21 2019 Petr Pisar <ppisar@redhat.com> - 1.73-1
- 1.73 bump
2019-04-29 08:28:27 +00:00
* Mon Apr 29 2019 Petr Pisar <ppisar@redhat.com> - 1.69-1
- 1.69 bump
2019-04-23 10:13:01 +00:00
* Tue Apr 23 2019 Petr Pisar <ppisar@redhat.com> - 1.68-1
- 1.68 bump
2019-04-11 14:51:38 +00:00
* Thu Apr 11 2019 Petr Pisar <ppisar@redhat.com> - 1.65-1
- 1.65 bump
2019-04-09 13:37:55 +00:00
* Tue Apr 09 2019 Petr Pisar <ppisar@redhat.com> - 1.63-1
- 1.63 bump
2019-03-28 11:46:17 +00:00
* Thu Mar 28 2019 Petr Pisar <ppisar@redhat.com> - 1.62-1
- 1.62 bump
2019-03-13 08:03:44 +00:00
* Wed Mar 13 2019 Petr Pisar <ppisar@redhat.com> - 1.60-2
- Use now-packaged FFI::Platypus
2019-03-01 10:19:21 +00:00
* Fri Mar 01 2019 Petr Pisar <ppisar@redhat.com> - 1.60-1
- 1.60 bump
2019-02-25 09:22:05 +00:00
* Mon Feb 25 2019 Petr Pisar <ppisar@redhat.com> - 1.55-1
- 1.55 bump
2019-02-11 08:33:11 +00:00
* Mon Feb 11 2019 Petr Pisar <ppisar@redhat.com> - 1.52-1
- 1.52 bump
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.51-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
2019-01-21 11:00:04 +00:00
* Mon Jan 21 2019 Petr Pisar <ppisar@redhat.com> - 1.51-1
- 1.51 bump
2019-01-18 12:54:44 +00:00
* Fri Jan 18 2019 Petr Pisar <ppisar@redhat.com> - 1.50-1
- 1.50 bump
2018-11-05 09:46:00 +00:00
* Mon Nov 05 2018 Petr Pisar <ppisar@redhat.com> - 1.49-1
- 1.49 bump
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.48-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
2018-07-09 13:03:12 +00:00
* Mon Jul 09 2018 Petr Pisar <ppisar@redhat.com> - 1.48-1
- 1.48 bump
* Tue Jul 03 2018 Petr Pisar <ppisar@redhat.com> - 1.46-3
- Perl 5.28 re-rebuild of bootstrapped packages
2018-07-03 08:00:01 +00:00
* Tue Jul 03 2018 Petr Pisar <ppisar@redhat.com> - 1.46-2
- Perl 5.28 rebuild
2018-06-25 11:19:15 +00:00
* Mon Jun 25 2018 Petr Pisar <ppisar@redhat.com> - 1.46-1
- 1.46 bump
2018-06-04 09:42:16 +00:00
* Mon Jun 04 2018 Petr Pisar <ppisar@redhat.com> - 1.43-1
- 1.43 bump
2018-05-10 07:56:40 +00:00
* Thu May 10 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.42-1
- 1.42 bump
2018-04-24 12:37:13 +00:00
* Tue Apr 24 2018 Petr Pisar <ppisar@redhat.com> - 1.41-1
- 1.41 bump
2018-03-12 11:17:24 +00:00
* Mon Mar 12 2018 Petr Pisar <ppisar@redhat.com> - 1.39-1
- 1.39 bump
2018-02-26 14:45:29 +00:00
* Mon Feb 26 2018 Petr Pisar <ppisar@redhat.com> - 1.37-1
- 1.37 bump
* Fri Feb 23 2018 Petr Pisar <ppisar@redhat.com> - 1.36-2
- Do not require C++ for build ing C tests (bug #923024)
2018-02-21 17:16:03 +00:00
- Build-require gcc because it is executed by tests via cmake (bug #923024)
- Run-requires gcc for Alien::Base::Wrapper::cc()
2018-02-06 07:59:20 +00:00
* Tue Feb 06 2018 Petr Pisar <ppisar@redhat.com> - 1.36-1
- 1.36 bump
2017-11-06 08:20:21 +00:00
* Mon Nov 06 2017 Petr Pisar <ppisar@redhat.com> - 1.32-1
- 1.32 bump
* Fri Nov 03 2017 Petr Pisar <ppisar@redhat.com> - 1.28-2
- Conflict with perl-Alien-Base-ModuleBuild < 1.00 because of
Alien::Base::PkgConfig
2017-11-03 12:32:48 +00:00
* Fri Nov 03 2017 Petr Pisar <ppisar@redhat.com> - 1.28-1
- 1.28 bump
2017-09-26 09:00:15 +00:00
* Tue Sep 26 2017 Petr Pisar <ppisar@redhat.com> - 1.18-1
- 1.18 bump
2017-09-19 14:36:52 +00:00
* Tue Sep 19 2017 Petr Pisar <ppisar@redhat.com> - 1.16-1
- 1.16 bump
2017-09-08 09:51:52 +00:00
* Fri Sep 08 2017 Petr Pisar <ppisar@redhat.com> - 1.10-1
- 1.10 bump
2017-08-29 06:22:57 +00:00
* Tue Aug 29 2017 Petr Pisar <ppisar@redhat.com> - 1.05-1
- 1.05 bump
2017-08-28 13:26:27 +00:00
* Mon Aug 28 2017 Petr Pisar <ppisar@redhat.com> - 1.04-1
- 1.04 bump
2017-08-18 11:49:25 +00:00
* Fri Aug 18 2017 Petr Pisar <ppisar@redhat.com> - 0.99-1
- 0.99 bump
2017-08-18 11:22:46 +00:00
* Thu Aug 17 2017 Petr Pisar <ppisar@redhat.com> 0.95-1
- Specfile autogenerated by cpanspec 1.78.