diff options
| -rw-r--r-- | php-horde-Horde-Text-Flowed.spec | 18 | 
1 files changed, 9 insertions, 9 deletions
diff --git a/php-horde-Horde-Text-Flowed.spec b/php-horde-Horde-Text-Flowed.spec index 0ea5e5c..3f0797a 100644 --- a/php-horde-Horde-Text-Flowed.spec +++ b/php-horde-Horde-Text-Flowed.spec @@ -12,8 +12,8 @@  %global pear_channel pear.horde.org  Name:           php-horde-Horde-Text-Flowed -Version:        2.0.1 -Release:        4%{?dist} +Version:        2.0.2 +Release:        1%{?dist}  Summary:        Horde API for flowed text as per RFC 3676  Group:          Development/Libraries @@ -39,6 +39,7 @@ Requires:       php-pear(%{pear_channel}/Horde_Util) >= 2.0.0  Requires:       php-pear(%{pear_channel}/Horde_Util) <  3.0.0  Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version} +Provides:       php-composer(horde/horde-text-flowed) = %{version}  %description @@ -47,8 +48,7 @@ using the encoding described in RFC 3676 ('flowed' text).  %prep -%setup -q -c -T -tar xif %{SOURCE0} +%setup -q -c  cd %{pear_name}-%{version}  cp ../package.xml %{name}.xml @@ -72,12 +72,8 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}  %check -src=$(pwd)/%{pear_name}-%{version}  cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -phpunit \ -    --include-path=$src/lib \ -    -d date.timezone=UTC \ -    . +phpunit .  %post @@ -100,6 +96,10 @@ fi  %changelog +* Fri Jan 09 2015 Remi Collet <remi@fedoraproject.org> - 2.0.2-1 +- Update to 2.0.2 +- add provides php-composer(horde/horde-text-flowed) +  * Sun Feb 17 2013 Remi Collet <remi@fedoraproject.org> - 2.0.1-4  - fix dependencies  | 
