diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-10-06 18:40:33 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-10-06 18:40:33 +0200 |
commit | a6ea658ae5dece44694797bd784e60244fa43518 (patch) | |
tree | c848d3cad07f2808afe571e70b2fb807da12bc87 | |
parent | 35531d53c66811ea9abc859d43e9d2a4e1adcf62 (diff) |
php-pecl-event: 1.8.0 (stable)
-rw-r--r-- | php-pecl-event-dev.spec | 9 | ||||
-rw-r--r-- | php-pecl-event.spec | 7 |
2 files changed, 13 insertions, 3 deletions
diff --git a/php-pecl-event-dev.spec b/php-pecl-event-dev.spec index b0b67fa..5deb1ad 100644 --- a/php-pecl-event-dev.spec +++ b/php-pecl-event-dev.spec @@ -12,8 +12,8 @@ Summary: Provides interface to libevent library Name: php-pecl-event -Version: 1.7.8 -Release: 1%{?dist}.1 +Version: 1.8.0 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/event @@ -88,6 +88,7 @@ EOF cd %{pecl_name}-%{version} %{_bindir}/phpize %configure \ + --with-libdir=%{_lib} \ --with-event-core \ --with-event-extra \ --with-event-openssl \ @@ -97,6 +98,7 @@ make %{?_smp_mflags} cd ../%{pecl_name}-zts %{_bindir}/zts-phpize %configure \ + --with-libdir=%{_lib} \ --with-event-core \ --with-event-extra \ --with-event-openssl \ @@ -174,6 +176,9 @@ rm -rf %{buildroot} %changelog +* Sun Oct 06 2013 Remi Collet <remi@fedoraproject.org> - 1.8.0-1 +- Update to 1.8.0 + * Mon Sep 16 2013 Remi Collet <remi@fedoraproject.org> - 1.7.8-1 - Update to 1.7.8 diff --git a/php-pecl-event.spec b/php-pecl-event.spec index 85ee3ee..c4cb582 100644 --- a/php-pecl-event.spec +++ b/php-pecl-event.spec @@ -13,7 +13,7 @@ Summary: Provides interface to libevent library Name: php-pecl-event -Version: 1.7.8 +Version: 1.8.0 Release: 1%{?dist} License: PHP Group: Development/Languages @@ -81,6 +81,7 @@ EOF cd %{pecl_name}-%{version} %{_bindir}/phpize %configure \ + --with-libdir=%{_lib} \ --with-event-core \ --with-event-extra \ --with-event-openssl \ @@ -91,6 +92,7 @@ make %{?_smp_mflags} cd ../%{pecl_name}-zts %{_bindir}/zts-phpize %configure \ + --with-libdir=%{_lib} \ --with-event-core \ --with-event-extra \ --with-event-openssl \ @@ -168,6 +170,9 @@ fi %changelog +* Sun Oct 06 2013 Remi Collet <remi@fedoraproject.org> - 1.8.0-1 +- Update to 1.8.0 + * Mon Sep 16 2013 Remi Collet <remi@fedoraproject.org> - 1.7.8-1 - Update to 1.7.8 |