diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-12 06:38:39 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-12 06:38:39 +0200 |
commit | e8d6d9567ce03f95664bf9fed119f868d37de759 (patch) | |
tree | b22b99a7f0ee78ae03f4d0881bd4bb9a8923e4e8 | |
parent | be0aeccf5332856624ca4fe75d307a7a53cd132b (diff) |
php-akamai-open-edgegrid-client: 0.4.6 (backported from Fedora)
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-akamai-open-edgegrid-client.spec | 11 |
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 2baf380..42ef61c 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "theseer/phpdox": "~0.8", "phploc/phploc": "^2.1", "squizlabs/php_codesniffer": "^2.3", - "fabpot/php-cs-fixer": "^1.9", + "friendsofphp/php-cs-fixer": "^1.9", "kherge/box": "^2.5" }, "autoload": { diff --git a/php-akamai-open-edgegrid-client.spec b/php-akamai-open-edgegrid-client.spec index 4600c40..81122f3 100644 --- a/php-akamai-open-edgegrid-client.spec +++ b/php-akamai-open-edgegrid-client.spec @@ -12,8 +12,8 @@ %global github_owner akamai-open %global github_name AkamaiOPEN-edgegrid-php -%global github_version 0.4.5 -%global github_commit 1e079aa0977c7d907427876fdcc38b0042bd2493 +%global github_version 0.4.6 +%global github_commit 00bd7dbe59d52c19c9a465373cb58d2a65e46ec6 %global composer_vendor akamai-open %global composer_project edgegrid-client @@ -60,7 +60,7 @@ BuildRequires: php-PsrLog >= %{psr_log_min_ver} BuildRequires: php(language) >= %{php_min_ver} BuildRequires: php-composer(monolog/monolog) >= %{monolog_min_ver} BuildRequires: php-composer(phpunit/phpunit) -## phpcompatinfo (computed from version 0.4.5) +## phpcompatinfo (computed from version 0.4.6) BuildRequires: php-date BuildRequires: php-hash BuildRequires: php-json @@ -79,7 +79,7 @@ Requires: php-composer(monolog/monolog) < %{monolog_max_ver} #Requires: php-composer(psr/log) >= %%{psr_log_min_ver} Requires: php-PsrLog >= %{psr_log_min_ver} Requires: php-composer(psr/log) < %{psr_log_max_ver} -# phpcompatinfo (computed from version 0.4.5) +# phpcompatinfo (computed from version 0.4.6) Requires: php-date Requires: php-hash Requires: php-json @@ -208,6 +208,9 @@ rm -rf %{buildroot} %changelog +* Sun Sep 11 2016 Shawn Iwinski <shawn@iwin.ski> - 0.4.6-1 +- Updated to 0.4.6 (RHBZ #1371149) + * Sat Jul 23 2016 Shawn Iwinski <shawn@iwin.ski> - 0.4.5-1 - Updated to 0.4.5 (RHBZ #1333785) - Added library version value and autoloader check |