diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-09 11:15:42 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-09 11:15:42 +0200 |
commit | 49ae9fdab5d3ac20af17cdd2d6cbea6312c0804c (patch) | |
tree | f00ee9cac17ca484c1b7d9000d488a51393f6142 /php-symfony-contracts.spec | |
parent | dbc201fc874741bd97045d34142f18bbb34a7077 (diff) |
update to 1.1.10
Diffstat (limited to 'php-symfony-contracts.spec')
-rw-r--r-- | php-symfony-contracts.spec | 9 |
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 1.1.10-1 +- update to 1.1.10 + * Thu Nov 21 2019 Remi Collet <remi@remirepo.net> - 1.1.8-1 - update to 1.1.8 - psr/cache and psr/container are mandatory |