summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-02-05 19:25:14 +0100
committerRemi Collet <fedora@famillecollet.com>2017-02-05 19:25:14 +0100
commit95f66e24912718e3f7c0acc11e79e0840ecdc3e8 (patch)
tree81ddf130184b1840f0e28f1f922d57fe990435bb
parent453ab13a29aebb042ac9ae8b7b2bb12b463e7bcb (diff)
php-snappy: 0.1.6
-rw-r--r--REFLECTION2
-rw-r--r--php-snappy.spec13
2 files changed, 11 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index 9b7aded..a3a2db5 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #113 snappy version 0.1.5 ] {
+Extension [ <persistent> extension #15 snappy version 0.1.6 ] {
- Functions {
Function [ <internal:snappy> function snappy_compress ] {
diff --git a/php-snappy.spec b/php-snappy.spec
index e7e0c83..a5c26cc 100644
--- a/php-snappy.spec
+++ b/php-snappy.spec
@@ -15,7 +15,7 @@
%scl_package php-snappy
%endif
-%global gh_commit f7a9c4dfe0796184ecbdcde809a8a234f508d8ea
+%global gh_commit 0d5f153ec4da79e70fbc838126dc58d0bd13e9cb
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner kjdev
%global gh_project php-ext-snappy
@@ -26,11 +26,11 @@
Summary: Snappy Extension for PHP
Name: %{?sub_prefix}php-snappy
-Version: 0.1.5
+Version: 0.1.6
%if 0%{?gh_date:1}
Release: 0.2.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
-Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
License: PHP
Group: Development/Languages
@@ -111,6 +111,8 @@ EOF
%build
+%{?dtsenable}
+
cd NTS
%{_bindir}/phpize
%configure \
@@ -134,6 +136,8 @@ make %{?_smp_mflags}
%install
rm -rf %{buildroot}
+%{?dtsenable}
+
# Install the NTS stuff
make -C NTS install INSTALL_ROOT=%{buildroot}
install -D -m 644 %{ini_name} %{buildroot}%{php_inidir}/%{ini_name}
@@ -197,6 +201,9 @@ rm -rf %{buildroot}
%changelog
+* Sun Feb 5 2017 Remi Collet <remi@fedoraproject.org> - 0.1.6-1
+- update to 0.1.6 (no change)
+
* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 0.1.5-3
- rebuild with PHP 7.1.0 GA