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

Shawn Iwinski siwinski at fedoraproject.org
Thu Jul 19 00:20:26 UTC 2012


commit 54b7d834ad251e3b2d9063bb8540ff79d72a1bd5
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Wed Jul 18 20:19:34 2012 -0400

    Updated to upstream version 2.0.16
    
    - Updated to upstream version 2.0.16
    - Removed changed PEAR role of *.sql files from doc to php (fixed upstream)
    - Minor syntax updates

 .gitignore                 |    1 +
 php-symfony2-Security.spec |   39 ++++++++++++++++++++-------------------
 sources                    |    1 +
 3 files changed, 22 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 31ebf0b..05cb869 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Security-2.0.15.tgz
+/Security-2.0.16.tgz
diff --git a/php-symfony2-Security.spec b/php-symfony2-Security.spec
index bf2ebeb..f47683d 100644
--- a/php-symfony2-Security.spec
+++ b/php-symfony2-Security.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-Security
-Version:          2.0.15
-Release:          3%{?dist}
+Version:          2.0.16
+Release:          1%{?dist}
 Summary:          Symfony2 %{pear_name} Component
 
 Group:            Development/Libraries
@@ -17,6 +18,14 @@ 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:         php-pear(%{pear_channel}/HttpKernel) = %{version}
+Requires:         php-pear(%{pear_channel}/HttpFoundation) = %{version}
+Requires:         php-pear(%{pear_channel}/EventDispatcher) = %{version}
+Requires(post):   %{__pear}
+Requires(postun): %{__pear}
+# phpci requires
 Requires:         php-date
 Requires:         php-hash
 Requires:         php-json
@@ -25,14 +34,7 @@ Requires:         php-pcre
 Requires:         php-pdo
 Requires:         php-reflection
 Requires:         php-spl
-Requires:         php-pear(PEAR)
-Requires:         php-channel(%{pear_channel})
-Requires:         php-pear(%{pear_channel}/HttpKernel) = %{version}
-Requires:         php-pear(%{pear_channel}/HttpFoundation) = %{version}
-Requires:         php-pear(%{pear_channel}/EventDispatcher) = %{version}
-Requires(post):   %{__pear}
-Requires(postun): %{__pear}
-# Optional require
+# Optional requires
 Requires:         php-pear(%{pear_channel}/ClassLoader) = %{version}
 Requires:         php-pear(%{pear_channel}/Finder) = %{version}
 Requires:         php-pear(%{pear_channel}/Form) = %{version}
@@ -54,15 +56,9 @@ Optional dependencies: DoctrineCommon and DoctrineDBAL
 # package.xml is version 2.0
 mv package.xml %{pear_name}-%{version}/%{name}.xml
 
-# Change PEAR role of *.sql files from doc to php.
-# Fixed in upstream version 2.1.0 BETA1.
-sed -i \
-    's#<file *md5sum="\([^"]\+\)" *name="\([^"]\+.sql\)" *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
@@ -96,10 +92,15 @@ 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 *.sql files from doc to php (fixed upstream)
+- Minor syntax updates
+
 * Sat Jun 30 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.15-3
 - Added php-pdo require
 - Updated %%description
-- Changed PEAR role of *.sql files from doc to php.
+- Changed PEAR role of *.sql files from doc to php
 
 * Mon Jun 11 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.15-2
 - Added php-pear(%%{pear_channel}/ClassLoader) require
diff --git a/sources b/sources
index 5a4f836..420721b 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 4e66aac7ad61570e2113b6e2ddc4aeb2  Security-2.0.15.tgz
+6aac60fb7cac65765178d28dbb4c09f4  Security-2.0.16.tgz


More information about the scm-commits mailing list