From 7afeb751f65437fae614821b8c661f77ec44a072 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 18 Jun 2021 09:41:39 +0200 Subject: remove Archive_Tar autoloader usage --- php-laminas-filter.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-laminas-filter.spec') diff --git a/php-laminas-filter.spec b/php-laminas-filter.spec index e1a2e44..676ee3d 100644 --- a/php-laminas-filter.spec +++ b/php-laminas-filter.spec @@ -19,7 +19,7 @@ Name: php-%{gh_project} Version: 2.11.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{namespace} Framework %{library} component License: BSD @@ -68,7 +68,7 @@ BuildRequires: php-laminas-uri BuildRequires: php-phpspec-prophecy-phpunit BuildRequires: php-psr-http-factory %endif -BuildRequires: php-autoloader(pear/archive_tar) >= 1.4.3 +BuildRequires: php-composer(pear/archive_tar) >= 1.4.3 %global phpunit %{_bindir}/phpunit9 BuildRequires: phpunit9 >= 9.3 %endif @@ -156,7 +156,7 @@ cat << 'EOF' | tee -a src/autoload.php '%{php_home}/%{namespace}/I18n/autoload.php', '%{php_home}/%{namespace}/ServiceManager/autoload.php', '%{php_home}/%{namespace}/Uri/autoload.php', - '%{_datadir}/pear/Archive/Tar/autoload.php', + '%{_datadir}/pear/Archive/Tar.php', ]); EOF @@ -226,6 +226,9 @@ exit $ret %changelog +* Fri Jun 18 2021 Remi Collet - 2.11.1-2 +- remove Archive_Tar autoloader usage + * Tue May 25 2021 Remi Collet - 2.11.1-1 - update to 2.11.1 -- cgit