From 579b5d7cac7ae7c2c62933982e92298d4de86000190b999e5b399bf866f837e9 Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Sat, 27 Apr 2013 16:29:44 +0000 Subject: [PATCH] Accepting request 173567 from home:wrosenauer OBS-URL: https://build.opensuse.org/request/show/173567 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=53 --- roundcubemail-0.8.6.tar.gz | 3 --- roundcubemail-0.9.0.tar.gz | 3 +++ roundcubemail-config-dir.patch | 18 +++++++++--------- roundcubemail.changes | 13 +++++++++++++ roundcubemail.spec | 2 +- 5 files changed, 26 insertions(+), 13 deletions(-) delete mode 100644 roundcubemail-0.8.6.tar.gz create mode 100644 roundcubemail-0.9.0.tar.gz diff --git a/roundcubemail-0.8.6.tar.gz b/roundcubemail-0.8.6.tar.gz deleted file mode 100644 index e80a83e..0000000 --- a/roundcubemail-0.8.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88128db0dc57651e08beb3c4811bc9e33aca1c39a50cfc9efb5d14b0baa17704 -size 3724565 diff --git a/roundcubemail-0.9.0.tar.gz b/roundcubemail-0.9.0.tar.gz new file mode 100644 index 0000000..d699b6e --- /dev/null +++ b/roundcubemail-0.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7edab9579cd2a6353c30de3fcfc86da231f0a46f7ad4ce707090813173f662c2 +size 3711615 diff --git a/roundcubemail-config-dir.patch b/roundcubemail-config-dir.patch index e520607..9c73078 100644 --- a/roundcubemail-config-dir.patch +++ b/roundcubemail-config-dir.patch @@ -1,21 +1,21 @@ diff --git a/installer/index.php b/installer/index.php -index 4c94fea..204cdf4 100644 +index 0e80b1c..75a9440 100644 --- a/installer/index.php +++ b/installer/index.php -@@ -43,7 +43,7 @@ ini_set('error_reporting', E_ALL&~E_NOTICE); - ini_set('display_errors', 1); +@@ -41,7 +41,7 @@ ini_set('display_errors', 1); define('INSTALL_PATH', realpath(dirname(__FILE__) . '/../').'/'); --define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config'); -+define('RCMAIL_CONFIG_DIR', '/etc/roundcubemail'); - define('RCMAIL_CHARSET', 'UTF-8'); + define('RCUBE_INSTALL_PATH', INSTALL_PATH); +-define('RCUBE_CONFIG_DIR', INSTALL_PATH . 'config/'); ++define('RCUBE_CONFIG_DIR', '/etc/roundcubemail'); $include_path = INSTALL_PATH . 'program/lib' . PATH_SEPARATOR; + $include_path .= INSTALL_PATH . 'program/include' . PATH_SEPARATOR; diff --git a/program/include/iniset.php b/program/include/iniset.php -index 3809479..5004448 100644 +index c2efe01..2cccf74 100644 --- a/program/include/iniset.php +++ b/program/include/iniset.php -@@ -52,7 +52,7 @@ if (!defined('INSTALL_PATH')) { +@@ -44,7 +44,7 @@ if (!defined('INSTALL_PATH')) { } if (!defined('RCMAIL_CONFIG_DIR')) { @@ -23,4 +23,4 @@ index 3809479..5004448 100644 + define('RCMAIL_CONFIG_DIR', '/etc/roundcubemail'); } - // make sure path_separator is defined + if (!defined('RCUBE_LOCALIZATION_DIR')) { diff --git a/roundcubemail.changes b/roundcubemail.changes index 913d72b..8e58ee2 100644 --- a/roundcubemail.changes +++ b/roundcubemail.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Apr 27 09:31:24 UTC 2013 - wr@rosenauer.org + +- Update to version 0.9.0 + * Improved rendering of forwarded and attached messages + * Optionally display and compose email messages a new windows + * Unified UI for message view and composition + * Show sender photos from contacts in email view + * Render thumbnails for image attachments + * Download all attachments as zip archive (using the zipdownload plugin) + * Forward multiple emails as attachments + * CSV import for contacts + ------------------------------------------------------------------- Fri Mar 29 22:26:24 UTC 2013 - wr@rosenauer.org diff --git a/roundcubemail.spec b/roundcubemail.spec index 7effba2..a6b683b 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -21,7 +21,7 @@ Summary: A modern browser-based multilingual IMAP client License: GPL-3.0+ and GPL-2.0 and BSD-3-Clause Group: Productivity/Networking/Email/Clients Url: http://www.roundcube.net/ -Version: 0.8.6 +Version: 0.9.0 Release: 0 BuildRequires: apache2-devel %if 0%{suse_version} >= 1100