diff options
-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 3493393..19007e7 100644 --- a/php-sebastian-type2.spec +++ b/php-sebastian-type2.spec @@ -10,7 +10,7 @@ %bcond_without tests # github -%global gh_commit 0d1c587401514d17e8f9258a27e23527cb1b06c1 +%global gh_commit b8cd8a1c753c90bc1a0f5372170e3e489136f914 %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.2 +Version: 2.3.4 Release: 1%{?dist} Summary: Collection of value objects that represent the types of the PHP type system, version %{major} @@ -112,6 +112,9 @@ exit $ret %changelog +* Tue Jun 15 2021 Remi Collet <remi@remirepo.net> - 2.3.4-1 +- update to 2.3.4 + * Fri Jun 4 2021 Remi Collet <remi@remirepo.net> - 2.3.2-1 - update to 2.3.2 |