diff options
-rw-r--r-- | php-zendframework-zend-mail.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-zendframework-zend-mail.spec b/php-zendframework-zend-mail.spec index 70a5577..840f1c4 100644 --- a/php-zendframework-zend-mail.spec +++ b/php-zendframework-zend-mail.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global bootstrap 1 +%global bootstrap 0 %global gh_commit 684ca1af4b3ae75be52dff4857d98366c1293e0b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework @@ -21,7 +21,7 @@ Name: php-%{gh_owner}-%{gh_project} Version: 2.5.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Zend Framework %{library} component Group: Development/Libraries @@ -151,5 +151,8 @@ rm -rf %{buildroot} %changelog +* Fri Aug 7 2015 Remi Collet <remi@fedoraproject.org> - 2.5.1-2 +- rebuild + * Tue Aug 4 2015 Remi Collet <remi@fedoraproject.org> - 2.5.1-1 - initial package
\ No newline at end of file |