[roundcubemail] Requires php-fileinfo instead of php-pecl-Fileinfo

Remi Collet remi at fedoraproject.org
Mon Dec 3 10:20:22 UTC 2012


commit 8f11680c48985590155ea30ff09d6a40e77ae2fc
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon Dec 3 11:18:18 2012 +0100

    Requires php-fileinfo instead of php-pecl-Fileinfo
    
    php-fileinfo provided by php-common (Fedora, RHEL-6)
    php-fileinfo provided by php-pecl-Fileinfo (RHEL-5)
    
    Old compatibility provides (php-pecl-Fileinfo) will probably
    be droped from php "next".

 roundcubemail.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/roundcubemail.spec b/roundcubemail.spec
index 7032ce6..ad8ab13 100644
--- a/roundcubemail.spec
+++ b/roundcubemail.spec
@@ -2,7 +2,7 @@
 %global _logdir /var/log  
 Name: roundcubemail
 Version:  0.8.4
-Release:  1%{?dist}
+Release:  2%{?dist}
 Summary: Round Cube Webmail is a browser-based multilingual IMAP client
 
 Group: Applications/System         
@@ -31,7 +31,7 @@ Requires: php-pear-Mail-mimeDecode
 Requires: php-mcrypt
 Requires: php-pear-MDB2 >= 2.5.0
 Requires: php-pear-MDB2-Driver-mysql
-Requires: php-pecl-Fileinfo
+Requires: php-fileinfo
 Requires: php-xml
 Requires: php-mbstring
 Requires: php-pear-Net-IDNA2
@@ -143,6 +143,9 @@ exit 0
 %config(noreplace) %{_sysconfdir}/logrotate.d/roundcubemail
 
 %changelog
+* Mon Nov 03 2012 Remi Collet <remi at fedoraproject.org> - 0.8.4-2
+- requires php-fileinfo instead of php-pecl-Fileinfo
+
 * Mon Nov 19 2012 Jon Ciesla <limburgher at gmail.com> - 0.8.4-1
 - Latest upstream.
 


More information about the scm-commits mailing list