diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 12:20:41 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 12:20:41 +0200 |
commit | 33316e8ecba86af45532daad1187382097000183 (patch) | |
tree | c228b589dfe6dd5dc5b33fff79dce6093e8b4c9d | |
parent | 93b67ceadfdc88abe7a06c69e856d4554804c2d0 (diff) |
rebuild for 7.3.0beta2 new ABI
-rw-r--r-- | php-pecl-yaz.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-yaz.spec b/php-pecl-yaz.spec index b33bbaa..9f32e1a 100644 --- a/php-pecl-yaz.spec +++ b/php-pecl-yaz.spec @@ -24,7 +24,7 @@ Summary: Z39.50/SRU client Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.2.2 -Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -245,6 +245,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.2.2-4 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.2.2-3 - rebuild for 7.3.0alpha4 new ABI |