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

Shawn Iwinski siwinski at fedoraproject.org
Wed Jul 18 23:48:03 UTC 2012


commit 7c4eda8ad80beb118236edb3ca670ff58f9535bc
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Wed Jul 18 19:47:25 2012 -0400

    Updated to upstream version 2.0.16

 .gitignore                   |    1 +
 php-symfony2-BrowserKit.spec |   18 ++++++++++++------
 sources                      |    1 +
 3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 08334dc..7e2b95d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /BrowserKit-2.0.15.tgz
+/BrowserKit-2.0.16.tgz
diff --git a/php-symfony2-BrowserKit.spec b/php-symfony2-BrowserKit.spec
index e25e1a7..ca55568 100644
--- a/php-symfony2-BrowserKit.spec
+++ b/php-symfony2-BrowserKit.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-BrowserKit
-Version:          2.0.15
-Release:          2%{?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-date
-Requires:         php-pcre
 Requires:         php-pear(PEAR)
 Requires:         php-channel(%{pear_channel})
 Requires:         php-pear(%{pear_channel}/DomCrawler) = %{version}
 Requires(post):   %{__pear}
 Requires(postun): %{__pear}
+# phpci requires
+Requires:         php-date
+Requires:         php-pcre
 # Optional requires
 Requires:         php-pear(%{pear_channel}/Process) = %{version}
 
@@ -40,7 +42,7 @@ mv package.xml %{pear_name}-%{version}/%{name}.xml
 
 
 %build
-# Empty build section, most likely nothing required.
+# Empty build section, nothing required
 
 
 %install
@@ -74,6 +76,10 @@ fi
 
 
 %changelog
+* Wed Jul 18 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.16-1
+- Updated to upstream version 2.0.16
+- Minor syntax updates
+
 * Mon Jun 11 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 2.0.15-2
 - Added php-pear(%%{pear_channel}/Process) require
 
diff --git a/sources b/sources
index ce11da1..0cb8a7b 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 b09bc7c02f2e6b36453d3fda32a494ec  BrowserKit-2.0.15.tgz
+1b586f6a0509eec16a325c2f01d26cd5  BrowserKit-2.0.16.tgz


More information about the scm-commits mailing list