diff options
author | Remi Collet <remi@remirepo.net> | 2020-10-26 15:18:58 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-10-26 15:18:58 +0100 |
commit | e3c09089395aefe6a9d7a212fd423e9e61707316 (patch) | |
tree | 225362b080e9948349917713223c50191e0f63a0 | |
parent | 7156a7fbbac43c79d8ab753daa402ca59fde3464 (diff) |
update to 2.3.1
-rw-r--r-- | php-sebastian-type2.spec | 7 |
1 files 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 <remi@remirepo.net> - 2.3.1-1 +- update to 2.3.1 + * Tue Oct 6 2020 Remi Collet <remi@remirepo.net> - 2.3.0-1 - update to 2.3.0 |