diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-08-10 14:39:31 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-08-10 14:39:31 +0200 |
commit | 418b24ca7013c4606658347ad76b1ccb12e1a7a4 (patch) | |
tree | 31c76f3e5e78282aa5256cbf15fd19614226a24d | |
parent | 733d24ded72bbf0825c99e2fce4f13943383bd90 (diff) |
php-silex: 1.3.1
-rw-r--r-- | php-silex.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-silex.spec b/php-silex.spec index b7d3551..cf48ccd 100644 --- a/php-silex.spec +++ b/php-silex.spec @@ -12,8 +12,8 @@ %global github_owner silexphp %global github_name Silex -%global github_version 1.3.0 -%global github_commit 2d623a4853c37005d3790e5e7897a2c30b492caf +%global github_version 1.3.1 +%global github_commit 0507b772519ab0d9dd258bb39748921229ad5c46 %global composer_vendor silex %global composer_project silex @@ -260,6 +260,9 @@ rm -rf %{buildroot} %changelog +* Mon Aug 10 2015 Remi Collet <remi@remirepo.net> - 1.3.1-1 +- update to 1.3.1 + * Fri Jul 03 2015 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.3.0-1 - Updated to 1.3.0 (RHBZ #1238910) |