diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-11-22 07:01:19 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-11-22 07:01:19 +0100 |
commit | 20c83201342917d19b1457011341e4ca2c29afbd (patch) | |
tree | fb08b4512145f20794d0c30d6ba9277fffd5068a | |
parent | 80e37e33c202a1899781d14c6cdfcf05f6e73e83 (diff) |
php-sebastian-recursion-context: 2.0.0
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-sebastian-recursion-context.spec | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index fed033d..c5c5aaf 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } } } diff --git a/php-sebastian-recursion-context.spec b/php-sebastian-recursion-context.spec index 5c32037..e7e1ca9 100644 --- a/php-sebastian-recursion-context.spec +++ b/php-sebastian-recursion-context.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 938df7a6478e72795e5f8266cff24d06e3136f2e +%global gh_commit 2c3ba150cbec723aa057506e73a8d33bdb286c9a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project recursion-context @@ -19,7 +19,7 @@ %endif Name: php-sebastian-recursion-context -Version: 1.0.4 +Version: 2.0.0 Release: 1%{?dist} Summary: Recursively process PHP variables @@ -109,6 +109,9 @@ rm -rf %{buildroot} %changelog +* Tue Nov 22 2016 Remi Collet <remi@fedoraproject.org> - 2.0.0-1 +- update to 2.0.0 (no change) + * Tue Nov 15 2016 Remi Collet <remi@fedoraproject.org> - 1.0.4-1 - update to 1.0.4 |