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

Shawn Iwinski siwinski at fedoraproject.org
Wed Jul 18 23:24:27 UTC 2012


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

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

 .gitignore                    |    1 +
 php-symfony2-Translation.spec |   29 ++++++++++++++---------------
 sources                       |    1 +
 3 files changed, 16 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2e70bbe..d88df97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Translation-2.0.15.tgz
+/Translation-2.0.16.tgz
diff --git a/php-symfony2-Translation.spec b/php-symfony2-Translation.spec
index 1dc96ed..c15354e 100644
--- a/php-symfony2-Translation.spec
+++ b/php-symfony2-Translation.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-Translation
-Version:          2.0.15
-Release:          4%{?dist}
+Version:          2.0.16
+Release:          1%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
 Group:            Development/Libraries
@@ -17,13 +18,14 @@ BuildRequires:    php-pear(PEAR)
 BuildRequires:    php-channel(%{pear_channel})
 
 Requires:         php-common >= 5.3.2
-Requires:         php-libxml
-Requires:         php-pcre
-Requires:         php-simplexml
 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-simplexml
 # Optional requires
 Requires:         php-pear(%{pear_channel}/Config) = %{version}
 Requires:         php-pear(%{pear_channel}/Yaml) = %{version}
@@ -39,17 +41,9 @@ Provides:         php-pear(%{pear_channel}/%{pear_name}) = %{version}
 # package.xml is version 2.0
 mv package.xml %{pear_name}-%{version}/%{name}.xml
 
-# Fix package.xml for *.xsd files incorrectly being identified with role="doc"
-# instead of role="php" (the *.xsd files are being referenced in code and are
-# 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
@@ -83,6 +77,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 files issue (fixed upstream)
+- Minor syntax updates
+
 * Tue Jun 12 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.15-4
 - Added php-pear(%%{pear_channel}/Yaml) require
 
diff --git a/sources b/sources
index ba84c05..3cf86ae 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 5e92cc0d55511f176d46e75484bef30f  Translation-2.0.15.tgz
+5f40043f9c1536603cb072b6c2b93581  Translation-2.0.16.tgz


More information about the scm-commits mailing list