summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Iwinski <shawn@iwin.ski>2017-04-29 09:56:21 -0400
committerRemi Collet <remi@remirepo.net>2017-04-30 07:09:25 +0200
commit69954d9a4002503871cc19952cde8587fee5b34b (patch)
tree28b15b30a5cc8ae7e2083b66331ef5afee61fc09
parent04c1de769fb61c5d2585506cf806d7b6e722d7d3 (diff)
Update to 1.0.0beta2 (RHBZ #1446830)
-rw-r--r--php-akamai-open-edgegrid-auth.spec17
1 files changed, 10 insertions, 7 deletions
diff --git a/php-akamai-open-edgegrid-auth.spec b/php-akamai-open-edgegrid-auth.spec
index 61a3068..3778ae0 100644
--- a/php-akamai-open-edgegrid-auth.spec
+++ b/php-akamai-open-edgegrid-auth.spec
@@ -13,8 +13,8 @@
%global github_owner akamai-open
%global github_name AkamaiOPEN-edgegrid-php
%global github_version 1.0.0
-%global github_commit 9b6de17d90a18a67503f9d3951b066c8602aa41c
-%global github_release .beta1
+%global github_commit 67012f08b049838da67086e50db7b9368f5ae342
+%global github_release .beta2
%global composer_vendor akamai-open
%global composer_project edgegrid-auth
@@ -29,7 +29,7 @@
Name: php-%{composer_vendor}-%{composer_project}
Version: %{github_version}
-Release: 0.1%{?github_release}%{?dist}
+Release: 0.2%{?github_release}%{?dist}
Summary: Implements the Akamai {OPEN} EdgeGrid Authentication
Group: Development/Libraries
@@ -46,7 +46,7 @@ BuildRequires: php-fedora-autoloader-devel
## composer.json
BuildRequires: php(language) >= %{php_min_ver}
BuildRequires: php-composer(phpunit/phpunit)
-## phpcompatinfo (computed from version 1.0.0beta1)
+## phpcompatinfo (computed from version 1.0.0beta2)
BuildRequires: php-date
BuildRequires: php-hash
BuildRequires: php-json
@@ -56,7 +56,7 @@ BuildRequires: php-reflection
# composer.json
Requires: php(language) >= %{php_min_ver}
-# phpcompatinfo (computed from version 1.0.0beta1)
+# phpcompatinfo (computed from version 1.0.0beta2)
Requires: php-date
Requires: php-hash
Requires: php-pcre
@@ -109,8 +109,8 @@ BOOTSTRAP=%{buildroot}%{phpdir}/Akamai/Open/EdgeGrid/autoload-auth.php
: Upstream tests
RETURN_CODE=0
-for PHP_EXEC in php %{?rhel:php54 php55} php56 php70 php71; do
- if which $PHP_EXEC; then
+for PHP_EXEC in php %{?rhel:php54 php55} php56 php70 php71 php72; do
+ if [ "php" = "$PHP_EXEC" ] || which $PHP_EXEC; then
$PHP_EXEC %{_bindir}/phpunit --bootstrap $BOOTSTRAP || RETURN_CODE=1
fi
done
@@ -139,6 +139,9 @@ rm -rf %{buildroot}
%changelog
+* Sat Apr 29 2017 Shawn Iwinski <shawn@iwin.ski> - 1.0.0-0.2.beta2
+- Update to 1.0.0beta2 (RHBZ #1446830)
+
* Sat Mar 11 2017 Shawn Iwinski <shawn@iwin.ski> - 1.0.0-0.1.beta1
- Update to 1.0.0beta1 (RHBZ #1413360)