summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-symfony-contracts.spec9
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