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

Shawn Iwinski siwinski at fedoraproject.org
Sun Jul 15 06:47:51 UTC 2012


commit 42d243b43ad6024431136ae57140309b78539105
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sun Jul 15 02:47:43 2012 -0400

    Updated to upstream version 2.0.16

 .gitignore             |    2 ++
 php-symfony2-Yaml.spec |   24 +++++++++++++++---------
 sources                |    1 +
 3 files changed, 18 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9e6d5fd..e179f96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
+*~
 /Yaml-2.0.15.tgz
+/Yaml-2.0.16.tgz
diff --git a/php-symfony2-Yaml.spec b/php-symfony2-Yaml.spec
index 49ac1f0..35ef36a 100644
--- a/php-symfony2-Yaml.spec
+++ b/php-symfony2-Yaml.spec
@@ -1,9 +1,10 @@
 %{!?__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-Yaml
-Version:          2.0.15
+Version:          2.0.16
 Release:          1%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
@@ -17,16 +18,17 @@ 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-iconv
 Requires:         php-json
 Requires:         php-mbstring
 Requires:         php-pcre
-Requires:         php-pear(PEAR)
-Requires:         php-channel(%{pear_channel})
-Requires(post):   %{__pear}
-Requires(postun): %{__pear}
 
 Provides:         php-pear(%{pear_channel}/%{pear_name}) = %{version}
 
@@ -50,7 +52,7 @@ mv package.xml %{pear_name}-%{version}/%{name}.xml
 
 
 %build
-# Empty build section, most likely nothing required.
+# Empty build section, nothing required
 
 
 %install
@@ -80,12 +82,16 @@ fi
 %files
 %doc %{pear_docdir}/%{pear_name}
 %{pear_xmldir}/%{name}.xml
-%{pear_phpdir}/Symfony/Component/%{pear_name}
-%dir %{pear_phpdir}/Symfony/Component
 %dir %{pear_phpdir}/Symfony
+%dir %{pear_phpdir}/Symfony/Component
+     %{pear_phpdir}/Symfony/Component/%{pear_name}
 
 
 %changelog
+* Sun Jul 15 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.16-1
+- Updated to upstream version 2.0.16
+- Minor syntax updates
+
 * Wed May 30 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.15-1
 - Updated to upstream version 2.0.15
 - Removed "BuildRequires: php-pear >= 1:1.4.9-1.2"
diff --git a/sources b/sources
index 2f53762..d818755 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 281e7f32903bafe509cb4b5a68b3dec3  Yaml-2.0.15.tgz
+8e6e862fbc6bde6326372961b78b42fd  Yaml-2.0.16.tgz


More information about the scm-commits mailing list