diff options
| -rw-r--r-- | php-horde-Horde-Mime.spec | 12 | 
1 files changed, 5 insertions, 7 deletions
diff --git a/php-horde-Horde-Mime.spec b/php-horde-Horde-Mime.spec index 1aa4c15..74d3c75 100644 --- a/php-horde-Horde-Mime.spec +++ b/php-horde-Horde-Mime.spec @@ -7,7 +7,7 @@  %global with_tests   %{?_with_tests:1}%{!?_with_tests:0}  Name:           php-horde-Horde-Mime -Version:        2.0.2 +Version:        2.0.3  Release:        1%{?dist}  Summary:        Horde MIME Library @@ -16,9 +16,6 @@ License:        LGPLv2+  URL:            http://pear.horde.org  Source0:        http://%{pear_channel}/get/%{pear_name}-%{version}.tgz -# http://bugs.horde.org/ticket/11913 -Patch0:         %{pear_name}_php55.patch -  BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root  BuildArch:      noarch  BuildRequires:  php-pear(PEAR) >= 1.7.0 @@ -72,14 +69,11 @@ Provides methods for dealing with MIME (RFC 2045) and related e-mail (RFC  %setup -q -c  cd %{pear_name}-%{version} -%patch0 -p0 -b .php55 -  # Don't install .po and .pot files  # Remove checksum for .mo, as we regenerate them  sed -e '/%{pear_name}.po/d' \      -e '/Horde_Other.po/d' \      -e '/%{pear_name}.mo/s/md5sum=.*name=/name=/' \ -    -e '/Mime.php/s/md5sum=.*name=/name=/' \      ../package.xml >%{name}.xml @@ -148,6 +142,10 @@ fi  %changelog +* Tue Jan 29 2013 Remi Collet <RPMS@FamilleCollet.com> - 2.0.3-1 +- Update to 2.0.3 for remi repo +- drop merged patch for http://bugs.horde.org/ticket/11913 +  * Sat Jan  5 2013 Remi Collet <RPMS@FamilleCollet.com> - 2.0.2-1  - Update to 2.0.2 for remi repo  | 
