From 59c06612eb7cfbebc373a2f07c080e1b175fe9e4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Aug 2017 11:26:52 +0200 Subject: v1.2.3 (for fedora review) --- php-pecl-ds.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pecl-ds.spec b/php-pecl-ds.spec index e23bdb0..1a48d91 100644 --- a/php-pecl-ds.spec +++ b/php-pecl-ds.spec @@ -16,7 +16,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 @@ -24,7 +24,7 @@ Summary: Data Structures for PHP Name: php-pecl-%{pecl_name} -Version: 1.1.10 +Version: 1.2.3 Release: 1%{?dist} License: MIT Group: Development/Languages @@ -178,6 +178,9 @@ cd .. %changelog +* Wed Aug 16 2017 Remi Collet - 1.2.3-1 +- Update to 1.2.3 + * Fri Jul 7 2017 Remi Collet - 1.1.10-1 - cleanup for Fedora review -- cgit