summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-pecl-event-dev.spec9
-rw-r--r--php-pecl-event.spec7
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