From f31b07608bfbfca15e7c9608f7fa4bd219bec0307c1b093dcfe88cac03ef99f6 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Wed, 26 Sep 2012 18:25:58 +0000 Subject: [PATCH] Accepting request 136001 from home:vicidial:vicitest The installer looks for or expects php's exif extension, not sure if it's required or optional since it lists them all together in one group. This just add's that requirement to the spec. OBS-URL: https://build.opensuse.org/request/show/136001 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=40 --- roundcubemail.changes | 6 ++++++ roundcubemail.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/roundcubemail.changes b/roundcubemail.changes index 561c8fe..7de66dc 100644 --- a/roundcubemail.changes +++ b/roundcubemail.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 25 21:21:32 UTC 2012 - jamesp@vicidial.com + +- Installer expects to find php-exif during install, added to spec + Requires since it does not say if it's recommended or optional + ------------------------------------------------------------------- Thu Aug 23 06:32:14 UTC 2012 - wr@rosenauer.org diff --git a/roundcubemail.spec b/roundcubemail.spec index 0478c28..a62978b 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -28,6 +28,7 @@ BuildRequires: fdupes BuildRequires: pcre-devel Requires: http_daemon Requires: mod_php_any +Requires: php-exif Requires: php-gettext Requires: php-iconv Requires: php-mbstring