summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-25 09:26:02 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-25 09:26:02 +0100
commit71e99f84d6a3266af87d2e4d1355c63d20add6b6 (patch)
tree8b454f8e5b03e287c9a9731620eb51172c323a4d
parentfd9a1418300d483db35cb1908ab3891e5622aa27 (diff)
php-akamai-open-edgegrid-auth: 0.6.2
-rw-r--r--composer.json10
-rw-r--r--php-akamai-open-edgegrid-auth.spec7
2 files changed, 15 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 4eb368f..d2d4f4b 100644
--- a/composer.json
+++ b/composer.json
@@ -37,5 +37,15 @@
"platform": {
"php": "5.3.6"
}
+ },
+ "scripts": {
+ "build": [
+ "@test",
+ "@build-phar",
+ "@fix-cs"
+ ],
+ "test": "phpunit",
+ "build-phar": "./tools/build-phar.sh",
+ "fix-cs": "./tools/fix-cs.sh"
}
}
diff --git a/php-akamai-open-edgegrid-auth.spec b/php-akamai-open-edgegrid-auth.spec
index 6db0e58..47610bd 100644
--- a/php-akamai-open-edgegrid-auth.spec
+++ b/php-akamai-open-edgegrid-auth.spec
@@ -12,8 +12,8 @@
%global github_owner akamai-open
%global github_name AkamaiOPEN-edgegrid-php
-%global github_version 0.6.1
-%global github_commit a97a2194067800bb552c8b4cc0d1770588db00ad
+%global github_version 0.6.2
+%global github_commit af67da2d65f8a267f675bfbd7e01f54d78ee0931
%global composer_vendor akamai-open
%global composer_project edgegrid-auth
@@ -141,6 +141,9 @@ rm -rf %{buildroot}
%changelog
+* Sun Dec 25 2016 Remi Collet <remim@remirepo.net> - 0.6.2-1
+- update to 0.6.2
+
* Sat Dec 24 2016 Shawn Iwinski <shawn@iwin.ski> - 0.6.1-1
- Update to 0.6.1 (RHBZ #1405779)
- Run upstream tests with SCLs if they are available