diff options
-rw-r--r-- | php-twig3.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-twig3.spec b/php-twig3.spec index 00aa05e..f58e72c 100644 --- a/php-twig3.spec +++ b/php-twig3.spec @@ -27,7 +27,7 @@ Name: php-%{composer_project}%{major} Version: 3.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The flexible, fast, and secure template engine for PHP License: BSD @@ -101,7 +101,7 @@ Provides: php-composer(%{composer_vendor}/%{composer_project}) = %{version} developer to define its own custom tags and filters, and create its own DSL. -Autoloader: %{phpdir}/Twig2/autoload.php +Autoloader: %{phpdir}/Twig%{major}/autoload.php %prep @@ -170,6 +170,9 @@ exit $RETURN_CODE %changelog +* Thu Nov 21 2019 Remi Collet <remi@remirepo.net> - 3.0.0-2 +- fix typo in package description + * Thu Nov 21 2019 Remi Collet <remi@remirepo.net> - 3.0.0-1 - update to 3.0.0 - move to /usr/share/php/Twig3 |