From 22bf4b9e781bfc4d8e802dbe8d4829e41f60abd4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Feb 2019 08:29:16 +0100 Subject: v2.10.0 --- composer.json | 4 ++-- php-zendframework-zend-http.spec | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 878af9b..534269a 100644 --- a/composer.json +++ b/composer.json @@ -47,8 +47,8 @@ }, "extra": { "branch-alias": { - "dev-master": "2.9.x-dev", - "dev-develop": "2.10.x-dev" + "dev-master": "2.10.x-dev", + "dev-develop": "2.11.x-dev" } }, "scripts": { diff --git a/php-zendframework-zend-http.spec b/php-zendframework-zend-http.spec index 05dab30..4e49ee5 100644 --- a/php-zendframework-zend-http.spec +++ b/php-zendframework-zend-http.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit fe80a6bc0b8a632ed878854ee519a2eed4a1e2d0 +%global gh_commit 4b4983178693a8fdda53b0bbee58552e2d2b1ac0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-http @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.9.1 +Version: 2.10.0 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -184,6 +184,9 @@ exit $ret %changelog +* Wed Feb 20 2019 Remi Collet - 2.10.0-1 +- update to 2.10.0 + * Wed Jan 23 2019 Remi Collet - 2.9.1-1 - update to 2.9.1 -- cgit