diff options
-rw-r--r-- | php-nyholm-psr7.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-nyholm-psr7.spec b/php-nyholm-psr7.spec index 01c5956..2bb063e 100644 --- a/php-nyholm-psr7.spec +++ b/php-nyholm-psr7.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 # github -%global gh_commit 701fe7ea8c12c07b985b156d589134d328160cf7 +%global gh_commit 27c828a165ff936f9fe9056baa9cabe0c70a423c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner Nyholm %global gh_project psr7 @@ -34,8 +34,8 @@ %global http_factory_tests_short %(c=%{http_factory_tests_commit}; echo ${c:0:7}) Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 1.1.0 -Release: 2%{?dist} +Version: 1.2.0 +Release: 1%{?dist} Summary: A fast PHP7 implementation of PSR-7 License: MIT @@ -169,6 +169,9 @@ exit $ret %changelog +* Fri Aug 23 2019 Remi Collet <remi@remirepo.net> - 1.2.0-1 +- update to 1.2.0 + * Fri Jun 28 2019 Remi Collet <remi@remirepo.net> - 1.1.0-2 - License is MIT |