summaryrefslogtreecommitdiffstats
path: root/php-pecl-ev.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-12-09 07:09:54 +0100
committerRemi Collet <fedora@famillecollet.com>2014-12-09 07:09:54 +0100
commit420650869a264bd47fe5e00043be8946d898975b (patch)
tree42acbb1d4dce98a6798917f1635471c4c04cb0ed /php-pecl-ev.spec
parent4c09bb54cff628d730e7dcd7ada47f790aee81d6 (diff)
php-pecl-ev: 0.2.13
Diffstat (limited to 'php-pecl-ev.spec')
-rw-r--r--php-pecl-ev.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/php-pecl-ev.spec b/php-pecl-ev.spec
index eb8994f..abf8af4 100644
--- a/php-pecl-ev.spec
+++ b/php-pecl-ev.spec
@@ -29,8 +29,8 @@
Summary: Provides interface to libev library
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 0.2.12
-Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version: 0.2.13
+Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -82,6 +82,8 @@ Obsoletes: php56w-pecl-%{pecl_name} <= %{version}
The ev extension provides interface to libev library - high performance
full-featured event loop written in C.
+Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection}.
+
%prep
%setup -q -c
@@ -208,6 +210,7 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
+%{?_licensedir:%license NTS/LICENSE}
%doc %{pecl_docdir}/%{pecl_name}
%{pecl_xmldir}/%{name}.xml
@@ -221,6 +224,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Dec 09 2014 Remi Collet <remi@fedoraproject.org> - 0.2.13-1
+- Update to 0.2.13 (stable, no change)
+
* Tue Sep 09 2014 Remi Collet <remi@fedoraproject.org> - 0.2.12-1
- Update to 0.2.12 (no change, only our patch merged)
- enable posix during build as some tests need it