summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-symfony2-Console.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/php-symfony2-Console.spec b/php-symfony2-Console.spec
index 202d649..baa77d9 100644
--- a/php-symfony2-Console.spec
+++ b/php-symfony2-Console.spec
@@ -4,7 +4,7 @@
%global pear_name %(echo %{name} | sed -e 's/^php-symfony2-//' -e 's/-/_/g')
Name: php-symfony2-Console
-Version: 2.0.16
+Version: 2.0.17
Release: 1%{?dist}
Summary: Symfony2 %{pear_name} Component
@@ -24,10 +24,12 @@ Requires: php-channel(%{pear_channel})
Requires(post): %{__pear}
Requires(postun): %{__pear}
# phpci requires
+Requires: php-dom
Requires: php-mbstring
Requires: php-pcre
Requires: php-posix
Requires: php-readline
+Requires: php-spl
Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
@@ -84,6 +86,13 @@ fi
%changelog
+* Sat Sep 15 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.17-1
+- Update to 2.0.17, backport for remi repository
+
+* Sat Sep 15 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.0.17-1
+- Updated to upstream version 2.0.17
+- Added php-dom and php-spl requires
+
* Tue Jul 17 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.16-1
- Update to 2.0.16, backport for remi repository