From 531a7f09f20e001062758e7cb4b7998ab9b7b178 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Jun 2021 17:07:15 +0200 Subject: update to 2.3.4 --- 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 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 - 2.3.4-1 +- update to 2.3.4 + * Fri Jun 4 2021 Remi Collet - 2.3.2-1 - update to 2.3.2 -- cgit