From 159fec6b76d00b8b78b66fb4e0c0474dc657ec54 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Aug 2017 16:07:36 +0200 Subject: v1.2.2 --- REFLECTION | 2 +- php-pecl-ds.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index 7be5c0a..51b0122 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #81 ds version 1.2.1 ] { +Extension [ extension #81 ds version 1.2.2 ] { - Dependencies { Dependency [ json (Required) ] diff --git a/php-pecl-ds.spec b/php-pecl-ds.spec index 981d9e3..4c3dc58 100644 --- a/php-pecl-ds.spec +++ b/php-pecl-ds.spec @@ -21,7 +21,7 @@ %global ini_name 40-%{pecl_name}.ini # For test suite, see https://github.com/php-ds/tests/commits/master -%global gh_commit 419dcb9984a5158969233dfe6bc1525bcf2f83b1 +%global gh_commit 6c2da5d3789b7d0251007eb94e097de9601627d2 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner php-ds %global gh_project tests @@ -29,7 +29,7 @@ Summary: Data Structures for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.2.1 +Version: 1.2.2 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT Group: Development/Languages @@ -233,6 +233,9 @@ cd .. %changelog +* Mon Aug 7 2017 Remi Collet - 1.2.2-1 +- Update to 1.2.2 + * Thu Aug 3 2017 Remi Collet - 1.2.1-1 - Update to 1.2.1 -- cgit