diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-12-01 11:35:04 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-12-01 11:35:04 +0100 |
commit | 82d67179457349c81f930b86fc7a8929c12300c5 (patch) | |
tree | ce3ad40df59e32cc1a3366affd845debb24f4a38 | |
parent | dfed2e1a14b3ddc815dd67d49b697085cec65212 (diff) |
PHP 7.1 mass rebuild part #1
-rw-r--r-- | php-twig.spec | 5 |
1 files changed, 4 insertions, 1 deletions
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 <remi@fedoraproject.org> - 1.28.2-2 +- rebuild with PHP 7.1.0 GA + * Thu Nov 24 2016 Remi Collet <remi@fedoraproject.org> - 1.28.2-1 - Update to 1.28.2 |