From 29923c95beab40756695d43e084b515a87e5b9df Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Sep 2019 13:38:30 +0200 Subject: v1.2.1 (no change) --- php-nyholm-psr7.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-nyholm-psr7.spec b/php-nyholm-psr7.spec index 2bb063e..968494e 100644 --- a/php-nyholm-psr7.spec +++ b/php-nyholm-psr7.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 # github -%global gh_commit 27c828a165ff936f9fe9056baa9cabe0c70a423c +%global gh_commit 55ff6b76573f5b242554c9775792bd59fb52e11c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner Nyholm %global gh_project psr7 @@ -34,7 +34,7 @@ %global http_factory_tests_short %(c=%{http_factory_tests_commit}; echo ${c:0:7}) Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 1.2.0 +Version: 1.2.1 Release: 1%{?dist} Summary: A fast PHP7 implementation of PSR-7 @@ -169,6 +169,9 @@ exit $ret %changelog +* Fri Sep 6 2019 Remi Collet - 1.2.1-1 +- update to 1.2.1 (no change) + * Fri Aug 23 2019 Remi Collet - 1.2.0-1 - update to 1.2.0 -- cgit