summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-07-20 07:55:48 +0200
committerRemi Collet <fedora@famillecollet.com>2012-07-20 07:55:48 +0200
commit76d8187dcf6319a5f4270f1eaf99f66d85be6ac3 (patch)
treebaed95aaa5bce097904f6bf1c0da7d02d752f249
parent5954aa88f294c932edcf9febfc210bb6795bf277 (diff)
php-symfony2-DomCrawler-2.0.16-1, backport
-rw-r--r--php-symfony2-DomCrawler.spec21
1 files changed, 15 insertions, 6 deletions
diff --git a/php-symfony2-DomCrawler.spec b/php-symfony2-DomCrawler.spec
index 8d3c034..cee04ea 100644
--- a/php-symfony2-DomCrawler.spec
+++ b/php-symfony2-DomCrawler.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-DomCrawler
-Version: 2.0.15
-Release: 2%{?dist}
+Version: 2.0.16
+Release: 1%{?dist}
Summary: Symfony2 %{pear_name} Component
Group: Development/Libraries
@@ -18,12 +19,13 @@ BuildRequires: php-pear(PEAR)
BuildRequires: php-channel(%{pear_channel})
Requires: php-common >= 5.3.2
-Requires: php-pcre
-Requires: php-spl
Requires: php-pear(PEAR)
Requires: php-channel(%{pear_channel})
Requires(post): %{__pear}
Requires(postun): %{__pear}
+# phpci requires
+Requires: php-pcre
+Requires: php-spl
# Optional requires
Requires: php-pear(%{pear_channel}/CssSelector) = %{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
@@ -75,6 +77,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-2
- rebuild for remi repository