diff options
author | Remi Collet <remi@remirepo.net> | 2023-04-19 11:54:25 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-04-19 11:54:25 +0200 |
commit | 9b38a424f00a3bb000234ed7a2933a0191678d74 (patch) | |
tree | 59ee4ba7ca27149a3409907387068289ee61f2d5 /php-nyholm-psr7.spec | |
parent | ba6f5d0e5f15e2f9262fada174a9afb9fb57613b (diff) |
update to 1.6.1
Diffstat (limited to 'php-nyholm-psr7.spec')
-rw-r--r-- | php-nyholm-psr7.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-nyholm-psr7.spec b/php-nyholm-psr7.spec index 56f717b..4400565 100644 --- a/php-nyholm-psr7.spec +++ b/php-nyholm-psr7.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 # github -%global gh_commit bf4aebd170fadf5fd808c70b90535de327e81a50 +%global gh_commit e874c8c4286a1e010fb4f385f3a55ac56a05cc93 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner Nyholm %global gh_project psr7 @@ -31,7 +31,7 @@ %global http_factory_tests_short %(c=%{http_factory_tests_commit}; echo ${c:0:7}) Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 1.6.0 +Version: 1.6.1 Release: 1%{?dist} Summary: A fast PHP7 implementation of PSR-7 @@ -177,6 +177,9 @@ exit $ret %changelog +* Wed Apr 19 2023 Remi Collet <remi@remirepo.net> - 1.6.1-1 +- update to 1.6.1 + * Tue Apr 11 2023 Remi Collet <remi@remirepo.net> - 1.6.0-1 - update to 1.6.0 |