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

Shawn Iwinski siwinski at fedoraproject.org
Wed Jul 18 23:33:56 UTC 2012


commit 5ebd6f862b7c0a1a7f57db295183304eccc50b2b
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Wed Jul 18 19:33:23 2012 -0400

    Updated to upstream version 2.0.16
    
    - Updated to upstream version 2.0.16
    - Added php-filter require
    - Removed fix package.xml for *.xsd file issue (fixed upstream)
    - Minor syntax updates

 .gitignore                  |    1 +
 php-symfony2-Validator.spec |   33 +++++++++++++++++----------------
 sources                     |    1 +
 3 files changed, 19 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index baddfce..7067ccf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Validator-2.0.15.tgz
+/Validator-2.0.16.tgz
diff --git a/php-symfony2-Validator.spec b/php-symfony2-Validator.spec
index e60db99..cbaa7fc 100644
--- a/php-symfony2-Validator.spec
+++ b/php-symfony2-Validator.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-Validator
-Version:          2.0.15
-Release:          4%{?dist}
+Version:          2.0.16
+Release:          1%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
 Group:            Development/Libraries
@@ -17,18 +18,20 @@ BuildRequires:    php-pear(PEAR)
 BuildRequires:    php-channel(%{pear_channel})
 
 Requires:         php-common >= 5.3.2
+Requires:         php-pear(PEAR)
+Requires:         php-channel(%{pear_channel})
+Requires(post):   %{__pear}
+Requires(postun): %{__pear}
+# phpci requires
 Requires:         php-ctype
 Requires:         php-date
+Requires:         php-filter
 Requires:         php-intl
 Requires:         php-libxml
 Requires:         php-mbstring
 Requires:         php-pcre
 Requires:         php-simplexml
 Requires:         php-spl
-Requires:         php-pear(PEAR)
-Requires:         php-channel(%{pear_channel})
-Requires(post):   %{__pear}
-Requires(postun): %{__pear}
 # Optional requires
 Requires:         php-pear(%{pear_channel}/HttpFoundation) = %{version}
 Requires:         php-pear(%{pear_channel}/Yaml) = %{version}
@@ -46,17 +49,9 @@ Optional dependency: APC
 # package.xml is version 2.0
 mv package.xml %{pear_name}-%{version}/%{name}.xml
 
-# Fix package.xml for *.xsd file incorrectly being identified with role="doc"
-# instead of role="php" (the *.xsd file is being referenced in code and is
-# expected to be in the install directory instead of the doc directory)
-# *** NOTE: This needs to be fixed upstream
-sed -i \
-    's#<file *md5sum="\([^"]\{1,\}\)" *name="\([^"]\{1,\}.xsd\)" *role="doc" */>#<file md5sum="\1" name="\2" role="php" />#' \
-    %{pear_name}-%{version}/%{name}.xml
-
 
 %build
-# Empty build section, most likely nothing required.
+# Empty build section, nothing required
 
 
 %install
@@ -90,6 +85,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
+- Added php-filter require
+- Removed fix package.xml for *.xsd file issue (fixed upstream)
+- Minor syntax updates
+
 * Sat Jun 30 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.15-4
 - Removed APC require
 - Updated %%description
diff --git a/sources b/sources
index d754110..3fa7f9f 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 ab5f2ac8788721db82d8107b8bfff0ec  Validator-2.0.15.tgz
+23ccf8d6b197240bfb1f05f7414c85e1  Validator-2.0.16.tgz


More information about the scm-commits mailing list