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

Shawn Iwinski siwinski at fedoraproject.org
Wed Jul 18 23:01:32 UTC 2012


commit 5a70436f2c5133ca52e8b5fe20661a86a22ed4dc
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Wed Jul 18 19:00:58 2012 -0400

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

 .gitignore                |    1 +
 php-symfony2-Routing.spec |   31 +++++++++++++++----------------
 sources                   |    1 +
 3 files changed, 17 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0ea0139..81d965c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Routing-2.0.15.tgz
+/Routing-2.0.16.tgz
diff --git a/php-symfony2-Routing.spec b/php-symfony2-Routing.spec
index 1169b1a..abe41a1 100644
--- a/php-symfony2-Routing.spec
+++ b/php-symfony2-Routing.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-Routing
-Version:          2.0.15
-Release:          3%{?dist}
+Version:          2.0.16
+Release:          1%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
 Group:            Development/Libraries
@@ -17,14 +18,15 @@ BuildRequires:    php-pear(PEAR)
 BuildRequires:    php-channel(%{pear_channel})
 
 Requires:         php-common >= 5.3.2
-Requires:         php-libxml
-Requires:         php-pcre
-Requires:         php-spl
-Requires:         php-tokenizer
 Requires:         php-pear(PEAR)
 Requires:         php-channel(%{pear_channel})
 Requires(post):   %{__pear}
 Requires(postun): %{__pear}
+# phpci requires
+Requires:         php-libxml
+Requires:         php-pcre
+Requires:         php-spl
+Requires:         php-tokenizer
 # Optional requires
 Requires:         php-pear(%{pear_channel}/Config) = %{version}
 Requires:         php-pear(%{pear_channel}/Yaml) = %{version}
@@ -40,17 +42,9 @@ The Routing Component maps an HTTP request to a set of configuration variables.
 # 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
@@ -84,6 +78,11 @@ 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 fix package.xml for *.xsd file issue (fixed upstream)
+- Minor syntax updates
+
 * Tue Jun 12 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.15-3
 - Fix package.xml for *.xsd file issue
 
diff --git a/sources b/sources
index 2e39c52..0c4ba66 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 e9c61d7843480c3240357fb97172d667  Routing-2.0.15.tgz
+7cacbe1267c4d24ed493765c4ba8cd8b  Routing-2.0.16.tgz


More information about the scm-commits mailing list