summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn Iwinski <shawn@iwin.ski>2017-09-08 13:19:10 -0400
committerRemi Collet <remi@remirepo.net>2017-09-10 10:46:27 +0200
commit87c73d8435222041ad4640fd5d01b3763b43220b (patch)
tree5231d8b41393e90adb1ad04c95211da97d298fe7
parentd8fb4b7c0b6652ac2af61d0da4924daefc487504 (diff)
Update to 1.0.1 (RHBZ #1487623)HEADmaster
-rw-r--r--php-akamai-open-edgegrid-auth.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-akamai-open-edgegrid-auth.spec b/php-akamai-open-edgegrid-auth.spec
index f03415d..4fd730b 100644
--- a/php-akamai-open-edgegrid-auth.spec
+++ b/php-akamai-open-edgegrid-auth.spec
@@ -10,10 +10,10 @@
# Please preserve changelog entries
#
-%global github_owner akamai-open
+%global github_owner akamai
%global github_name AkamaiOPEN-edgegrid-php
-%global github_version 1.0.0
-%global github_commit fdb94f7fe09d6b1557746bc2195843e5115f1e9d
+%global github_version 1.0.1
+%global github_commit 7ff4d64153cf432bacfa3ffd70393bea3a930f36
%global composer_vendor akamai-open
%global composer_project edgegrid-auth
@@ -44,7 +44,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.0beta2)
+## phpcompatinfo (computed from version 1.0.1)
BuildRequires: php-date
BuildRequires: php-hash
BuildRequires: php-json
@@ -54,7 +54,7 @@ BuildRequires: php-reflection
# composer.json
Requires: php(language) >= %{php_min_ver}
-# phpcompatinfo (computed from version 1.0.0beta2)
+# phpcompatinfo (computed from version 1.0.1)
Requires: php-date
Requires: php-hash
Requires: php-pcre
@@ -131,6 +131,9 @@ exit $RETURN_CODE
%changelog
+* Fri Sep 08 2017 Shawn Iwinski <shawn@iwin.ski> - 1.0.1-1
+- Update to 1.0.1 (RHBZ #1487623)
+
* Mon Jul 03 2017 Shawn Iwinski <shawn@iwin.ski> - 1.0.0-1
- Update to 1.0.0 (RHBZ #1452924)