diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-10-21 11:13:19 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-10-21 11:13:19 +0200 |
commit | 37760249be821af2344a17cf022d44c8bc0831ba (patch) | |
tree | 3d95bb682d9e2ca7e80f181244497831bbb3c94e /php-jsonlint.spec | |
parent | 0a1263af52326a52e1f866dbabf1932f9d045dd2 (diff) |
php-jsonlint: fedora autoloader
Diffstat (limited to 'php-jsonlint.spec')
-rw-r--r-- | php-jsonlint.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-jsonlint.spec b/php-jsonlint.spec index 049ccb2..78096b7 100644 --- a/php-jsonlint.spec +++ b/php-jsonlint.spec @@ -24,7 +24,7 @@ Name: php-%{github_name} Version: %{github_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: JSON Lint for PHP Group: Development/Libraries @@ -47,7 +47,7 @@ BuildRequires: php-composer(phpunit/phpunit) # For tests: phpcompatinfo (computed from version 1.3.1) BuildRequires: php-pcre # For autoloader -BuildRequires: php-composer(symfony/class-loader) +BuildRequires: php-composer(fedora/autoloader) %endif Requires: php(language) >= %{php_min_ver} @@ -55,7 +55,7 @@ Requires: php(language) >= %{php_min_ver} Requires: php-cli Requires: php-pcre # For autoloader -Requires: php-composer(symfony/class-loader) +Requires: php-composer(fedora/autoloader) Provides: php-composer(seld/jsonlint) = %{version} @@ -128,6 +128,9 @@ exit $ret %changelog +* Fri Oct 21 2016 Remi Collet <remi@fedoraproject.org> - 1.4.1-2 +- switch from symfony/class-loader to fedora/autoloader + * Thu Sep 15 2016 Remi Collet <remi@fedoraproject.org> - 1.4.1-1 - Updated to 1.4.1 |