diff options
Diffstat (limited to 'php-symfony2-BrowserKit.spec')
-rw-r--r-- | php-symfony2-BrowserKit.spec | 21 |
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 |