diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-21 15:06:51 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-21 15:06:51 +0100 |
commit | 459d74328d5ac9b7d50a27e15f93147887cfaa4c (patch) | |
tree | 78a04caf692b75fbefffe59ac9267be41fde12ec | |
parent | a9df1f994b36aec376e0cb9501f731d757b873af (diff) |
php-pecl-pdflib: 4.1.0
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-pdflib.spec | 9 |
2 files changed, 7 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #156 PDFlib version 4.0.1 ] { +Extension [ <persistent> extension #165 PDFlib version 4.1.0 ] { - Functions { Function [ <internal:PDFlib> function pdf_activate_item ] { diff --git a/php-pecl-pdflib.spec b/php-pecl-pdflib.spec index 6134f65..76bd8a3 100644 --- a/php-pecl-pdflib.spec +++ b/php-pecl-pdflib.spec @@ -19,8 +19,8 @@ Summary: Package for generating PDF files Name: %{?scl_prefix}php-pecl-pdflib -Version: 4.0.1 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 4.1.0 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} # https://bugs.php.net/60396 ask license file License: PHP Group: Development/Languages @@ -29,7 +29,7 @@ URL: http://pecl.php.net/package/pdflib Source0: http://pecl.php.net/get/pdflib-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: %{?scl_prefix}php-devel +BuildRequires: %{?scl_prefix}php-devel >= 5.4 BuildRequires: %{?scl_prefix}php-pear BuildRequires: pdflib-lite-devel @@ -198,6 +198,9 @@ rm -rf %{buildroot} %changelog +* Wed Dec 21 2016 Remi Collet <remi@fedoraproject.org> - 4.1.0-1 +- Update to 4.1.0 + * Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 4.0.1-2 - rebuild with PHP 7.1.0 GA |