From 836524032b7bf0ad43f015a2cc95a31149e73a87 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 May 2019 15:44:21 +0200 Subject: rebuild --- php-pecl-translit.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-translit.spec b/php-pecl-translit.spec index 2303a24..e07b2e0 100644 --- a/php-pecl-translit.spec +++ b/php-pecl-translit.spec @@ -25,7 +25,7 @@ Summary: Transliterates non-latin character sets to latin Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.6.3 -Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD URL: http://pecl.php.net/package/%{pecl_name} @@ -239,6 +239,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed May 29 2019 Remi Collet - 0.6.3-2 +- rebuild + * Wed May 29 2019 Remi Collet - 0.6.3-1 - update to 0.6.3 - raise dependency on PHP 5.6 -- cgit