diff options
-rw-r--r-- | php-pecl-pdflib.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-pdflib.spec b/php-pecl-pdflib.spec index 094b540..7f461ce 100644 --- a/php-pecl-pdflib.spec +++ b/php-pecl-pdflib.spec @@ -20,7 +20,7 @@ Summary: Package for generating PDF files Name: %{?scl_prefix}php-pecl-pdflib Version: 4.1.2 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} # https://bugs.php.net/60396 ask license file License: PHP URL: http://pecl.php.net/package/pdflib @@ -202,6 +202,9 @@ fi %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 4.1.2-3 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 4.1.2-2 - rebuild for 7.3.0alpha4 new ABI |