From 82d67179457349c81f930b86fc7a8929c12300c5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Dec 2016 11:35:04 +0100 Subject: PHP 7.1 mass rebuild part #1 --- php-twig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-twig.spec') diff --git a/php-twig.spec b/php-twig.spec index 88c5a4e..633215e 100644 --- a/php-twig.spec +++ b/php-twig.spec @@ -61,7 +61,7 @@ BuildArch: noarch Name: %{?sub_prefix}php-%{composer_project} Version: %{github_version} -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: The flexible, fast, and secure template engine for PHP Group: Development/Libraries @@ -346,6 +346,9 @@ rm -rf %{buildroot} %changelog +* Thu Dec 1 2016 Remi Collet - 1.28.2-2 +- rebuild with PHP 7.1.0 GA + * Thu Nov 24 2016 Remi Collet - 1.28.2-1 - Update to 1.28.2 -- cgit