From 023953796579f3b93400a755c7e6e3e7cebfd1b5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Jun 2019 16:09:02 +0200 Subject: v1.1.3 --- php-symfony-contracts.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-symfony-contracts.spec') diff --git a/php-symfony-contracts.spec b/php-symfony-contracts.spec index ca0917a..496df07 100644 --- a/php-symfony-contracts.spec +++ b/php-symfony-contracts.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit b6e291a08e6b002fb56aa6f3e2a2beb6674d2b2f +%global gh_commit 2d19b12caccbd80cf0c85624dc87b7021a0df1d5 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner symfony %global gh_project contracts @@ -21,7 +21,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{pk_vendor}-%{pk_project} -Version: 1.1.2 +Version: 1.1.3 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: A set of abstractions extracted out of the Symfony @@ -165,6 +165,9 @@ exit $ret %changelog +* Thu Jun 6 2019 Remi Collet - 1.1.3-1 +- update to 1.1.3 + * Mon Jun 3 2019 Remi Collet - 1.1.2-1 - update to 1.1.2 (no change) -- cgit