From b8010c42d6b12df002254bddcf1adb76c87b91bf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Jul 2012 08:08:29 +0200 Subject: php-symfony2-Validator-2.0.16-1, backport --- php-symfony2-Validator.spec | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) (limited to 'php-symfony2-Validator.spec') diff --git a/php-symfony2-Validator.spec b/php-symfony2-Validator.spec index 88c6327..f12180e 100644 --- a/php-symfony2-Validator.spec +++ b/php-symfony2-Validator.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-Validator -Version: 2.0.15 -Release: 4%{?dist} +Version: 2.0.16 +Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component Group: Development/Libraries @@ -18,18 +19,20 @@ BuildRequires: php-pear(PEAR) BuildRequires: php-channel(%{pear_channel}) Requires: php-common >= 5.3.2 +Requires: php-pear(PEAR) +Requires: php-channel(%{pear_channel}) +Requires(post): %{__pear} +Requires(postun): %{__pear} +# phpci requires Requires: php-ctype Requires: php-date +#Requires: php-filter Requires: php-intl Requires: php-libxml Requires: php-mbstring Requires: php-pcre Requires: php-simplexml Requires: php-spl -Requires: php-pear(PEAR) -Requires: php-channel(%{pear_channel}) -Requires(post): %{__pear} -Requires(postun): %{__pear} # Optional requires Requires: php-pear(%{pear_channel}/HttpFoundation) = %{version} Requires: php-pear(%{pear_channel}/Yaml) = %{version} @@ -47,17 +50,9 @@ Optional dependency: APC # package.xml is version 2.0 mv package.xml %{pear_name}-%{version}/%{name}.xml -# Fix package.xml for *.xsd file incorrectly being identified with role="doc" -# instead of role="php" (the *.xsd file is being referenced in code and is -# expected to be in the install directory instead of the doc directory) -# *** NOTE: This needs to be fixed upstream -sed -i \ - 's###' \ - %{pear_name}-%{version}/%{name}.xml - %build -# Empty build section, most likely nothing required. +# Empty build section, nothing required %install @@ -92,7 +87,16 @@ fi %changelog -* Mon Jul 21 2012 Remi Collet 2.0.15-3 +* Fri Jul 20 2012 Remi Collet 2.0.16-1 +- Update to 2.0.16, backport for remi repository + +* Wed Jul 18 2012 Shawn Iwinski 2.0.16-1 +- Updated to upstream version 2.0.16 +- Added php-filter require +- Removed fix package.xml for *.xsd file issue (fixed upstream) +- Minor syntax updates + +* Mon Jul 03 2012 Remi Collet 2.0.15-4 - backport for remi repository * Sat Jun 30 2012 Shawn Iwinski 2.0.15-4 -- cgit