From e93edbf2374ead49daabde52ecb215313e3c3305 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 25 Dec 2016 09:07:59 +0100 Subject: php-akamai-open-edgegrid-client: sync with rawhide --- php-akamai-open-edgegrid-client.spec | 37 +++++++++++++++++------------------- 1 file changed, 17 insertions(+), 20 deletions(-) (limited to 'php-akamai-open-edgegrid-client.spec') diff --git a/php-akamai-open-edgegrid-client.spec b/php-akamai-open-edgegrid-client.spec index 9c6ffb9..ce25daa 100644 --- a/php-akamai-open-edgegrid-client.spec +++ b/php-akamai-open-edgegrid-client.spec @@ -21,8 +21,8 @@ # "php": ">=5.5" %global php_min_ver 5.5 # "akamai-open/edgegrid-auth": "^0.6" -%global akamai_open_edgegrid_auth_min_ver 0.6.0 -%global akamai_open_edgegrid_auth_max_ver 1.0.0 +%global akamai_open_edgegrid_auth_min_ver 0.6 +%global akamai_open_edgegrid_auth_max_ver 1.0 # "guzzlehttp/guzzle": "^6.0" %global guzzle_min_ver 6.0 %global guzzle_max_ver 7.0 @@ -41,7 +41,7 @@ Name: php-%{composer_vendor}-%{composer_project} Version: %{github_version} -Release: 1%{?github_release}%{?dist} +Release: 2%{?github_release}%{?dist} Summary: Implements the Akamai {OPEN} EdgeGrid Authentication Group: Development/Libraries @@ -65,7 +65,7 @@ BuildRequires: php-composer(psr/log) >= %{psr_log_min_ver} ## composer.json BuildRequires: php(language) >= %{php_min_ver} BuildRequires: php-composer(phpunit/phpunit) -## phpcompatinfo (computed from version 0.6.1) +## phpcompatinfo (computed from version 0.6.2) BuildRequires: php-json BuildRequires: php-pcre BuildRequires: php-reflection @@ -81,7 +81,7 @@ Requires: php-composer(monolog/monolog) < %{monolog_max_ver} Requires: php-composer(monolog/monolog) >= %{monolog_min_ver} Requires: php-composer(psr/log) < %{psr_log_max_ver} Requires: php-composer(psr/log) >= %{psr_log_min_ver} -# phpcompatinfo (computed from version 0.6.1) +# phpcompatinfo (computed from version 0.6.2) Requires: php-json Requires: php-pcre # Autoloader @@ -152,23 +152,17 @@ cp -rp src/* %{buildroot}%{phpdir}/Akamai/Open/EdgeGrid/ cat <<'BOOTSTRAP' | tee bootstrap.php - 0.6.2-2 +- Minor spec-only modifications + * Thu Dec 22 2016 Remi Collet - 0.6.2-1 - update to 0.6.2 - Use php-composer(fedora/autoloader) -- cgit