From 49ae9fdab5d3ac20af17cdd2d6cbea6312c0804c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Sep 2020 11:15:42 +0200 Subject: update to 1.1.10 --- php-symfony-contracts.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-symfony-contracts.spec') diff --git a/php-symfony-contracts.spec b/php-symfony-contracts.spec index 2ff5211..c8c2986 100644 --- a/php-symfony-contracts.spec +++ b/php-symfony-contracts.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit f51bca9de06b7a25b19a4155da7bebad099a5def +%global gh_commit 011c20407c4b99d454f44021d023fb39ce23b73d %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.8 +Version: 1.1.10 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: A set of abstractions extracted out of the Symfony @@ -56,7 +56,7 @@ BuildRequires: php-composer(fedora/autoloader) %endif # From composer.json, "require": { -# "php": "^7.1.3" +# "php": ">=7.1.3" # "psr/cache": "^1.0", # "psr/container": "^1.0" Requires: php(language) >= 7.1.3 @@ -171,6 +171,9 @@ exit $ret %changelog +* Wed Sep 9 2020 Remi Collet - 1.1.10-1 +- update to 1.1.10 + * Thu Nov 21 2019 Remi Collet - 1.1.8-1 - update to 1.1.8 - psr/cache and psr/container are mandatory -- cgit