From 395b2af24b33ab40bcc129327147585aee568e28 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Jul 2019 10:37:36 +0200 Subject: v1.1.3 --- php-sebastian-type.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-sebastian-type.spec') diff --git a/php-sebastian-type.spec b/php-sebastian-type.spec index 14035ac..51fd2bb 100644 --- a/php-sebastian-type.spec +++ b/php-sebastian-type.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 # github -%global gh_commit 251ca774d58181fe1d3eda68843264eaae7e07ef +%global gh_commit 3aaaa15fa71d27650d62a948be022fe3b48541a3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project type @@ -27,7 +27,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 1.1.2 +Version: 1.1.3 Release: 1%{?dist} Summary: Collection of value objects that represent the types of the PHP type system @@ -112,6 +112,9 @@ exit $ret %changelog +* Tue Jul 2 2019 Remi Collet - 1.1.3-1 +- update to 1.1.3 + * Wed Jun 19 2019 Remi Collet - 1.1.2-1 - update to 1.1.2 -- cgit