diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-08-13 08:35:41 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-08-13 08:35:41 +0200 |
commit | eb17a324ddc832adec14a598a34bf48ed428167f (patch) | |
tree | 344e236d4f2092dbd0b387306ad36f06df4943fd | |
parent | c11f547af5558b4d2d2773094182ab12d396966f (diff) |
php-pecl-binpack: 1.0.1
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-binpack.spec | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #76 binpack version 0.1 ] { +Extension [ <persistent> extension #76 binpack version 1.0.1 ] { - Functions { Function [ <internal:binpack> function bin_encode ] { diff --git a/php-pecl-binpack.spec b/php-pecl-binpack.spec index b70d78d..3a70aa9 100644 --- a/php-pecl-binpack.spec +++ b/php-pecl-binpack.spec @@ -22,7 +22,7 @@ Summary: Binpack for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 1.0.1 -Release: 0.3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -196,6 +196,9 @@ rm -rf %{buildroot} %changelog +* Wed Aug 13 2014 Remi Collet <remi@fedoraproject.org> - 1.0.1-1 +- update to 1.0.1 (finale) + * Tue Aug 12 2014 Remi Collet <remi@fedoraproject.org> - 1.0.1-0.3 - refresh upstream temp tarball |