diff options
| -rw-r--r-- | php-Smarty.spec | 7 | 
1 files changed, 6 insertions, 1 deletions
diff --git a/php-Smarty.spec b/php-Smarty.spec index 09b4223..35f7fd4 100644 --- a/php-Smarty.spec +++ b/php-Smarty.spec @@ -1,6 +1,6 @@  Name:           php-Smarty  Summary:        Template/Presentation Framework for PHP -Version:        3.1.18 +Version:        3.1.19  Release:        1%{?dist}  Source0:        http://www.smarty.net/files/Smarty-%{version}.tar.gz @@ -17,6 +17,8 @@ Requires:       php-mbstring  Requires:       php-pcre  Requires:       php-tokenizer +Provides:       php-composer(smarty/smarty) = %{version} +  %description  Although Smarty is known as a "Template Engine", it would be more accurately @@ -56,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT  %changelog +* Wed Jul 30 2014 Johan Cwiklinski <johan AT x-tnd DOT be> - 3.1.19-1 +- Last upstream release +  * Sat May 10 2014 Johan Cwiklinski <johan AT x-tnd DOT be> - 3.1.18-1  - Last upstream release  | 
