summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-09-15 11:37:25 +0200
committerRemi Collet <fedora@famillecollet.com>2012-09-15 11:37:25 +0200
commit4d85355a14bdef4e4f7adb06e2411535127d00a5 (patch)
tree335da4aa92b4e24c23ba4292d8787d7cde26d39f
parenta09407c8b220b7bd75d30049e2fdfc936da7a2bc (diff)
Symfony2: update to 2.0.17 (2.1.x should come soon)
-rw-r--r--php-symfony2-Translation.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/php-symfony2-Translation.spec b/php-symfony2-Translation.spec
index e205c3f..888a703 100644
--- a/php-symfony2-Translation.spec
+++ b/php-symfony2-Translation.spec
@@ -4,7 +4,7 @@
%global pear_name %(echo %{name} | sed -e 's/^php-symfony2-//' -e 's/-/_/g')
Name: php-symfony2-Translation
-Version: 2.0.16
+Version: 2.0.17
Release: 1%{?dist}
Summary: Symfony2 %{pear_name} Component
@@ -24,9 +24,11 @@ Requires: php-channel(%{pear_channel})
Requires(post): %{__pear}
Requires(postun): %{__pear}
# phpci requires
+Requires: php-dom
Requires: php-libxml
Requires: php-pcre
Requires: php-simplexml
+Requires: php-spl
# Optional requires
Requires: php-pear(%{pear_channel}/Config) = %{version}
Requires: php-pear(%{pear_channel}/Yaml) = %{version}
@@ -79,6 +81,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
+
* Fri Jul 20 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.16-1
- Update to 2.0.16, backport for remi repository