From 87c73d8435222041ad4640fd5d01b3763b43220b Mon Sep 17 00:00:00 2001 From: Shawn Iwinski Date: Fri, 8 Sep 2017 13:19:10 -0400 Subject: Update to 1.0.1 (RHBZ #1487623) --- php-akamai-open-edgegrid-auth.spec | 13 ++++++++----- 1 file 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 - 1.0.1-1 +- Update to 1.0.1 (RHBZ #1487623) + * Mon Jul 03 2017 Shawn Iwinski - 1.0.0-1 - Update to 1.0.0 (RHBZ #1452924) -- cgit