From 0086429ee44112ae8307d29e0199481e72f32bf5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 27 Oct 2016 07:19:25 +0200 Subject: php-pecl-pdflib: 4.0.1 (stable) --- REFLECTION | 49 +++++++++++++++++++++++-------------------------- php-pecl-pdflib.spec | 5 ++++- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/REFLECTION b/REFLECTION index 22614eb..f0c4adf 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #107 PDFlib version 4.0.0 ] { +Extension [ extension #156 PDFlib version 4.0.1 ] { - Functions { Function [ function pdf_activate_item ] { @@ -397,7 +397,28 @@ Extension [ extension #107 PDFlib version 4.0.0 ] { - Properties [0] { } - - Methods [132] { + - Methods [131] { + Method [ public method __construct ] { + } + + Method [ final public method delete ] { + } + + Method [ final public method get_pdi_parameter ] { + } + + Method [ final public method open_pdi ] { + } + + Method [ final public method open_image ] { + } + + Method [ final public method setpolydash ] { + } + + Method [ final public method show_boxed ] { + } + Method [ final public method activate_item ] { } @@ -769,30 +790,6 @@ Extension [ extension #107 PDFlib version 4.0.0 ] { Method [ final public method utf32_to_utf16 ] { } - - Method [ method __construct ] { - } - - Method [ final public method delete ] { - } - - Method [ final public method get_pdi_parameter ] { - } - - Method [ final public method open_pdi ] { - } - - Method [ final public method open_image ] { - } - - Method [ final public method setpolydash ] { - } - - Method [ final public method show_boxed ] { - } - - Method [ final public method __destruct ] { - } } } } diff --git a/php-pecl-pdflib.spec b/php-pecl-pdflib.spec index 1afe510..e6c00d6 100644 --- a/php-pecl-pdflib.spec +++ b/php-pecl-pdflib.spec @@ -19,7 +19,7 @@ Summary: Package for generating PDF files Name: %{?scl_prefix}php-pecl-pdflib -Version: 4.0.0 +Version: 4.0.1 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} # https://bugs.php.net/60396 ask license file License: PHP @@ -198,6 +198,9 @@ rm -rf %{buildroot} %changelog +* Thu Oct 27 2016 Remi Collet - 4.0.1-1 +- Update to 4.0.1 (stable) + * Thu Sep 22 2016 Remi Collet - 4.0.0-1 - update to 4.0.0 (beta) for PHP 7 -- cgit