diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-10-02 07:56:04 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-10-02 07:56:04 +0200 |
commit | 27e4cc9b83748761c4b38a13df2d8337cf8a7e76 (patch) | |
tree | 4660b80d70e13c2a9bb0b4c29c9f5045dd5dcf6e /php-pecl-oauth.spec | |
parent | 55fc460e74e2ed82f6e1cefefbbc392e8c265d69 (diff) |
php-pecl-oauth-1.2.3
Diffstat (limited to 'php-pecl-oauth.spec')
-rw-r--r-- | php-pecl-oauth.spec | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/php-pecl-oauth.spec b/php-pecl-oauth.spec index 0b3b93d..877c2b0 100644 --- a/php-pecl-oauth.spec +++ b/php-pecl-oauth.spec @@ -4,8 +4,8 @@ %global pecl_name oauth Name: php-pecl-oauth -Version: 1.2.2 -Release: 4%{?dist} +Version: 1.2.3 +Release: 1%{?dist} Summary: PHP OAuth consumer extension Group: Development/Languages License: BSD @@ -25,12 +25,16 @@ Requires(postun): %{__pecl} Provides: php-pecl(%{pecl_name}) = %{version} +# Other third party repo stuff +Obsoletes: php53-pecl-oauth +Obsoletes: php53u-pecl-oauth +%if "%{php_version}" > "5.4" +Obsoletes: php54-pecl-oauth +%endif -# RPM 4.8 +# Filter private shared %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} %{?filter_setup} -# RPM 4.9 -%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}%{_libdir}/.*\\.so$ %description @@ -94,6 +98,7 @@ fi -d extension_dir=%{pecl_name}-%{version}/modules \ -d extension=%{pecl_name}.so \ --modules | grep OAuth + %{__ztsphp} -n \ -d extension_dir=%{pecl_name}-%{version}-zts/modules \ -d extension=%{pecl_name}.so \ @@ -111,6 +116,9 @@ fi %changelog +* Tue Oct 2 2012 Remi Collet <remi@fedoraproject.org> - 1.2.3-1 +- update to 1.2.3 + * Tue Sep 4 2012 Remi Collet <remi@fedoraproject.org> - 1.2.2-4 - EL rebuild |