summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-07-20 08:14:21 +0200
committerRemi Collet <fedora@famillecollet.com>2012-07-20 08:14:21 +0200
commitf021c367c48509e2b6ff665c8adcb4bdd7a6607e (patch)
tree383bfc04c35d4307d45f6f40442553de58ade96e
parentcae4a8c302005cdd8e7a2e8511cae9045478ccb5 (diff)
php-symfony2-Form-2.0.16-1, backport
-rw-r--r--php-symfony2-Form.spec37
1 files changed, 21 insertions, 16 deletions
diff --git a/php-symfony2-Form.spec b/php-symfony2-Form.spec
index ed350a4..bbac6ab 100644
--- a/php-symfony2-Form.spec
+++ b/php-symfony2-Form.spec
@@ -1,10 +1,11 @@
%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
+
%global pear_channel pear.symfony.com
-%global pear_name %(echo %{name} | sed -e 's/^php-symfony2-//' -e 's/-/_/g')
+%global pear_name %(echo %{name} | sed -e 's/^php-symfony2-//' -e 's/-/_/g')
Name: php-symfony2-Form
-Version: 2.0.15
-Release: 4%{?dist}
+Version: 2.0.16
+Release: 1%{?dist}
Summary: Symfony2 %{pear_name} Component
Group: Development/Libraries
@@ -18,12 +19,6 @@ BuildRequires: php-pear(PEAR)
BuildRequires: php-channel(%{pear_channel})
Requires: php-common >= 5.3.2
-Requires: php-ctype
-Requires: php-date
-Requires: php-intl
-Requires: php-pcre
-Requires: php-session
-Requires: php-spl
Requires: php-pear(PEAR)
Requires: php-channel(%{pear_channel})
Requires: php-pear(%{pear_channel}/EventDispatcher) = %{version}
@@ -31,6 +26,13 @@ Requires: php-pear(%{pear_channel}/Validator) = %{version}
Requires: php-pear(%{pear_channel}/Locale) = %{version}
Requires(post): %{__pear}
Requires(postun): %{__pear}
+# phpci requires
+Requires: php-ctype
+Requires: php-date
+Requires: php-intl
+Requires: php-pcre
+Requires: php-session
+Requires: php-spl
# Optional requires
Requires: php-pear(%{pear_channel}/DependencyInjection) = %{version}
Requires: php-pear(%{pear_channel}/HttpFoundation) = %{version}
@@ -46,12 +48,6 @@ Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version}
# package.xml is version 2.0
mv package.xml %{pear_name}-%{version}/%{name}.xml
-# Make Symfony/Component/Form/Resources/config/validation.xml role="php"
-# instead role="doc". Fixed in upstream version 2.1.0 BETA1.
-sed -i \
- 's#<file *md5sum="\([^"]\+\)" *name="Symfony/Component/Form/Resources/config/validation.xml" *role="doc" */>#<file md5sum="\1" name="Symfony/Component/Form/Resources/config/validation.xml" role="php" />#' \
- %{pear_name}-%{version}/%{name}.xml
-
%build
# Empty build section, nothing required.
@@ -89,7 +85,16 @@ fi
%changelog
-* Mon Jul 21 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.15-4
+* Fri Jul 20 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.16-1
+- Update to 2.0.16, backport for remi repository
+
+* Wed Jul 18 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.0.16-1
+- Updated to upstream version 2.0.16
+- Removed changed PEAR role of
+ Symfony/Component/Form/Resources/config/validation.xml (fixed upstream)
+- Minor syntax updates
+
+* Mon Jul 03 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.15-4
- backport for remi repository
* Mon Jul 2 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.0.15-4