diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-28 18:33:25 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-28 18:33:25 +0100 |
commit | d77f242eb560a4d2bc822ad4356e1802aba615d5 (patch) | |
tree | f48d5663df7f7b6e63350b0d4b0579e743b9ce86 | |
parent | 459d74328d5ac9b7d50a27e15f93147887cfaa4c (diff) |
php-pecl-pdflib: 4.1.1
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-pdflib.spec | 8 |
2 files changed, 8 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #165 PDFlib version 4.1.0 ] { +Extension [ <persistent> extension #167 PDFlib version 4.1.1 ] { - Functions { Function [ <internal:PDFlib> function pdf_activate_item ] { diff --git a/php-pecl-pdflib.spec b/php-pecl-pdflib.spec index 76bd8a3..9820d34 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.1.0 +Version: 4.1.1 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} # https://bugs.php.net/60396 ask license file License: PHP @@ -109,6 +109,8 @@ EOF %build +%{?dtsenable} + cd %{pecl_name}-%{version} %{_bindir}/phpize %configure --with-php-config=%{_bindir}/php-config @@ -124,6 +126,7 @@ make %{?_smp_mflags} %install rm -rf %{buildroot} +%{?dtsenable} make -C %{pecl_name}-%{version} install-modules INSTALL_ROOT=%{buildroot} @@ -198,6 +201,9 @@ rm -rf %{buildroot} %changelog +* Wed Dec 28 2016 Remi Collet <remi@fedoraproject.org> - 4.1.1-1 +- Update to 4.1.1 + * Wed Dec 21 2016 Remi Collet <remi@fedoraproject.org> - 4.1.0-1 - Update to 4.1.0 |