From d3ead9cb50a07cff2e870602c1bc292cfcee9a6f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Sep 2017 14:29:39 +0200 Subject: v2.2.3 --- php-zendframework-zend-hydrator.spec | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'php-zendframework-zend-hydrator.spec') diff --git a/php-zendframework-zend-hydrator.spec b/php-zendframework-zend-hydrator.spec index 90f81f6..e77915c 100644 --- a/php-zendframework-zend-hydrator.spec +++ b/php-zendframework-zend-hydrator.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit e3ecc4920c1724e1949213163fee82200e8e6f6c +%global gh_commit 837e2d378b36241198c0f1ff018295af52e6c855 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-hydrator @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.2.2 +Version: 2.2.3 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -30,7 +30,6 @@ URL: https://zendframework.github.io/%{gh_project}/ Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch # Tests %if %{with_tests} @@ -109,8 +108,6 @@ mv LICENSE.md LICENSE %install -rm -rf %{buildroot} - mkdir -p %{buildroot}%{php_home}/Zend/ cp -pr src %{buildroot}%{php_home}/Zend/%{library} @@ -143,12 +140,7 @@ exit $ret %endif -%clean -rm -rf %{buildroot} - - %files -%defattr(-,root,root,-) %{!?_licensedir:%global license %%doc} %license LICENSE %doc *.md @@ -157,6 +149,9 @@ rm -rf %{buildroot} %changelog +* Thu Sep 21 2017 Remi Collet - 2.2.3-1 +- Update to 2.2.3 + * Mon May 22 2017 Remi Collet - 2.2.2-1 - Update to 2.2.2 - raise dependency on PHP 5.6 -- cgit