From e3c09089395aefe6a9d7a212fd423e9e61707316 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Oct 2020 15:18:58 +0100 Subject: update to 2.3.1 --- php-sebastian-type2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-sebastian-type2.spec b/php-sebastian-type2.spec index 4c240b7..4a82ee4 100644 --- a/php-sebastian-type2.spec +++ b/php-sebastian-type2.spec @@ -10,7 +10,7 @@ %bcond_without tests # github -%global gh_commit fa592377f3923946cb90bf1f6a71ba2e5f229909 +%global gh_commit 81cd61ab7bbf2de744aba0ea61fae32f721df3d2 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project type @@ -24,7 +24,7 @@ %global ns_project Type Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 2.3.0 +Version: 2.3.1 Release: 1%{?dist} Summary: Collection of value objects that represent the types of the PHP type system, version %{major} @@ -115,6 +115,9 @@ exit $ret %changelog +* Mon Oct 26 2020 Remi Collet - 2.3.1-1 +- update to 2.3.1 + * Tue Oct 6 2020 Remi Collet - 2.3.0-1 - update to 2.3.0 -- cgit