From 20c83201342917d19b1457011341e4ca2c29afbd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 22 Nov 2016 07:01:19 +0100 Subject: php-sebastian-recursion-context: 2.0.0 --- php-sebastian-recursion-context.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-sebastian-recursion-context.spec') 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 - 2.0.0-1 +- update to 2.0.0 (no change) + * Tue Nov 15 2016 Remi Collet - 1.0.4-1 - update to 1.0.4 -- cgit