summaryrefslogtreecommitdiffstats
path: root/php-symfony2-BrowserKit.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-07-20 08:11:01 +0200
committerRemi Collet <fedora@famillecollet.com>2012-07-20 08:11:01 +0200
commit16d5a3717ebfa1b7865746d5747962605a2e400c (patch)
tree4df75c20cfd2c4e6994c73c017433c5a066c2fd9 /php-symfony2-BrowserKit.spec
parentdba9190d25d926d9a04644e1e2aed0dc8b04902a (diff)
php-symfony2-BrowserKit-2.0.16-1, backport
Diffstat (limited to 'php-symfony2-BrowserKit.spec')
-rw-r--r--php-symfony2-BrowserKit.spec21
1 files changed, 15 insertions, 6 deletions
diff --git a/php-symfony2-BrowserKit.spec b/php-symfony2-BrowserKit.spec
index d48364d..d269014 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
@@ -18,13 +19,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}
@@ -41,7 +43,7 @@ mv package.xml %{pear_name}-%{version}/%{name}.xml
%build
-# Empty build section, most likely nothing required.
+# Empty build section, nothing required
%install
@@ -76,6 +78,13 @@ fi
%changelog
+* Fri Jul 20 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.16-1
+- Update to 2.0.16, backport for remi repository
+
+* Wed Jul 18 2012 Shawn Iwinski <shawn.iwinski@gmail.com> 2.0.16-1
+- Updated to upstream version 2.0.16
+- Minor syntax updates
+
* Tue Jun 12 2012 Remi Collet <RPMS@FamilleCollet.com> 2.0.15-1
- rebuild for remi repository