diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-07 17:02:44 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-07 17:02:44 +0100 |
commit | d19f5b2e5e13859152b016660d2a475475699f75 (patch) | |
tree | 3b49b2e0742e6a0af6b32917c17f2c0b112b40dd | |
parent | d5b330bdcb7643d39c13f05095d750b808fefe8e (diff) |
php-pecl-xattr: 1.3.0 (stable)
-rw-r--r-- | php-pecl-xattr.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/php-pecl-xattr.spec b/php-pecl-xattr.spec index ce69ca8..8b9bbb1 100644 --- a/php-pecl-xattr.spec +++ b/php-pecl-xattr.spec @@ -13,12 +13,11 @@ %global sub_prefix %{scl_prefix} %endif %endif -%global prever RC1 %{?scl: %scl_package php-pecl-xattr} %global pecl_name xattr -%global with_zts 0%{?__ztsphp:1} +%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %if "%{php_version}" < "5.6" %global ini_name %{pecl_name}.ini %else @@ -28,7 +27,7 @@ Summary: Extended attributes Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.3.0 -Release: 0.3.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -228,6 +227,9 @@ rm -rf %{buildroot} %changelog +* Mon Mar 7 2016 Remi Collet <remi@fedoraproject.org> - 1.3.0-1 +- update to 1.3.0 (stable) - no change since RC1 + * Sun Mar 6 2016 Remi Collet <remi@fedoraproject.org> - 1.3.0-0.3.RC1 - adapt for F24 |