From 01d2b0c96b529df9cfe38dcf1cc9423b84cdbff3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 15 Sep 2019 08:17:55 +0200 Subject: v3.1.2 --- php-sebastian-exporter3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-sebastian-exporter3.spec b/php-sebastian-exporter3.spec index ee5fd4b..c1bdbb5 100644 --- a/php-sebastian-exporter3.spec +++ b/php-sebastian-exporter3.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 06a9a5947f47b3029d76118eb5c22802e5869687 +%global gh_commit 68609e1261d215ea5b21b7987539cbfbe156ec3e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project exporter @@ -24,7 +24,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.1.1 +Version: 3.1.2 Release: 1%{?dist} Summary: Export PHP variables for visualization @@ -117,6 +117,9 @@ exit $ret %changelog +* Sun Sep 15 2019 Remi Collet - 3.1.2-1 +- update to 3.1.2 + * Mon Aug 12 2019 Remi Collet - 3.1.1-1 - update to 3.1.1 -- cgit