diff options
Diffstat (limited to 'php-pecl-rpminfo.spec')
-rw-r--r-- | php-pecl-rpminfo.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-rpminfo.spec b/php-pecl-rpminfo.spec index ea52991..5841cf9 100644 --- a/php-pecl-rpminfo.spec +++ b/php-pecl-rpminfo.spec @@ -6,6 +6,10 @@ # # Please, preserve the changelog entries # + +# we don't want -z defs linker flag +%undefine _strict_symbol_defs_build + %if 0%{?scl:1} %global sub_prefix %{scl_prefix} %scl_package php-pecl-rpminfo @@ -18,7 +22,7 @@ Summary: RPM information Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 0.2.0 +Version: 0.2.1 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP URL: http://pecl.php.net/package/%{pecl_name} @@ -217,6 +221,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Feb 12 2018 Remi Collet <remi@remirepo.net> - 0.2.1-1 +- update to 0.2.1 (beta) + * Thu Feb 8 2018 Remi Collet <remi@remirepo.net> - 0.2.0-1 - update to 0.2.0 (beta) |