summaryrefslogtreecommitdiffstats
path: root/php-pecl-event.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-10-06 18:40:33 +0200
committerRemi Collet <fedora@famillecollet.com>2013-10-06 18:40:33 +0200
commita6ea658ae5dece44694797bd784e60244fa43518 (patch)
treec848d3cad07f2808afe571e70b2fb807da12bc87 /php-pecl-event.spec
parent35531d53c66811ea9abc859d43e9d2a4e1adcf62 (diff)
php-pecl-event: 1.8.0 (stable)
Diffstat (limited to 'php-pecl-event.spec')
-rw-r--r--php-pecl-event.spec7
1 files changed, 6 insertions, 1 deletions
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