From cab0fc1a1f7075a3c458b81df0549bb7d1c32651 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Jun 2016 12:42:39 +0200 Subject: php-zendframework-zend-i18n: 2.7.3 --- makesrc.sh | 2 +- php-zendframework-zend-i18n.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/makesrc.sh b/makesrc.sh index e9a1ec5..87d223d 100755 --- a/makesrc.sh +++ b/makesrc.sh @@ -16,7 +16,7 @@ git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT echo "Getting commit..." pushd $PROJECT-$COMMIT git checkout $COMMIT -cp composer.json ../composer-$VERSION.json +cp composer.json ../composer.json popd echo "Archiving..." diff --git a/php-zendframework-zend-i18n.spec b/php-zendframework-zend-i18n.spec index 1c856de..b2d2c9b 100644 --- a/php-zendframework-zend-i18n.spec +++ b/php-zendframework-zend-i18n.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit d5ce2dca77a3e66777458f84acae06ce468bd6b7 +%global gh_commit b2db0d8246a865c659f93199f90f5fc2cd2f3cd8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-i18n @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.7.2 +Version: 2.7.3 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -173,6 +173,9 @@ rm -rf %{buildroot} %changelog +* Fri Jun 10 2016 Remi Collet - 2.7.3-1 +- update to 2.7.3 + * Tue Apr 19 2016 Remi Collet - 2.7.2-1 - update to 2.7.2 -- cgit