From ee74d11716c6e7cf330f0746565a769e5b52b9ec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Apr 2019 07:48:05 +0200 Subject: v0.7.0 --- php-zstd.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'php-zstd.spec') diff --git a/php-zstd.spec b/php-zstd.spec index 9de7a11..13bfa20 100644 --- a/php-zstd.spec +++ b/php-zstd.spec @@ -24,7 +24,7 @@ %endif %global zstdver 1.3.8 -%global gh_commit 17ea4c3957f3d637b461a7aa375f2b4889a3ad77 +%global gh_commit c6184307a80a3740ac5bad0b45a63b3ebf9b19fb %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.6.1 +Version: 0.7.0 %if 0%{?gh_date:1} Release: 1%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 2%{?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 @@ -52,8 +52,6 @@ Source0: %{pkg_name}-%{version}-%{gh_short}.tgz # retrieve a recursive git snapshot with submodule Source1: makesrc.sh -Patch0: https://github.com/kjdev/php-ext-zstd/pull/17.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel %if %{?with_libzstd} @@ -110,8 +108,6 @@ These are the files needed to compile programs using %{name}. mv %{gh_project}-%{gh_commit} NTS cd NTS -%patch0 -p1 -b .pr17 - # replace symlink rm LICENSE-zstd mv zstd/LICENSE LICENSE-zstd @@ -246,6 +242,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so" \ %changelog +* Tue Apr 16 2019 Remi Collet - 0.7.0-1 +- update to 0.7.0 + * Mon Apr 15 2019 Remi Collet - 0.6.1-2 - test build for Stream implementation, from https://github.com/kjdev/php-ext-zstd/pull/17 -- cgit