From c035a0340a8eed3bf9343f95625445f9761823d3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Feb 2019 11:45:20 +0100 Subject: v2.6.2 --- php-zendframework-zend-uri.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/php-zendframework-zend-uri.spec b/php-zendframework-zend-uri.spec index 730137e..ddca022 100644 --- a/php-zendframework-zend-uri.spec +++ b/php-zendframework-zend-uri.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-zendframework-zend-uri # -# Copyright (c) 2015-2017 Remi Collet +# Copyright (c) 2015-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 3b6463645c6766f78ce537c70cb4fdabee1e725f +%global gh_commit 2b0bc8b999b9b417f2c59e14511e669aa4b6286f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-uri @@ -20,11 +20,10 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.6.1 +Version: 2.6.2 Release: 1%{?dist} Summary: Zend Framework %{library} component -Group: Development/Libraries License: BSD URL: https://zendframework.github.io/%{gh_project}/ Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz @@ -126,6 +125,9 @@ exit $ret %changelog +* Wed Feb 27 2019 Remi Collet - 2.6.2-1 +- update to 2.6.2 + * Wed May 2 2018 Remi Collet - 2.6.1-1 - update to 2.6.1 - raise dependency on zend-validator 2.10 -- cgit