summaryrefslogtreecommitdiffstats
path: root/php-zstd.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-01-07 07:42:48 +0100
committerRemi Collet <remi@remirepo.net>2019-01-07 07:42:48 +0100
commit39d2bdb424ceb8351dee74a0250727a55598c40b (patch)
tree9e273fd96d522adee510111bb83fc50e5686b132 /php-zstd.spec
parentbb066c808dd72181b333b3c7812f188fc334452c (diff)
v0.5.0
Diffstat (limited to 'php-zstd.spec')
-rw-r--r--php-zstd.spec17
1 files changed, 10 insertions, 7 deletions
diff --git a/php-zstd.spec b/php-zstd.spec
index 20ebdc0..ae758c5 100644
--- a/php-zstd.spec
+++ b/php-zstd.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-zstd
#
-# Copyright (c) 2018 Remi Collet
+# Copyright (c) 2018-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -17,14 +17,14 @@
%global pkg_name %{name}
%endif
-%if 0%{?fedora} >= 26 || 0%{?rhel} >= 6
+%if 0%{?fedora} >= 28 || 0%{?rhel} >= 6
%global with_libzstd 1
%else
%global with_libzstd 0
-%global zstdver 1.3.4
+%global zstdver 1.3.8
%endif
-%global gh_commit 6386eb94ef67b54c108cac6e3925bf077828816d
+%global gh_commit 44301b0843fcbc816663ddd7a025a5460e27b1a1
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner kjdev
%global gh_project php-ext-zstd
@@ -35,11 +35,11 @@
Summary: Zstd Extension for PHP
Name: %{?sub_prefix}php-%{pecl_name}
-Version: 0.4.14
+Version: 0.5.0
%if 0%{?gh_date:1}
-Release: 4%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
-Release: 4%{?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
%if %{?with_libzstd}
License: MIT
@@ -252,6 +252,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \
%changelog
+* Mon Jan 7 2019 Remi Collet <remi@remirepo.net> - 0.5.0-1
+- update to 0.5.0
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.4.14-4
- ignore test suite results with newer system library