[php-symfony2-Form] Updated to upstream version 2.0.16

Shawn Iwinski siwinski at fedoraproject.org
Wed Jul 18 23:58:21 UTC 2012


commit 4dfc16293612b442c6b1611e968227bd0000d176
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Wed Jul 18 19:56:30 2012 -0400

    Updated to upstream version 2.0.16
    
    - Updated to upstream version 2.0.16
    - Removed changed PEAR role of
      Symfony/Component/Form/Resources/config/validation.xml (fixed upstream)
    - Minor syntax updates

 .gitignore             |    1 +
 php-symfony2-Form.spec |   34 ++++++++++++++++++----------------
 sources                |    1 +
 3 files changed, 20 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 04b2bde..5d69bb2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Form-2.0.15.tgz
+/Form-2.0.16.tgz
diff --git a/php-symfony2-Form.spec b/php-symfony2-Form.spec
index 8646225..86b054d 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
@@ -17,12 +18,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}
@@ -30,6 +25,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}
@@ -45,15 +47,9 @@ 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.
+# Empty build section, nothing required
 
 
 %install
@@ -87,6 +83,12 @@ fi
 
 
 %changelog
+* Wed Jul 18 2012 Shawn Iwinski <shawn.iwinski at 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 2 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.15-4
 - Added php-pear(%%{pear_channel}/DependencyInjection) require
 
diff --git a/sources b/sources
index 53e810e..cbddd6a 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 53401062fe8140108a2294bcca9dfc27  Form-2.0.15.tgz
+3ccbd52a0129be66d9e494d7a57fd422  Form-2.0.16.tgz


More information about the scm-commits mailing list