diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-16 11:26:52 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-16 11:26:52 +0200 |
commit | 59c06612eb7cfbebc373a2f07c080e1b175fe9e4 (patch) | |
tree | 19aab78188ca283158ffc3ed2eed6761ae58c0a7 | |
parent | d861fa756adfba5c0f5fb07b5c7ec52fea7e2d51 (diff) |
v1.2.3 (for fedora review)fedora
-rw-r--r-- | php-pecl-ds.spec | 7 |
1 files 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 <remi@remirepo.net> - 1.2.3-1 +- Update to 1.2.3 + * Fri Jul 7 2017 Remi Collet <remi@remirepo.net> - 1.1.10-1 - cleanup for Fedora review |