From 80e37e33c202a1899781d14c6cdfcf05f6e73e83 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Nov 2016 08:14:36 +0100 Subject: php-sebastian-recursion-context: 1.0.4 --- php-sebastian-recursion-context.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-sebastian-recursion-context.spec b/php-sebastian-recursion-context.spec index d430295..5c32037 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 79860854756415e1cec8d186c9cf261cafd87dfc +%global gh_commit 938df7a6478e72795e5f8266cff24d06e3136f2e %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.3 +Version: 1.0.4 Release: 1%{?dist} Summary: Recursively process PHP variables @@ -109,6 +109,9 @@ rm -rf %{buildroot} %changelog +* Tue Nov 15 2016 Remi Collet - 1.0.4-1 +- update to 1.0.4 + * Mon Nov 14 2016 Remi Collet - 1.0.3-1 - update to 1.0.3 -- cgit