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

Shawn Iwinski siwinski at fedoraproject.org
Wed Jul 18 22:39:34 UTC 2012


commit b6bc4608230d9d5ce534c956ebba2a8f0f625f34
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Wed Jul 18 18:39:30 2012 -0400

    Updated to upstream version 2.0.16

 .gitignore                   |    1 +
 php-symfony2-DomCrawler.spec |   18 ++++++++++++------
 sources                      |    1 +
 3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7269814..58ad430 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /DomCrawler-2.0.15.tgz
+/DomCrawler-2.0.16.tgz
diff --git a/php-symfony2-DomCrawler.spec b/php-symfony2-DomCrawler.spec
index ef7ea73..9273d09 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
@@ -17,12 +18,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}
 
@@ -39,7 +41,7 @@ mv package.xml %{pear_name}-%{version}/%{name}.xml
 
 
 %build
-# Empty build section, most likely nothing required.
+# Empty build section, nothing required
 
 
 %install
@@ -73,6 +75,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}/CssSelector) require
 - Removed ownership for directories already owned by required packages
diff --git a/sources b/sources
index 4af648b..cecf2e1 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 c835bef905d7c2708db92d6df1fa5258  DomCrawler-2.0.15.tgz
+9fe3c004f4c5d82ae9e68f7e32ec99dd  DomCrawler-2.0.16.tgz


More information about the scm-commits mailing list