diff options
| -rw-r--r-- | php-sebastian-exporter3.spec | 7 | 
1 files 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 <remi@remirepo.net> - 3.1.2-1 +- update to 3.1.2 +  * Mon Aug 12 2019 Remi Collet <remi@remirepo.net> - 3.1.1-1  - update to 3.1.1  | 
