From 6f081b99b4346199b7037f0b0e4980f35fc1e9fd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 15 Sep 2012 11:37:25 +0200 Subject: Symfony2: update to 2.0.17 (2.1.x should come soon) --- php-symfony2-Routing.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'php-symfony2-Routing.spec') diff --git a/php-symfony2-Routing.spec b/php-symfony2-Routing.spec index cdb0192..ddfd82d 100644 --- a/php-symfony2-Routing.spec +++ b/php-symfony2-Routing.spec @@ -4,7 +4,7 @@ %global pear_name %(echo %{name} | sed -e 's/^php-symfony2-//' -e 's/-/_/g') Name: php-symfony2-Routing -Version: 2.0.16 +Version: 2.0.17 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -24,8 +24,10 @@ Requires: php-channel(%{pear_channel}) Requires(post): %{__pear} Requires(postun): %{__pear} # phpci requires +Requires: php-dom Requires: php-libxml Requires: php-pcre +Requires: php-reflection Requires: php-spl Requires: php-tokenizer # Optional requires @@ -80,6 +82,13 @@ fi %changelog +* Sat Sep 15 2012 Remi Collet 2.0.17-1 +- Update to 2.0.17, backport for remi repository + +* Sat Sep 15 2012 Shawn Iwinski 2.0.17-1 +- Updated to upstream version 2.0.17 +- Added php-dom and php-reflection requires + * Fri Jul 20 2012 Remi Collet 2.0.16-1 - Update to 2.0.16, backport for remi repository -- cgit