diff options
| author | Remi Collet <remi@remirepo.net> | 2022-04-05 10:54:40 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-04-05 10:54:40 +0200 | 
| commit | 004bd7ee395be50a00688e63916cfe2722cb7acc (patch) | |
| tree | 09c786b05b42288d32c4ea8a8be87f40a58c17cd | |
| parent | f5b78b7bd14a047a61e60b76ff0a500549118201 (diff) | |
| -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 75822e2..635fbc7 100644 --- a/php-symfony-contracts.spec +++ b/php-symfony-contracts.spec @@ -1,12 +1,12 @@  # remirepo/fedora spec file for php-symfony-contracts  # -# Copyright (c) 2019 Remi Collet +# Copyright (c) 2019-2022 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  #  # Please, preserve the changelog entries  # -%global gh_commit    cf2984f7a99bfae197f9c96f5a16a4041ff6ffb1 +%global gh_commit    5236c15b24aeeecee4b9c6ad4b22f6331f2cbdcb  %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.11 +Version:        1.1.12  Release:        1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}  Summary:        A set of abstractions extracted out of the Symfony @@ -176,6 +176,9 @@ exit $ret  %changelog +* Tue Apr  5 2022 Remi Collet <remi@remirepo.net> - 1.1.12-1 +- update to 1.1.12 +  * Tue Nov 23 2021 Remi Collet <remi@remirepo.net> - 1.1.11-1  - update to 1.1.11  - allow psr/cache v2 and v3 | 
