From 15c270396198450ac28f1f49d13ad354762af385 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Mar 2017 06:41:20 +0100 Subject: v1.1.8 --- .gitignore | 4 ++++ REFLECTION | 2 +- php-pecl-ds.spec | 5 ++++- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0f369b4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.tgz +*.tar.gz +*.src.rpm +*.xml diff --git a/REFLECTION b/REFLECTION index f4feaf9..0c12d04 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #81 ds version 1.1.7 ] { +Extension [ extension #81 ds version 1.1.8 ] { - Dependencies { Dependency [ json (Required) ] diff --git a/php-pecl-ds.spec b/php-pecl-ds.spec index af7a3e6..2b81e67 100644 --- a/php-pecl-ds.spec +++ b/php-pecl-ds.spec @@ -29,7 +29,7 @@ Summary: Data Structures for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.1.7 +Version: 1.1.8 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT Group: Development/Languages @@ -229,6 +229,9 @@ cd .. %changelog +* Fri Mar 24 2017 Remi Collet - 1.1.8-1 +- Update to 1.1.8 + * Mon Feb 13 2017 Remi Collet - 1.1.7-1 - Update to 1.1.7 -- cgit